org.jacorb.poa
Class POAManager
java.lang.Object
org.omg.CORBA.LocalObject
org.omg.PortableServer._POAManagerLocalBase
org.jacorb.poa.POAManager
- All Implemented Interfaces:
- IDLEntity, LocalInterface, Object, POAManager, POAManagerOperations, java.io.Serializable
- public class POAManager
- extends _POAManagerLocalBase
The poa manager class, an implementation of org.omg.PortableServer.POAManager
- Version:
- $Id: POAManager.java,v 1.15 2004/10/29 07:43:00 simon.mcqueen Exp $
- Author:
- Reimo Tiedemann, FU Berlin
- See Also:
- Serialized Form
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 |
state
public State state
poaCreationFailed
protected boolean poaCreationFailed
POAManager
protected POAManager(ORB _orb)
activate
public void activate()
throws AdapterInactive
- Throws:
AdapterInactive
deactivate
public void deactivate(boolean etherealize_objects,
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()
getRegisteredPOA
protected POA getRegisteredPOA(java.lang.String name)
hold_requests
public void hold_requests(boolean wait_for_completion)
throws AdapterInactive
- Throws:
AdapterInactive
registerPOA
protected void registerPOA(POA poa)
setMonitor
protected void setMonitor(POAManagerMonitor _monitor)
unregisterPOA
protected void unregisterPOA(POA poa)