Uses of Class
com.sun.corba.ee.spi.servicecontext.ServiceContextsCache
-
Packages that use ServiceContextsCache Package Description com.sun.corba.ee.impl.orb com.sun.corba.ee.spi.orb -
-
Uses of ServiceContextsCache in com.sun.corba.ee.impl.orb
Fields in com.sun.corba.ee.impl.orb declared as ServiceContextsCache Modifier and Type Field Description private ServiceContextsCacheORBImpl. serviceContextsCacheMethods in com.sun.corba.ee.impl.orb that return ServiceContextsCache Modifier and Type Method Description ServiceContextsCacheORBImpl. getServiceContextsCache()ServiceContextsCacheORBSingleton. getServiceContextsCache()Return the service context cache as null -
Uses of ServiceContextsCache in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return ServiceContextsCache Modifier and Type Method Description abstract ServiceContextsCacheORB. getServiceContextsCache()Returns the cache used to optimise marshaling of ServiceContexts
-