Uses of Class
com.sun.corba.ee.spi.trace.TraceServiceContext
-
Packages that use TraceServiceContext Package Description com.sun.corba.ee.impl.servicecontext com.sun.corba.ee.spi.orb -
-
Uses of TraceServiceContext in com.sun.corba.ee.impl.servicecontext
Classes in com.sun.corba.ee.impl.servicecontext with annotations of type TraceServiceContext Modifier and Type Class Description classServiceContextsImplMethods in com.sun.corba.ee.impl.servicecontext with annotations of type TraceServiceContext Modifier and Type Method Description ServiceContextsServiceContextsImpl. copy()send back a shallow copy of the ServiceContexts containerprivate voidServiceContextsImpl. createMapFromInputStream(InputStream is)Given the input stream, this fills our service context map.voidServiceContextsImpl. delete(int scId)ServiceContextServiceContextsImpl. get(int id)voidServiceContextsImpl. put(ServiceContext sc)private ServiceContextServiceContextsImpl. unmarshal(int scId, byte[] data)Find the ServiceContextData for a given scId and unmarshal the bytes.voidServiceContextsImpl. write(OutputStream os, GIOPVersion gv)Write the service contexts to the output stream.private voidServiceContextsImpl. writeMapEntry(OutputStream os, int id, java.lang.Object scObj, GIOPVersion gv)Write the given entry from the scMap to the OutputStream.private voidServiceContextsImpl. writeServiceContextsInOrder(OutputStream os, GIOPVersion gv)Write the service contexts in scMap in a desired order. -
Uses of TraceServiceContext in com.sun.corba.ee.spi.orb
Fields in com.sun.corba.ee.spi.orb with annotations of type TraceServiceContext Modifier and Type Field Description booleanORB. serviceContextDebugFlag
-