Uses of Class
com.sun.corba.ee.spi.oa.OAInvocationInfo
-
Packages that use OAInvocationInfo Package Description com.sun.corba.ee.impl.oa.poa com.sun.corba.ee.impl.oa.toa com.sun.corba.ee.impl.orb com.sun.corba.ee.impl.protocol com.sun.corba.ee.spi.oa com.sun.corba.ee.spi.orb -
-
Uses of OAInvocationInfo in com.sun.corba.ee.impl.oa.poa
Methods in com.sun.corba.ee.impl.oa.poa that return OAInvocationInfo Modifier and Type Method Description private OAInvocationInfoPOACurrent. peekThrowInternal()private OAInvocationInfoPOACurrent. peekThrowNoContext()Methods in com.sun.corba.ee.impl.oa.poa with parameters of type OAInvocationInfo Modifier and Type Method Description voidPOAImpl. getInvocationServant(OAInvocationInfo info) -
Uses of OAInvocationInfo in com.sun.corba.ee.impl.oa.toa
Methods in com.sun.corba.ee.impl.oa.toa with parameters of type OAInvocationInfo Modifier and Type Method Description voidTOAImpl. getInvocationServant(OAInvocationInfo info)Get the servant for the request given by the parameters. -
Uses of OAInvocationInfo in com.sun.corba.ee.impl.orb
Fields in com.sun.corba.ee.impl.orb with type parameters of type OAInvocationInfo Modifier and Type Field Description private java.lang.ThreadLocal<org.glassfish.pfl.basic.contain.StackImpl<OAInvocationInfo>>ORBImpl. OAInvocationInfoStackMethods in com.sun.corba.ee.impl.orb that return OAInvocationInfo Modifier and Type Method Description OAInvocationInfoORBImpl. peekInvocationInfo()OAInvocationInfoORBSingleton. peekInvocationInfo()OAInvocationInfoORBImpl. popInvocationInfo()OAInvocationInfoORBSingleton. popInvocationInfo()Methods in com.sun.corba.ee.impl.orb with parameters of type OAInvocationInfo Modifier and Type Method Description voidORBImpl. pushInvocationInfo(OAInvocationInfo info)voidORBSingleton. pushInvocationInfo(OAInvocationInfo info) -
Uses of OAInvocationInfo in com.sun.corba.ee.impl.protocol
Fields in com.sun.corba.ee.impl.protocol declared as OAInvocationInfo Modifier and Type Field Description private OAInvocationInfoServantCacheLocalCRDBase. cachedInfoMethods in com.sun.corba.ee.impl.protocol that return OAInvocationInfo Modifier and Type Method Description protected OAInvocationInfoServantCacheLocalCRDBase. getCachedInfo()private OAInvocationInfoPOALocalCRDImpl. servantEnter(ObjectAdapter oa) -
Uses of OAInvocationInfo in com.sun.corba.ee.spi.oa
Methods in com.sun.corba.ee.spi.oa that return OAInvocationInfo Modifier and Type Method Description OAInvocationInfoObjectAdapter. makeInvocationInfo(byte[] objectId)Create an instance of InvocationInfo that is appropriate for this Object adapter.OAInvocationInfoObjectAdapterBase. makeInvocationInfo(byte[] objectId)Methods in com.sun.corba.ee.spi.oa with parameters of type OAInvocationInfo Modifier and Type Method Description voidObjectAdapter. getInvocationServant(OAInvocationInfo info)Get the servant for the request given by the parameters.abstract voidObjectAdapterBase. getInvocationServant(OAInvocationInfo info)Constructors in com.sun.corba.ee.spi.oa with parameters of type OAInvocationInfo Constructor Description OAInvocationInfo(OAInvocationInfo info, java.lang.String operation) -
Uses of OAInvocationInfo in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return OAInvocationInfo Modifier and Type Method Description abstract OAInvocationInfoORB. peekInvocationInfo()abstract OAInvocationInfoORB. popInvocationInfo()Methods in com.sun.corba.ee.spi.orb with parameters of type OAInvocationInfo Modifier and Type Method Description abstract voidORB. pushInvocationInfo(OAInvocationInfo info)
-