Uses of Interface
com.sun.corba.ee.spi.servicecontext.ServiceContext
Packages that use ServiceContext
-
Uses of ServiceContext in com.sun.corba.ee.impl.servicecontext
Classes in com.sun.corba.ee.impl.servicecontext that implement ServiceContextModifier and TypeClassDescriptionclass
class
class
class
class
class
Methods in com.sun.corba.ee.impl.servicecontext that return ServiceContextModifier and TypeMethodDescriptionServiceContextsImpl.get
(int id) private ServiceContext
ServiceContextsImpl.unmarshal
(int scId, byte[] data) Find the ServiceContextData for a given scId and unmarshal the bytes.Methods in com.sun.corba.ee.impl.servicecontext with parameters of type ServiceContextModifier and TypeMethodDescriptionvoid
ServiceContextsImpl.put
(ServiceContext sc) private void
ServiceContextsImpl.writingServiceContext
(ServiceContext sc) -
Uses of ServiceContext in com.sun.corba.ee.spi.servicecontext
Subinterfaces of ServiceContext in com.sun.corba.ee.spi.servicecontextModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
Methods in com.sun.corba.ee.spi.servicecontext that return ServiceContextModifier and TypeMethodDescriptionServiceContext.Factory.create
(InputStream s, GIOPVersion gv) ServiceContexts.get
(int scId) Return the service context with scId, or null if not found.Methods in com.sun.corba.ee.spi.servicecontext with parameters of type ServiceContextModifier and TypeMethodDescriptionvoid
ServiceContexts.put
(ServiceContext sc) Add a service context.