com.sun.corba.se.spi.oa |
|
Java Source File Name | Type | Comment |
NullServant.java | Interface | NullServant is used to represent a null servant returned
OAInvocationInfo after a
ObjectAdapter.getInvocationServant( OAInvocationInfo ) call.
If the getInvocationServant call could not locate a servant
for the ObjectId in the OAInvocationInfo, getServantContainer
will contain a NullServant. |
OADefault.java | Class | OADefault provides methods to create the standard ObjectAdapterFactory
instances for this version of the ORB. |
OADestroyed.java | Class | This exception is thrown when an operation on an ObjectAdapter
fails because the ObjectAdapter was destroyed during the operation. |
OAInvocationInfo.java | Class | This class is a holder for the information required to implement POACurrent. |
ObjectAdapter.java | Interface | ObjectAdapter represents the abstract model of an object
adapter that was introduced by ORT. |
ObjectAdapterBase.java | Class | |
ObjectAdapterFactory.java | Interface | |