org.objectweb.joram.client.jms
Class Session.SessionMode

java.lang.Object
  extended by org.objectweb.joram.client.jms.Session.SessionMode
Enclosing class:
Session

private static class Session.SessionMode
extends java.lang.Object

The way the session is used.


Field Summary
static int APP_SERVER
          The session is used by an application server.
static int LISTENER
          The session is used to asynchronously listen to messages.
private static java.lang.String[] names
           
static int NONE
          The session is still not used.
static int RECEIVE
          The session is used to synchronously receive messages.
 
Constructor Summary
private Session.SessionMode()
           
 
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

NONE

public static final int NONE
The session is still not used. This is the initial mode.

See Also:
Constant Field Values

RECEIVE

public static final int RECEIVE
The session is used to synchronously receive messages.

See Also:
Constant Field Values

LISTENER

public static final int LISTENER
The session is used to asynchronously listen to messages.

See Also:
Constant Field Values

APP_SERVER

public static final int APP_SERVER
The session is used by an application server.

See Also:
Constant Field Values

names

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

Session.SessionMode

private Session.SessionMode()
Method Detail

toString

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


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