Package com.sun.corba.ee.impl.protocol
Class NonExistent
java.lang.Object
com.sun.corba.ee.impl.protocol.SpecialMethod
com.sun.corba.ee.impl.protocol.NonExistent
- Direct Known Subclasses:
NotExistent
-
Field Summary
Fields inherited from class com.sun.corba.ee.impl.protocol.SpecialMethod
methods, wrapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
invoke
(Object servant, MessageMediator request, byte[] objectId, ObjectAdapter objectAdapter) boolean
Methods inherited from class com.sun.corba.ee.impl.protocol.SpecialMethod
getSpecialMethod
-
Constructor Details
-
NonExistent
NonExistent()
-
-
Method Details
-
isNonExistentMethod
public boolean isNonExistentMethod()- Specified by:
isNonExistentMethod
in classSpecialMethod
-
getName
- Specified by:
getName
in classSpecialMethod
-
invoke
public MessageMediator invoke(Object servant, MessageMediator request, byte[] objectId, ObjectAdapter objectAdapter) - Specified by:
invoke
in classSpecialMethod
-