Method Summary |
|
public static POA | _POA_init(org.jacorb.orb.ORB orb) |
public void | _addPOAEventListener(EventListener listener) Everybody who is interested in poa events can use this method
to register an event listener. |
public org.jacorb.poa.POA | _getChildPOA(String adapter_name) |
public String | _getQualifiedName() |
public Servant | _incarnateServant(byte[] oid, ServantActivator sa) Called from Delegate. |
public void | _invoke(ServerRequest request) |
public void | _removePOAEventListener(EventListener listener) Unregister an event listener. |
public byte[] | activate_object(Servant servant) |
public void | activate_object_with_id(byte[] oid, Servant servant) |
public void | addLocalRequest() |
protected synchronized void | addPOAListener(POAListener listener) |
protected void | changeToActive() |
protected void | changeToDiscarding() |
protected void | changeToHolding() |
protected void | changeToInactive(boolean etherealize_objects) |
protected void | checkDestructionApparent() |
protected static void | checkNotLocal(org.omg.CORBA.Object obj) |
public void | configure(Configuration myConfiguration) |
public org.omg.PortableServer.POA | create_POA(String adapter_name, org.omg.PortableServer.POAManager a_POAManager, org.omg.CORBA.Policy[] policies) |
public IdAssignmentPolicy | create_id_assignment_policy(IdAssignmentPolicyValue value) |
public IdUniquenessPolicy | create_id_uniqueness_policy(IdUniquenessPolicyValue value) |
public ImplicitActivationPolicy | create_implicit_activation_policy(ImplicitActivationPolicyValue value) |
public LifespanPolicy | create_lifespan_policy(LifespanPolicyValue value) |
public org.omg.CORBA.Object | create_reference(String intf_rep_id) |
public org.omg.CORBA.Object | create_reference_with_id(byte[] oid, String intf_rep_id) |
public RequestProcessingPolicy | create_request_processing_policy(RequestProcessingPolicyValue value) |
public ServantRetentionPolicy | create_servant_retention_policy(ServantRetentionPolicyValue value) |
public ThreadPolicy | create_thread_policy(ThreadPolicyValue value) |
public synchronized void | deactivate_object(byte[] oid) |
public void | destroy(boolean etherealize_objects, boolean wait_for_completion) |
public org.omg.PortableServer.POA | find_POA(String adapter_name, boolean activate_it) If the intended child poa is not found and activate_it is TRUE,
it is possible for another thread to create the same poa with
create_POA at the same time in a race condition. |
protected POAMonitor | getMonitor() |
public int | getNumberOfObjects() |
protected org.jacorb.orb.ORB | getORB() |
public byte[] | getPOAId() |
public org.omg.CORBA.Policy | getPolicy(int type) |
protected org.omg.CORBA.Object | getReference(byte[] oid, String intf_rep_id, boolean cache) |
protected RequestController | getRequestController() |
protected State | getState() |
public Servant | get_servant() |
public org.omg.PortableServer.ServantManager | get_servant_manager() |
public org.omg.CORBA.Object | id_to_reference(byte[] oid) |
public Servant | id_to_servant(byte[] oid) |
protected boolean | isActive() |
protected boolean | isDestructionApparent() |
public boolean | isDestructionComplete() isDestructionComplete returns whether the POA has been
completely destroyed (including finishing outstanding requests). |
protected boolean | isDiscarding() |
protected boolean | isHolding() |
protected boolean | isImplicitActivation() |
protected boolean | isInactive() |
protected boolean | isMultipleId() |
public boolean | isPersistent() |
public boolean | isRetain() |
public boolean | isSSLRequired() |
protected boolean | isShutdownInProgress() |
protected boolean | isSingleThreadModel() |
public boolean | isSystemId() |
protected boolean | isUniqueId() |
protected boolean | isUseDefaultServant() |
public boolean | isUseServantManager() |
public boolean | previouslyGeneratedObjectId(byte[] oid) |
public boolean | previouslyGeneratedObjectKey(byte[] object_key) |
public byte[] | reference_to_id(org.omg.CORBA.Object reference) |
public Servant | reference_to_servant(org.omg.CORBA.Object reference) |
public void | removeLocalRequest() |
protected synchronized void | removePOAListener(POAListener listener) |
public byte[] | servant_to_id(Servant servant) |
public org.omg.CORBA.Object | servant_to_reference(Servant servant) |
protected void | setMonitor(POAMonitor _monitor) |
public void | set_servant(Servant _defaultServant) |
public void | set_servant_manager(org.omg.PortableServer.ServantManager servant_manager) |
public org.omg.PortableServer.POAManager | the_POAManager() |
public org.omg.PortableServer.AdapterActivator | the_activator() it is system-dependent whether the root POA initially has an adapter
activator. |
public void | the_activator(org.omg.PortableServer.AdapterActivator adapter_activator) |
public org.omg.PortableServer.POA[] | the_children() |
public String | the_name() |
public org.omg.PortableServer.POA | the_parent() |
protected void | unregisterChild(String name) |
public boolean | useDefaultServant() |
protected boolean | useServantManager() |