Uses of Interface
com.sun.corba.ee.spi.servicecontext.ServiceContext
-
Packages that use ServiceContext Package Description com.sun.corba.ee.impl.servicecontext com.sun.corba.ee.spi.servicecontext -
-
Uses of ServiceContext in com.sun.corba.ee.impl.servicecontext
Classes in com.sun.corba.ee.impl.servicecontext that implement ServiceContext Modifier and Type Class Description classCodeSetServiceContextImplclassMaxStreamFormatVersionServiceContextImplclassORBVersionServiceContextImplclassSendingContextServiceContextImplclassUEInfoServiceContextImplclassUnknownServiceContextImplMethods in com.sun.corba.ee.impl.servicecontext that return ServiceContext Modifier and Type Method Description ServiceContextServiceContextsImpl. 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 ServiceContext Modifier and Type Method Description voidServiceContextsImpl. 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.servicecontext Modifier and Type Interface Description interfaceCodeSetServiceContextinterfaceMaxStreamFormatVersionServiceContextinterfaceORBVersionServiceContextinterfaceSendingContextServiceContextinterfaceUEInfoServiceContextinterfaceUnknownServiceContextMethods in com.sun.corba.ee.spi.servicecontext that return ServiceContext Modifier and Type Method Description ServiceContextServiceContext.Factory. create(InputStream s, GIOPVersion gv)ServiceContextServiceContexts. 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 ServiceContext Modifier and Type Method Description voidServiceContexts. put(ServiceContext sc)Add a service context.
-