FileDocCategorySizeDatePackage
NullServant.javaAPI DocJava SE 5 API890Fri Aug 26 14:54:38 BST 2005com.sun.corba.se.spi.oa

NullServant

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.

Fields Summary
Constructors Summary
Methods Summary
public org.omg.CORBA.SystemExceptiongetException()
Obtain the exception that is associated with this NullServant instance.