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 class
ServiceContextsImpl
Methods in com.sun.corba.ee.impl.servicecontext with annotations of type TraceServiceContext Modifier and Type Method Description ServiceContexts
ServiceContextsImpl. copy()
send back a shallow copy of the ServiceContexts containerprivate void
ServiceContextsImpl. createMapFromInputStream(InputStream is)
Given the input stream, this fills our service context map.void
ServiceContextsImpl. delete(int scId)
ServiceContext
ServiceContextsImpl. get(int id)
void
ServiceContextsImpl. put(ServiceContext sc)
private ServiceContext
ServiceContextsImpl. unmarshal(int scId, byte[] data)
Find the ServiceContextData for a given scId and unmarshal the bytes.void
ServiceContextsImpl. write(OutputStream os, GIOPVersion gv)
Write the service contexts to the output stream.private void
ServiceContextsImpl. writeMapEntry(OutputStream os, int id, java.lang.Object scObj, GIOPVersion gv)
Write the given entry from the scMap to the OutputStream.private void
ServiceContextsImpl. 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 boolean
ORB. serviceContextDebugFlag
-