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 ServantInitialGroupInfoService.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) CookieHolderPOACurrent. 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 CookieHolderOAInvocationInfo. cookieHolderMethods in com.sun.corba.ee.spi.oa that return CookieHolder Modifier and Type Method Description CookieHolderOAInvocationInfo. 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.ServantServantLocatorOperations. 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.ServantServantLocatorPOATie. 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.
-