Uses of Annotation Type
com.sun.corba.ee.spi.trace.TraceServiceContext
Packages that use TraceServiceContext
-
Uses of TraceServiceContext in com.sun.corba.ee.impl.servicecontext
Classes in com.sun.corba.ee.impl.servicecontext with annotations of type TraceServiceContextMethods in com.sun.corba.ee.impl.servicecontext with annotations of type TraceServiceContextModifier and TypeMethodDescriptionServiceContextsImpl.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) 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, 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