org.objectweb.joram.client.jms
Class MessageConsumer.Status

java.lang.Object
  extended by org.objectweb.joram.client.jms.MessageConsumer.Status
Enclosing class:
MessageConsumer

private static class MessageConsumer.Status
extends java.lang.Object

Status of the message consumer.


Field Summary
static int CLOSE
          Status of the message consumer when it is closed.
private static java.lang.String[] names
           
static int OPEN
          Status of the message consumer when it is open.
 
Constructor Summary
private MessageConsumer.Status()
           
 
Method Summary
static java.lang.String toString(int status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPEN

public static final int OPEN
Status of the message consumer when it is open. It is the initial state.

See Also:
Constant Field Values

CLOSE

public static final int CLOSE
Status of the message consumer when it is closed.

See Also:
Constant Field Values

names

private static final java.lang.String[] names
Constructor Detail

MessageConsumer.Status

private MessageConsumer.Status()
Method Detail

toString

public static java.lang.String toString(int status)


Copyright © 2010 ScalAgent D.T.. All Rights Reserved.