org.omg.PortableServer
Class POAManagerLocalTie

java.lang.Object
  extended by org.omg.CORBA.LocalObject
      extended by org.omg.PortableServer._POAManagerLocalBase
          extended by org.omg.PortableServer.POAManagerLocalTie
All Implemented Interfaces:
java.io.Serializable, LocalInterface, Object, IDLEntity, POAManager, POAManagerOperations

public class POAManagerLocalTie
extends _POAManagerLocalBase

Generated from IDL interface "POAManager".

Version:
generated at Dec 2, 2008 12:17:00 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 5), 06-Jun-2007
See Also:
Serialized Form

Constructor Summary
POAManagerLocalTie(POAManagerOperations delegate)
           
 
Method Summary
 POAManagerOperations _delegate()
           
 void _delegate(POAManagerOperations delegate)
           
 void activate()
           
 void deactivate(boolean etherealize_objects, boolean wait_for_completion)
           
 void discard_requests(boolean wait_for_completion)
           
 java.lang.String get_id()
           
 State get_state()
           
 void hold_requests(boolean wait_for_completion)
           
 
Methods inherited from class org.omg.PortableServer._POAManagerLocalBase
_ids
 
Methods inherited from class org.omg.CORBA.LocalObject
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

POAManagerLocalTie

public POAManagerLocalTie(POAManagerOperations delegate)
Method Detail

_delegate

public POAManagerOperations _delegate()

_delegate

public void _delegate(POAManagerOperations delegate)

hold_requests

public void hold_requests(boolean wait_for_completion)
                   throws AdapterInactive
Throws:
AdapterInactive

get_id

public java.lang.String get_id()

discard_requests

public void discard_requests(boolean wait_for_completion)
                      throws AdapterInactive
Throws:
AdapterInactive

get_state

public State get_state()

activate

public void activate()
              throws AdapterInactive
Throws:
AdapterInactive

deactivate

public void deactivate(boolean etherealize_objects,
                       boolean wait_for_completion)
                throws AdapterInactive
Throws:
AdapterInactive


Copyright © 2008. All Rights Reserved.