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
public abstract class SpecialMethod extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static SpecialMethod[]methods(package private) static ORBUtilSystemExceptionwrapper
-
Constructor Summary
Constructors Constructor Description SpecialMethod()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.lang.StringgetName()static SpecialMethodgetSpecialMethod(java.lang.String operation)abstract MessageMediatorinvoke(java.lang.Object servant, MessageMediator request, byte[] objectId, ObjectAdapter objectAdapter)abstract booleanisNonExistentMethod()
-
-
-
Field Detail
-
wrapper
static final ORBUtilSystemException wrapper
-
methods
static SpecialMethod[] methods
-
-
Method Detail
-
isNonExistentMethod
public abstract boolean isNonExistentMethod()
-
getName
public abstract java.lang.String getName()
-
invoke
public abstract MessageMediator invoke(java.lang.Object servant, MessageMediator request, byte[] objectId, ObjectAdapter objectAdapter)
-
getSpecialMethod
public static final SpecialMethod getSpecialMethod(java.lang.String operation)
-
-