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 class
CodeSetServiceContextImpl
class
MaxStreamFormatVersionServiceContextImpl
class
ORBVersionServiceContextImpl
class
SendingContextServiceContextImpl
class
UEInfoServiceContextImpl
class
UnknownServiceContextImpl
Methods in com.sun.corba.ee.impl.servicecontext that return ServiceContext Modifier and Type Method Description ServiceContext
ServiceContextsImpl. 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 ServiceContext Modifier and Type Method Description void
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.servicecontext Modifier and Type Interface Description interface
CodeSetServiceContext
interface
MaxStreamFormatVersionServiceContext
interface
ORBVersionServiceContext
interface
SendingContextServiceContext
interface
UEInfoServiceContext
interface
UnknownServiceContext
Methods in com.sun.corba.ee.spi.servicecontext that return ServiceContext Modifier and Type Method Description ServiceContext
ServiceContext.Factory. create(InputStream s, GIOPVersion gv)
ServiceContext
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 ServiceContext Modifier and Type Method Description void
ServiceContexts. put(ServiceContext sc)
Add a service context.
-