Uses of Interface
com.sun.corba.ee.spi.servicecontext.ServiceContext.Factory
-
Packages that use ServiceContext.Factory Package Description com.sun.corba.ee.impl.servicecontext com.sun.corba.ee.spi.servicecontext -
-
Uses of ServiceContext.Factory in com.sun.corba.ee.impl.servicecontext
Fields in com.sun.corba.ee.impl.servicecontext with type parameters of type ServiceContext.Factory Modifier and Type Field Description private java.util.Map<java.lang.Integer,ServiceContext.Factory>
ServiceContextFactoryRegistryImpl. scMap
Methods in com.sun.corba.ee.impl.servicecontext that return ServiceContext.Factory Modifier and Type Method Description ServiceContext.Factory
ServiceContextFactoryRegistryImpl. find(int scId)
Methods in com.sun.corba.ee.impl.servicecontext with parameters of type ServiceContext.Factory Modifier and Type Method Description void
ServiceContextFactoryRegistryImpl. register(ServiceContext.Factory factory)
-
Uses of ServiceContext.Factory in com.sun.corba.ee.spi.servicecontext
Methods in com.sun.corba.ee.spi.servicecontext that return ServiceContext.Factory Modifier and Type Method Description ServiceContext.Factory
ServiceContextFactoryRegistry. find(int scId)
static ServiceContext.Factory
ServiceContextDefaults. makeCodeSetServiceContextFactory()
static ServiceContext.Factory
ServiceContextDefaults. makeMaxStreamFormatVersionServiceContextFactory()
static ServiceContext.Factory
ServiceContextDefaults. makeORBVersionServiceContextFactory()
static ServiceContext.Factory
ServiceContextDefaults. makeSendingContextServiceContextFactory()
static ServiceContext.Factory
ServiceContextDefaults. makeUEInfoServiceContextFactory()
Methods in com.sun.corba.ee.spi.servicecontext with parameters of type ServiceContext.Factory Modifier and Type Method Description void
ServiceContextFactoryRegistry. register(ServiceContext.Factory factory)
-