Package com.sun.corba.ee.impl.protocol
Class SpecialMethod
java.lang.Object
com.sun.corba.ee.impl.protocol.SpecialMethod
- Direct Known Subclasses:
GetInterface
,IsA
,NonExistent
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static SpecialMethod[]
(package private) static final ORBUtilSystemException
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String
getName()
static final SpecialMethod
getSpecialMethod
(String operation) abstract MessageMediator
invoke
(Object servant, MessageMediator request, byte[] objectId, ObjectAdapter objectAdapter) abstract boolean
-
Field Details
-
wrapper
-
methods
-
-
Constructor Details
-
SpecialMethod
public SpecialMethod()
-
-
Method Details
-
isNonExistentMethod
public abstract boolean isNonExistentMethod() -
getName
-
invoke
public abstract MessageMediator invoke(Object servant, MessageMediator request, byte[] objectId, ObjectAdapter objectAdapter) -
getSpecialMethod
-