com.ibm.websphere.websvcs.rm
Class MessageData.MessageState
- java.lang.Object
com.ibm.websphere.websvcs.rm.MessageData.MessageState
All implemented interfaces:
java.io.Serializable
Enclosing interface:
- public static class MessageData.MessageState
- extends java.lang.Object
- implements java.io.Serializable
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
is_problem_state
|
|
state
An int representation of the MessageState
|
|
state_description
A description of this MessageState
|
Constructor Summary
Constructor and Description |
---|
MessageData.MessageState(int state,java.lang.String description,boolean is_problem_state)
Constructor for MessageState
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
toString()
toString
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail
state
- public final int state
An int representation of the MessageState
state_description
- public final java.lang.String state_description
A description of this MessageState
is_problem_state
- public final boolean is_problem_state
Constructor Detail
MessageData.MessageState
- public MessageData.MessageState( int state,
- java.lang.String description,
- boolean is_problem_state)
Constructor for MessageState
Method Detail
toString
- public java.lang.String toString( )
toString
Overrides:
toString
in class java.lang.Object
Returns:
String representation of MessageState