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 ServiceContextsCache
ORBImpl. serviceContextsCache
Methods in com.sun.corba.ee.impl.orb that return ServiceContextsCache Modifier and Type Method Description ServiceContextsCache
ORBImpl. getServiceContextsCache()
ServiceContextsCache
ORBSingleton. 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 ServiceContextsCache
ORB. getServiceContextsCache()
Returns the cache used to optimise marshaling of ServiceContexts
-