Package com.sun.corba.se.impl.protocol
Class SpecialMethod
java.lang.Object
com.sun.corba.se.impl.protocol.SpecialMethod
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StringgetName()static final SpecialMethodgetSpecialMethod(String operation) abstract CorbaMessageMediatorinvoke(Object servant, CorbaMessageMediator request, byte[] objectId, ObjectAdapter objectAdapter) abstract boolean
-
Constructor Details
-
SpecialMethod
public SpecialMethod()
-
-
Method Details
-
isNonExistentMethod
public abstract boolean isNonExistentMethod() -
getName
-
invoke
public abstract CorbaMessageMediator invoke(Object servant, CorbaMessageMediator request, byte[] objectId, ObjectAdapter objectAdapter) -
getSpecialMethod
-