RTI Connext Java API
Version 5.3.1
|
<<interface>> The utility class used to configure RTI Connext pluggable transports. More...
Static Public Member Functions | |
static void | get_builtin_transport_property (DomainParticipant participant_in, Transport.Property_t builtin_transport_property_inout) |
Get the properties used to create a builtin transport plugin. | |
static void | set_builtin_transport_property (DomainParticipant participant_in, Transport.Property_t builtin_transport_property_in) |
Set the properties used to create a builtin transport plugin. | |
<<interface>> The utility class used to configure RTI Connext pluggable transports.
|
static |
Get the properties used to create a builtin transport plugin.
Retrieves the properties that will be used to create a builtin transport plugin.
builtin_transport_property_inout
parameter must be of the type specified by the builtin_transport_kind_in
. participant_in | <<in>> A valid non-null com.rti.dds.domain.DomainParticipant |
builtin_transport_property_inout | <<inout>> The storage area where the retrieved property will be output. The specific type required by the builtin_transport_kind_in must be used. |
|
static |
Set the properties used to create a builtin transport plugin.
Specifies the properties that will be used to create a builtin transport plugin.
If the builtin transport is already registered when this operation is called, these property changes will not have any effect. Builtin transport properties should always be set before the transport is registered. See Built-in Transport Plugins for details on when a builtin transport is registered.
builtin_transport_property_inout
parameter must be of the type specified by the builtin_transport_kind_in
. participant_in | <<in>> A valid non-null com.rti.dds.domain.DomainParticipant that has not been enabled. |
builtin_transport_property_in | <<inout>> The new transport property that will be used to the create the builtin transport plugin. The specific type required by the builtin_transport_kind_in must be used. |