RTI Connext Java API  Version 6.1.2
ServiceQosPolicyKind Class Reference

Kinds of service. More...

Inheritance diagram for ServiceQosPolicyKind:
Enum Copyable

Static Public Attributes

static final ServiceQosPolicyKind NO_SERVICE_QOS
 There is no service associated with the entity. More...
 
static final ServiceQosPolicyKind PERSISTENCE_SERVICE_QOS
 The entity is an entity created by RTI Persistence Service. More...
 
static final ServiceQosPolicyKind QUEUING_SERVICE_QOS
 The entity is an entity created by RTI Queuing Service. More...
 
static final ServiceQosPolicyKind ROUTING_SERVICE_QOS
 The entity is an entity created by RTI Routing Service. More...
 
static final ServiceQosPolicyKind RECORDING_SERVICE_QOS
 The entity is an entity created by RTI Recording Service. More...
 
static final ServiceQosPolicyKind REPLAY_SERVICE_QOS
 The entity is an entity created by RTI Replay Service. More...
 
static final ServiceQosPolicyKind DATABASE_INTEGRATION_SERVICE_QOS
 The entity is an entity created by RTI Database Integration Service. More...
 
static final ServiceQosPolicyKind WEB_INTEGRATION_SERVICE_QOS
 The entity is an entity created by RTI Web Integration Service. More...
 

Additional Inherited Members

- Public Member Functions inherited from Enum
final int ordinal ()
 The integral value of this enumerated constant. More...
 
Object copy_from (Object src)
 
final String name ()
 The name of this enum constant, as declared in the enum declaration. More...
 
final String toString ()
 The string value of this enum constant. More...
 
- Protected Member Functions inherited from Enum
 Enum (String name, int ordinal)
 The constructor. More...
 
final Object clone () throws CloneNotSupportedException
 

Detailed Description

Member Data Documentation

◆ NO_SERVICE_QOS

final ServiceQosPolicyKind NO_SERVICE_QOS
static

There is no service associated with the entity.

◆ PERSISTENCE_SERVICE_QOS

final ServiceQosPolicyKind PERSISTENCE_SERVICE_QOS
static

The entity is an entity created by RTI Persistence Service.

◆ QUEUING_SERVICE_QOS

final ServiceQosPolicyKind QUEUING_SERVICE_QOS
static

The entity is an entity created by RTI Queuing Service.

◆ ROUTING_SERVICE_QOS

final ServiceQosPolicyKind ROUTING_SERVICE_QOS
static

The entity is an entity created by RTI Routing Service.

◆ RECORDING_SERVICE_QOS

final ServiceQosPolicyKind RECORDING_SERVICE_QOS
static

The entity is an entity created by RTI Recording Service.

◆ REPLAY_SERVICE_QOS

final ServiceQosPolicyKind REPLAY_SERVICE_QOS
static

The entity is an entity created by RTI Replay Service.

◆ DATABASE_INTEGRATION_SERVICE_QOS

final ServiceQosPolicyKind DATABASE_INTEGRATION_SERVICE_QOS
static

The entity is an entity created by RTI Database Integration Service.

◆ WEB_INTEGRATION_SERVICE_QOS

final ServiceQosPolicyKind WEB_INTEGRATION_SERVICE_QOS
static

The entity is an entity created by RTI Web Integration Service.