RTI Connext Java API Version 7.2.0

Builtin topic for accessing requests from different services within RTI Connext. More...

Classes

class  ServiceRequest
 A request coming from one of the built-in services. More...
 
class  ServiceRequestDataReader
 Instantiates DataReader < com.rti.dds.topic.builtin.ServiceRequest > . More...
 
class  ServiceRequestSeq
 Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.topic.builtin.ServiceRequest > . More...
 
class  ServiceRequestTypeSupport
 Instantiates TypeSupport < com.rti.dds.topic.builtin.ServiceRequest > . More...
 

Variables

static final int UNKNOWN_SERVICE_ID
 An invalid Service Id. More...
 
static final int TOPIC_QUERY_SERVICE_ID
 Service Id for the com.rti.dds.subscription.TopicQuery Service. More...
 
static final int LOCATOR_REACHABILITY_SERVICE_ID
 Service Id for the Locator Reachability Service. More...
 
static final int INSTANCE_STATE_SERVICE_ID
 Service Id for the Instance State Request service. More...
 
static final int MONITORING_LIBRARY_COMMAND_SERVICE_REQUEST_ID
 Service Id for RTI Monitoring Library 2.0 Command Service Request. More...
 
static final int MONITORING_LIBRARY_REPLY_SERVICE_REQUEST_ID
 Service Id for RTI Monitoring Library 2.0 Reply Service Requests. More...
 
static final String SERVICE_REQUEST_TOPIC_NAME = DDS_SERVICE_REQUEST_TOPIC_NAME()
 Service Request topic name. More...
 

Detailed Description

Builtin topic for accessing requests from different services within RTI Connext.

Currently, the com.rti.dds.subscription.TopicQuery, Locator Reachability Instance State Consistency and Controlability (part of Observability) all rely on this topic.

See also
Topic Queries for an explanation of how TopicQueries use ServiceRequests and how you can access the ServiceRequests for debugging purposes in the section The Built-in ServiceRequest DataReader.

Variable Documentation

◆ UNKNOWN_SERVICE_ID

final int UNKNOWN_SERVICE_ID
static

An invalid Service Id.

◆ TOPIC_QUERY_SERVICE_ID

final int TOPIC_QUERY_SERVICE_ID
static

Service Id for the com.rti.dds.subscription.TopicQuery Service.

◆ LOCATOR_REACHABILITY_SERVICE_ID

final int LOCATOR_REACHABILITY_SERVICE_ID
static

Service Id for the Locator Reachability Service.

◆ INSTANCE_STATE_SERVICE_ID

final int INSTANCE_STATE_SERVICE_ID
static

Service Id for the Instance State Request service.

◆ MONITORING_LIBRARY_COMMAND_SERVICE_REQUEST_ID

final int MONITORING_LIBRARY_COMMAND_SERVICE_REQUEST_ID
static

Service Id for RTI Monitoring Library 2.0 Command Service Request.

RTI Monitoring Library 2.0 remote commands are sent using this service.

◆ MONITORING_LIBRARY_REPLY_SERVICE_REQUEST_ID

final int MONITORING_LIBRARY_REPLY_SERVICE_REQUEST_ID
static

Service Id for RTI Monitoring Library 2.0 Reply Service Requests.

Replies to RTI Monitoring Library 2.0 remote commands are sent using this service.

◆ SERVICE_REQUEST_TOPIC_NAME

final String SERVICE_REQUEST_TOPIC_NAME = DDS_SERVICE_REQUEST_TOPIC_NAME()
static