org.omg.PortableServer
Class POAManagerLocalTie

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

public class POAManagerLocalTie
extends _POAManagerLocalBase

Generated from IDL interface "POAManager"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005
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)
           
 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

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