org.apache.yoko.orb.OBPortableServer
Class POAManager_impl

java.lang.Object
  extended by org.omg.CORBA.LocalObject
      extended by org.apache.yoko.orb.OBPortableServer.POAManager_impl
All Implemented Interfaces:
Serializable, Object, IDLEntity, POAManager, POAManagerOperations

public final class POAManager_impl
extends LocalObject
implements POAManager

See Also:
Serialized Form

Method Summary
 Acceptor[] _OB_getAcceptors()
           
 String _OB_getAdapterManagerId()
           
 short _OB_getAdapterState()
           
 CollocatedServer _OB_getCollocatedServer()
           
 Version _OB_getGIOPVersion()
           
 OAInterface _OB_getOAInterface()
           
 ServerManager _OB_getServerManager()
           
 void _OB_validateState()
           
 void activate()
           
 void deactivate(boolean etherealize, boolean waitCompletion)
           
 void discard_requests(boolean waitCompletion)
           
 Acceptor[] get_acceptors()
          Retrieve the acceptors associated with this POAManager.
 String get_id()
           
 State get_state()
           
 void hold_requests(boolean waitCompletion)
           
 
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
 

Method Detail

activate

public void activate()
              throws AdapterInactive
Specified by:
activate in interface POAManagerOperations
Throws:
AdapterInactive

hold_requests

public void hold_requests(boolean waitCompletion)
                   throws AdapterInactive
Specified by:
hold_requests in interface POAManagerOperations
Throws:
AdapterInactive

discard_requests

public void discard_requests(boolean waitCompletion)
                      throws AdapterInactive
Specified by:
discard_requests in interface POAManagerOperations
Throws:
AdapterInactive

deactivate

public void deactivate(boolean etherealize,
                       boolean waitCompletion)
                throws AdapterInactive
Specified by:
deactivate in interface POAManagerOperations
Throws:
AdapterInactive

get_state

public State get_state()
Specified by:
get_state in interface POAManagerOperations

get_id

public String get_id()
Specified by:
get_id in interface POAManagerOperations

get_acceptors

public Acceptor[] get_acceptors()
                         throws AdapterInactive
Description copied from interface: POAManagerOperations
Retrieve the acceptors associated with this POAManager.

Returns:
The acceptors.
Throws:
AdapterInactive

_OB_getCollocatedServer

public CollocatedServer _OB_getCollocatedServer()

_OB_validateState

public void _OB_validateState()

_OB_getGIOPVersion

public Version _OB_getGIOPVersion()

_OB_getAdapterManagerId

public String _OB_getAdapterManagerId()

_OB_getAdapterState

public short _OB_getAdapterState()

_OB_getAcceptors

public Acceptor[] _OB_getAcceptors()

_OB_getServerManager

public ServerManager _OB_getServerManager()

_OB_getOAInterface

public OAInterface _OB_getOAInterface()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.