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 StringgetName()static final SpecialMethodgetSpecialMethod(String operation) abstract MessageMediatorinvoke(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
-