Package com.sun.corba.ee.spi.ior.iiop
Class IIOPFactories
java.lang.Object
com.sun.corba.ee.spi.ior.iiop.IIOPFactories
This class provides all of the factories for the IIOP profiles and
components. This includes direct construction of profiles and templates,
as well as constructing factories that can be registered with an
IdentifiableFactoryFinder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IdentifiableFactory
static ClusterInstanceInfoComponent
static IdentifiableFactory
static CodeSetsComponent
makeCodeSetsComponent
(ORB orb) static IdentifiableFactory
static IIOPAddress
makeIIOPAddress
(String host, int port) static IIOPAddress
static IIOPProfile
makeIIOPProfile
(ORB orb, ObjectKeyTemplate oktemp, ObjectId oid, IIOPProfileTemplate ptemp) static IIOPProfile
makeIIOPProfile
(ORB orb, TaggedProfile profile) static IdentifiableFactory
static IIOPProfileTemplate
makeIIOPProfileTemplate
(ORB orb, GIOPVersion version, IIOPAddress primary) static IdentifiableFactory
static JavaCodebaseComponent
makeJavaCodebaseComponent
(String codebase) static IdentifiableFactory
static JavaSerializationComponent
static IdentifiableFactory
static LoadBalancingComponent
makeLoadBalancingComponent
(int loadBalancingValue) static IdentifiableFactory
static IdentifiableFactory
static ORBTypeComponent
makeORBTypeComponent
(int type) static IdentifiableFactory
static RequestPartitioningComponent
makeRequestPartitioningComponent
(int threadPoolToUse) static IdentifiableFactory
-
Constructor Details
-
IIOPFactories
private IIOPFactories()
-
-
Method Details
-
makeRequestPartitioningComponentFactory
-
makeRequestPartitioningComponent
-
makeLoadBalancingComponentFactory
-
makeLoadBalancingComponent
-
makeClusterInstanceInfoComponentFactory
-
makeClusterInstanceInfoComponent
public static ClusterInstanceInfoComponent makeClusterInstanceInfoComponent(ClusterInstanceInfo cinfo) -
makeAlternateIIOPAddressComponentFactory
-
makeAlternateIIOPAddressComponent
-
makeCodeSetsComponentFactory
-
makeCodeSetsComponent
-
makeJavaCodebaseComponentFactory
-
makeJavaCodebaseComponent
-
makeORBTypeComponentFactory
-
makeORBTypeComponent
-
makeMaxStreamFormatVersionComponentFactory
-
makeMaxStreamFormatVersionComponent
-
makeJavaSerializationComponentFactory
-
makeJavaSerializationComponent
-
makeIIOPProfileFactory
-
makeIIOPProfile
public static IIOPProfile makeIIOPProfile(ORB orb, ObjectKeyTemplate oktemp, ObjectId oid, IIOPProfileTemplate ptemp) -
makeIIOPProfile
-
makeIIOPProfileTemplateFactory
-
makeIIOPProfileTemplate
public static IIOPProfileTemplate makeIIOPProfileTemplate(ORB orb, GIOPVersion version, IIOPAddress primary) -
makeIIOPAddress
-
makeIIOPAddress
-