Package com.sun.corba.ee.impl.protocol
Class IsA
- java.lang.Object
-
- com.sun.corba.ee.impl.protocol.SpecialMethod
-
- com.sun.corba.ee.impl.protocol.IsA
-
class IsA extends SpecialMethod
-
-
Field Summary
-
Fields inherited from class com.sun.corba.ee.impl.protocol.SpecialMethod
methods, wrapper
-
-
Constructor Summary
Constructors Constructor Description IsA()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
MessageMediator
invoke(java.lang.Object servant, MessageMediator request, byte[] objectId, ObjectAdapter objectAdapter)
boolean
isNonExistentMethod()
-
Methods inherited from class com.sun.corba.ee.impl.protocol.SpecialMethod
getSpecialMethod
-
-
-
-
Method Detail
-
isNonExistentMethod
public boolean isNonExistentMethod()
- Specified by:
isNonExistentMethod
in classSpecialMethod
-
getName
public java.lang.String getName()
- Specified by:
getName
in classSpecialMethod
-
invoke
public MessageMediator invoke(java.lang.Object servant, MessageMediator request, byte[] objectId, ObjectAdapter objectAdapter)
- Specified by:
invoke
in classSpecialMethod
-
-