|
RTI Connext Java API
Version 6.0.1
|
Kinds of service. More...
Static Public Attributes | |
| static final ServiceQosPolicyKind | NO_SERVICE_QOS |
| There is no service associated with the entity. | |
| static final ServiceQosPolicyKind | PERSISTENCE_SERVICE_QOS |
| The entity is an entity created by RTI Persistence Service. | |
| static final ServiceQosPolicyKind | QUEUING_SERVICE_QOS |
| The entity is an entity created by RTI Queuing Service. | |
| static final ServiceQosPolicyKind | ROUTING_SERVICE_QOS |
| The entity is an entity created by RTI Routing Service. | |
| static final ServiceQosPolicyKind | RECORDING_SERVICE_QOS |
| The entity is an entity created by RTI Recording Service. | |
| static final ServiceQosPolicyKind | REPLAY_SERVICE_QOS |
| The entity is an entity created by RTI Replay Service. | |
| static final ServiceQosPolicyKind | DATABASE_INTEGRATION_SERVICE_QOS |
| The entity is an entity created by RTI Database Integration Service. | |
| static final ServiceQosPolicyKind | WEB_INTEGRATION_SERVICE_QOS |
| The entity is an entity created by RTI Web Integration Service. | |
Additional Inherited Members | |
Public Member Functions inherited from Enum | |
| final int | ordinal () |
| The integral value of this enumerated constant. | |
| Object | copy_from (Object src) |
| final String | name () |
| The name of this enum constant, as declared in the enum declaration. | |
| final String | toString () |
| The string value of this enum constant. | |
Protected Member Functions inherited from Enum | |
| Enum (String name, int ordinal) | |
| The constructor. | |
| final Object | clone () throws CloneNotSupportedException |
Kinds of service.
|
static |
There is no service associated with the entity.
|
static |
The entity is an entity created by RTI Persistence Service.
|
static |
The entity is an entity created by RTI Queuing Service.
|
static |
The entity is an entity created by RTI Routing Service.
|
static |
The entity is an entity created by RTI Recording Service.
|
static |
The entity is an entity created by RTI Replay Service.
|
static |
The entity is an entity created by RTI Database Integration Service.
|
static |
The entity is an entity created by RTI Web Integration Service.