Package com.sun.corba.se.spi.oa
Class OAInvocationInfo
java.lang.Object
org.omg.CORBA.portable.ServantObject
com.sun.corba.se.spi.oa.OAInvocationInfo
This class is a holder for the information required to implement POACurrent.
It is also used for the ServantObject that is returned by _servant_preinvoke calls.
This allows us to avoid allocating an extra object on each collocated invocation.
-
Field Summary
Fields inherited from class org.omg.CORBA.portable.ServantObject
servant -
Constructor Summary
ConstructorsConstructorDescriptionOAInvocationInfo(OAInvocationInfo info, String operation) OAInvocationInfo(ObjectAdapter oa, byte[] id) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]id()oa()voidsetCopierFactory(ObjectCopierFactory factory) voidsetOperation(String operation) voidsetServant(Object servant)
-
Constructor Details
-
OAInvocationInfo
-
OAInvocationInfo
-
-
Method Details
-
oa
-
id
public byte[] id() -
getServantContainer
-
getCookieHolder
-
getOperation
-
getCopierFactory
-
setOperation
-
setCopierFactory
-
setServant
-