Package com.sun.corba.se.spi.ior.iiop
Class IIOPFactories
java.lang.Object
com.sun.corba.se.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.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IdentifiableFactorystatic CodeSetsComponentmakeCodeSetsComponent(ORB orb) static IdentifiableFactorystatic IIOPAddressmakeIIOPAddress(ORB orb, String host, int port) static IIOPAddressstatic IIOPProfilemakeIIOPProfile(ORB orb, ObjectKeyTemplate oktemp, ObjectId oid, IIOPProfileTemplate ptemp) static IIOPProfilemakeIIOPProfile(ORB orb, TaggedProfile profile) static IdentifiableFactorystatic IIOPProfileTemplatemakeIIOPProfileTemplate(ORB orb, GIOPVersion version, IIOPAddress primary) static IdentifiableFactorystatic JavaCodebaseComponentmakeJavaCodebaseComponent(String codebase) static IdentifiableFactorystatic JavaSerializationComponentstatic IdentifiableFactorystatic IdentifiableFactorystatic ORBTypeComponentmakeORBTypeComponent(int type) static IdentifiableFactorystatic RequestPartitioningComponentmakeRequestPartitioningComponent(int threadPoolToUse) static IdentifiableFactory
-
Method Details
-
makeRequestPartitioningComponentFactory
-
makeRequestPartitioningComponent
-
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
-