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 voidServiceContextsImpl.createMapFromInputStream(InputStream is) Given the input stream, this fills our service context map.voidServiceContextsImpl.delete(int scId) ServiceContextsImpl.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, 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