| Package | Description |
|---|---|
| org.omg.CosNaming |
Provides a naming service for Java IDL.
|
| org.omg.PortableServer |
Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs.
|
| org.omg.PortableServer.portable |
Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs.
|
| Modifier and Type | Method and Description |
|---|---|
String |
NamingContextPOA._all_interfaces(POA
|
String |
NamingContextExtPOA._all_interfaces(POA
|
String |
BindingIteratorPOA._all_interfaces(POA
|
| Modifier and Type | Method and Description |
|---|---|
POA |
Servant._default_POA()
Returns the root POA from the ORB instance associated with the servant.
|
POA |
Servant._poa()
Allows easy execution of common methods, equivalent to
PortableServer::Current:get_POA.
|
POA |
POAOperations.create_POA(String
This operation creates a new POA as a child of the target POA.
|
static POA |
POAHelper.extract(Any
|
POA |
POAOperations.find_POA(String
If the target POA is the parent of a child POA with the specified name (relative to the target POA), that child POA is returned.
|
POA |
CurrentOperations.get_POA()
Returns reference to the POA implementing the object in whose context it is called.
|
static POA |
POAHelper.narrow(Object
|
static POA |
POAHelper.read(InputStream
|
POA |
POAOperations.the_children()
This attribute identifies the current set of all child POAs of the POA.
|
POA |
POAOperations.the_parent()
This attribute identifies the parent of the POA.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
Servant._all_interfaces(POA
Used by the ORB to obtain complete type information from the servant.
|
String |
ServantActivatorPOA._all_interfaces(POA
|
String |
ServantLocatorPOA._all_interfaces(POA
|
void |
ServantActivatorOperations.etherealize(byte[] oid, POA
This operation is invoked whenever a servant for an object is deactivated, assuming the POA has the USE_SERVANT_MANAGER and RETAIN policies.
|
void |
_ServantActivatorStub.etherealize(byte[] oid, POA
This operation is invoked whenever a servant for an object is deactivated, assuming the POA has the USE_SERVANT_MANAGER and RETAIN policies.
|
Servant |
ServantActivatorOperations.incarnate(byte[] oid, POA
This operation is invoked by the POA whenever the POA receives a request for an object that is not currently active, assuming the POA has the USE_SERVANT_MANAGER and RETAIN policies.
|
Servant |
_ServantActivatorStub.incarnate(byte[] oid, POA
This operation is invoked by the POA whenever the POA receives a request for an object that is not currently active, assuming the POA has the USE_SERVANT_MANAGER and RETAIN policies.
|
static void |
POAHelper.insert(Any
|
void |
ServantLocatorOperations.postinvoke(byte[] oid, POA
This operation is invoked whenener a servant completes a request.
|
void |
_ServantLocatorStub.postinvoke(byte[] oid, POA
This operation is invoked whenener a servant completes a request.
|
Servant |
ServantLocatorOperations.preinvoke(byte[] oid, POA
This operations is used to get a servant that will be used to process the request that caused preinvoke to be called.
|
Servant |
_ServantLocatorStub.preinvoke(byte[] oid, POA
This operations is used to get a servant that will be used to process the request that caused preinvoke to be called.
|
boolean |
AdapterActivatorOperations.unknown_adapter(POA
This operation is invoked when the ORB receives a request for an object reference that identifies a target POA that does not exist.
|
static void |
POAHelper.write(OutputStream
|
| Modifier and Type | Method and Description |
|---|---|
POA |
Delegate.default_POA(Servant
The default behavior of this function is to return the root POA from the ORB instance associated with the servant.
|
POA |
Delegate.poa(Servant
The method _poa() is equivalent to calling PortableServer::Current:get_POA.
|