Local Interface SL3TCPIP::ArgumentFactory

Local Interface SL3TCPIP::ArgumentFactory

local interface ArgumentFactory
    inherits from SL3AQArgs::ArgumentFactory
This interface is used to create the TCPIP Argument Builder

Operation Index

createSupportCSIv1
This operation creates a TaggedArgument containing the following information for acquiring transport credentials with CSIv1 capability turned off or on.
createSupportCSIv2
This operation creates a TaggedArgument containing the following information for acquiring transport credentials with CSIv2 capability turned off or on.
createTCPIPAcceptorOptions
This operation creates a Tagged Argument containing the following information for acquiring TCPIP credentials.
createTCPIPArgBuilder
This operation creates a TCPIP Transport Security Credentials Acquisition Argument Builder.
createTCPIPInitiatorOptions
This operation creates a Tagged Argument containing the following information for acquiring TCPIP credentials.

Operations

createSupportCSIv1
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.

Parameters:
support. - If false, call GIOP requests traveling over these transports is expected to carry CSIv2 information.

createSupportCSIv2
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.

Parameters:
support. - If false, call GIOP requests traveling over these transports will not and is not expected to carry CSIv2 information.

createTCPIPAcceptorOptions
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.

See Also:
TCPIPArgBuilder

createTCPIPArgBuilder
TCPIPArgBuilder createTCPIPArgBuilder(in TransportSecurity::CredentialsUsage usage);

This operation creates a TCPIP Transport Security Credentials Acquisition Argument Builder.

createTCPIPInitiatorOptions
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.

See Also:
TCPIPArgBuilder

Generated by the ORBacus IDL-to-HTML translator