IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.websvcs.rm
Class MessageData.MessageState

java.lang.Object
  extended by com.ibm.websphere.websvcs.rm.MessageData.MessageState
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
MessageData

public static class MessageData.MessageState
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 boolean is_problem_state
           
 int state
          An int representation of the MessageState
 java.lang.String state_description
          A description of this MessageState
 
Constructor Summary
MessageData.MessageState(int state, java.lang.String description, boolean is_problem_state)
          Constructor for MessageState
 
Method Summary
 java.lang.String 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

Parameters:
int - state
description -
boolean - is_problem_state
Method Detail

toString

public java.lang.String toString()
toString

Overrides:
toString in class java.lang.Object
Returns:
String representation of MessageState

IBM WebSphere Application ServerTM
Release 8