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 TypeClassDescriptionclassclassclassclassclassclassMethods in com.sun.corba.ee.impl.servicecontext that return ServiceContextModifier and TypeMethodDescriptionServiceContextsImpl.get(int id) private ServiceContextServiceContextsImpl.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 TypeMethodDescriptionvoidServiceContextsImpl.put(ServiceContext sc) private voidServiceContextsImpl.writingServiceContext(ServiceContext sc) -
Uses of ServiceContext in com.sun.corba.ee.spi.servicecontext
Subinterfaces of ServiceContext in com.sun.corba.ee.spi.servicecontextModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceMethods 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 TypeMethodDescriptionvoidServiceContexts.put(ServiceContext sc) Add a service context.