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. scMapMethods in com.sun.corba.ee.impl.servicecontext that return ServiceContext.Factory Modifier and Type Method Description ServiceContext.FactoryServiceContextFactoryRegistryImpl. find(int scId)Methods in com.sun.corba.ee.impl.servicecontext with parameters of type ServiceContext.Factory Modifier and Type Method Description voidServiceContextFactoryRegistryImpl. 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.FactoryServiceContextFactoryRegistry. find(int scId)static ServiceContext.FactoryServiceContextDefaults. makeCodeSetServiceContextFactory()static ServiceContext.FactoryServiceContextDefaults. makeMaxStreamFormatVersionServiceContextFactory()static ServiceContext.FactoryServiceContextDefaults. makeORBVersionServiceContextFactory()static ServiceContext.FactoryServiceContextDefaults. makeSendingContextServiceContextFactory()static ServiceContext.FactoryServiceContextDefaults. makeUEInfoServiceContextFactory()Methods in com.sun.corba.ee.spi.servicecontext with parameters of type ServiceContext.Factory Modifier and Type Method Description voidServiceContextFactoryRegistry. register(ServiceContext.Factory factory)
-