com.genesyslab.openmedia.soa
Class QueueMonitorStatus

java.lang.Object
  extended bycom.genesyslab.openmedia.soa.QueueMonitorStatus
All Implemented Interfaces:
java.io.Serializable

public class QueueMonitorStatus
extends java.lang.Object
implements java.io.Serializable

Enumerates the possible monitoring statuses for a queue activity.

See Also:
Serialized Form

Field Summary
static java.lang.String _monitored
          Indicates that the queue's activity is monitored.
static java.lang.String _not_monitored
          Indicates that the queue's activity is not monitored.
protected static java.util.HashMap _table_
           
static java.lang.String _undefined
          Indicates that Open Media cannot determine the queue's monitoring status.
protected  java.lang.String _value_
           
static QueueMonitorStatus monitored
           
static QueueMonitorStatus not_monitored
           
static QueueMonitorStatus undefined
           
 
Constructor Summary
protected QueueMonitorStatus(java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static QueueMonitorStatus fromString(java.lang.String value)
           
static QueueMonitorStatus fromValue(java.lang.String value)
           
 java.lang.String getValue()
           
 int hashCode()
           
 java.lang.Object readResolve()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_value_

protected java.lang.String _value_

_table_

protected static java.util.HashMap _table_

_undefined

public static final java.lang.String _undefined
Indicates that Open Media cannot determine the queue's monitoring status.

See Also:
Constant Field Values

_monitored

public static final java.lang.String _monitored
Indicates that the queue's activity is monitored.

See Also:
Constant Field Values

_not_monitored

public static final java.lang.String _not_monitored
Indicates that the queue's activity is not monitored.

See Also:
Constant Field Values

undefined

public static final QueueMonitorStatus undefined

monitored

public static final QueueMonitorStatus monitored

not_monitored

public static final QueueMonitorStatus not_monitored
Constructor Detail

QueueMonitorStatus

protected QueueMonitorStatus(java.lang.String value)
Method Detail

getValue

public java.lang.String getValue()

fromValue

public static QueueMonitorStatus fromValue(java.lang.String value)
                                    throws java.lang.IllegalStateException
Throws:
java.lang.IllegalStateException

fromString

public static QueueMonitorStatus fromString(java.lang.String value)
                                     throws java.lang.IllegalStateException
Throws:
java.lang.IllegalStateException

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

toString

public java.lang.String toString()

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException