|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthla.rti.ServiceGroup
Represents a service group.
| Field Summary | |
static ServiceGroup |
DATA_DISTRIBUTION_MANAGEMENT
The data distribution management service group. |
static ServiceGroup |
DECLARATION_MANAGEMENT
The declaration management service group. |
static ServiceGroup |
FEDERATION_MANAGEMENT
The federation management service group. |
static ServiceGroup |
OBJECT_MANAGEMENT
The object management service group. |
static ServiceGroup |
OWNERSHIP_MANAGEMENT
The ownership management service group. |
static ServiceGroup |
SUPPORT_SERVICES
The support services group. |
static ServiceGroup |
TIME_MANAGEMENT
The time management service group. |
private int |
value
The value of the instance. |
| Constructor Summary | |
private |
ServiceGroup(int pValue)
Private constructor. |
|
ServiceGroup(ServiceGroup otherServiceGroup)
Copy constructor. |
| Method Summary | |
boolean |
equals(java.lang.Object otherServiceGroup)
Compares this service group for equality with another. |
int |
hashCode()
Computes and returns a hash code corresponding to this service group. |
java.lang.String |
toString()
Returns a string representation of this service group. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final ServiceGroup FEDERATION_MANAGEMENT
public static final ServiceGroup DECLARATION_MANAGEMENT
public static final ServiceGroup OBJECT_MANAGEMENT
public static final ServiceGroup OWNERSHIP_MANAGEMENT
public static final ServiceGroup TIME_MANAGEMENT
public static final ServiceGroup DATA_DISTRIBUTION_MANAGEMENT
public static final ServiceGroup SUPPORT_SERVICES
private int value
| Constructor Detail |
public ServiceGroup(ServiceGroup otherServiceGroup)
otherServiceGroup - the service group object to copyprivate ServiceGroup(int pValue)
pValue - the integer value corresponding to this service group| Method Detail |
public boolean equals(java.lang.Object otherServiceGroup)
otherServiceGroup - the other service group
true if the two service group objects are equal,
false otherwisepublic int hashCode()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||