Uses of Class
com.sun.corba.ee.spi.trace.TransientObjectManager
-
Packages that use TransientObjectManager Package Description com.sun.corba.ee.impl.oa.toa com.sun.corba.ee.spi.orb -
-
Uses of TransientObjectManager in com.sun.corba.ee.impl.oa.toa
Classes in com.sun.corba.ee.impl.oa.toa with annotations of type TransientObjectManager Modifier and Type Class Description class
TransientObjectManager
Methods in com.sun.corba.ee.impl.oa.toa with annotations of type TransientObjectManager Modifier and Type Method Description void
TransientObjectManager. deleteServant(byte[] transientKey)
java.lang.Object
TransientObjectManager. lookupServant(byte[] transientKey)
java.lang.Object
TransientObjectManager. lookupServantData(byte[] transientKey)
byte[]
TransientObjectManager. storeServant(java.lang.Object servant, java.lang.Object servantData)
-
Uses of TransientObjectManager in com.sun.corba.ee.spi.orb
Fields in com.sun.corba.ee.spi.orb with annotations of type TransientObjectManager Modifier and Type Field Description boolean
ORB. transientObjectManagerDebugFlag
-