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 ORBUtilSystemException
wrapper
-
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.String
getName()
static SpecialMethod
getSpecialMethod(java.lang.String operation)
abstract MessageMediator
invoke(java.lang.Object servant, MessageMediator request, byte[] objectId, ObjectAdapter objectAdapter)
abstract boolean
isNonExistentMethod()
-
-
-
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)
-
-