Package com.sun.corba.ee.spi.oa
Interface NullServant
-
- All Known Implementing Classes:
NullServantImpl
public interface NullServant
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. Later stages of the request dispatch may choose either to throw the exception or perform some other action in response to the NullServant result.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SystemException
getException()
Obtain the exception that is associated with this NullServant instance.
-
-
-
Method Detail
-
getException
SystemException getException()
Obtain the exception that is associated with this NullServant instance.- Returns:
- the associated exception
-
-