Modifier and Type | Field and Description |
---|---|
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 String[] |
names |
static int |
NONE
The session is still not used.
|
static int |
RECEIVE
The session is used to synchronously receive messages.
|
Modifier | Constructor and Description |
---|---|
private |
SessionMode() |
public static final int NONE
public static final int RECEIVE
public static final int LISTENER
public static final int APP_SERVER
private static final String[] names
public static String toString(int status)
Copyright © 2023 ScalAgent D.T.. All rights reserved.