Uses of Class
org.omg.PortableServer.ServantLocatorPackage.CookieHolder
-
Packages that use CookieHolder Package Description com.sun.corba.ee.impl.folb com.sun.corba.ee.impl.oa.poa com.sun.corba.ee.spi.oa org.omg.PortableServer -
-
Uses of CookieHolder in com.sun.corba.ee.impl.folb
Methods in com.sun.corba.ee.impl.folb with parameters of type CookieHolder Modifier and Type Method Description Servant
InitialGroupInfoService.InitialGISServantLocator. preinvoke(byte[] oid, POA adapter, java.lang.String operation, CookieHolder the_cookie)
-
Uses of CookieHolder in com.sun.corba.ee.impl.oa.poa
Methods in com.sun.corba.ee.impl.oa.poa that return CookieHolder Modifier and Type Method Description (package private) CookieHolder
POACurrent. getCookieHolder()
-
Uses of CookieHolder in com.sun.corba.ee.spi.oa
Fields in com.sun.corba.ee.spi.oa declared as CookieHolder Modifier and Type Field Description private CookieHolder
OAInvocationInfo. cookieHolder
Methods in com.sun.corba.ee.spi.oa that return CookieHolder Modifier and Type Method Description CookieHolder
OAInvocationInfo. getCookieHolder()
-
Uses of CookieHolder in org.omg.PortableServer
Methods in org.omg.PortableServer with parameters of type CookieHolder Modifier and Type Method Description Servant
_ServantLocatorStub. preinvoke(byte[] oid, POA adapter, java.lang.String operation, CookieHolder the_cookie)
This operations is used to get a servant that will be used to process the request that caused preinvoke to be called.Servant
ServantLocatorOperations. preinvoke(byte[] oid, POA adapter, java.lang.String operation, CookieHolder the_cookie)
This operations is used to get a servant that will be used to process the request that caused preinvoke to be called.Servant
ServantLocatorPOATie. preinvoke(byte[] oid, POA adapter, java.lang.String operation, CookieHolder the_cookie)
This operations is used to get a servant that will be used to process the request that caused preinvoke to be called.
-