local interface ArgumentFactory
inherits from SL3AQArgs::ArgumentFactory
This interface is used to create the TCPIP Argument Builder
SL3AQArgs::Argument createSupportCSIv1(in boolean support);This operation creates a TaggedArgument containing the following information for acquiring transport credentials with CSIv1 capability turned off or on.
support. - If false, call GIOP requests traveling
over these transports is expected to
carry CSIv2 information.
SL3AQArgs::Argument createSupportCSIv2(in boolean support);This operation creates a TaggedArgument containing the following information for acquiring transport credentials with CSIv2 capability turned off or on.
support. - If false, call GIOP requests traveling
over these transports will not and is
not expected to carry CSIv2 information.
SL3AQArgs::Argument createTCPIPAcceptorOptions(in CORBA::StringSeq hosts,
in string bind,
in long low_port,
in long high_port,
in long backlog,
in boolean numeric);
This operation creates a Tagged Argument containing
the following information for acquiring TCPIP credentials.
For a description of the arguments, please see the corresponding operation in the TCPIPArgBuilder.
TCPIPArgBuilderTCPIPArgBuilder createTCPIPArgBuilder(in TransportSecurity::CredentialsUsage usage);This operation creates a TCPIP Transport Security Credentials Acquisition Argument Builder.
SL3AQArgs::Argument createTCPIPInitiatorOptions(in string bind,
in long low_port,
in long high_port,
in long timeout);
This operation creates a Tagged Argument containing
the following information for acquiring TCPIP credentials.
For a description of the arguments, please see the corresponding operation in the TCPIPArgBuilder.
TCPIPArgBuilder