public final class ClientEnvironment extends Object
Holds global settings and managers shared among all clients in a given JVM.
| Modifier and Type | Field and Description |
|---|---|
static String |
SETTINGS_FILE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static AsyncTaskManager |
getAsyncTaskManager()
Get the async.
|
static NIOTcpMultiplexer |
getMultiplexer()
Get the multiplexer singleton instance
|
static Settings |
getSettings()
Get the singleton instance
|
public static final String SETTINGS_FILE_NAME
public static Settings getSettings()
public static NIOTcpMultiplexer getMultiplexer() throws PacketTransportException
PacketTransportExceptionpublic static AsyncTaskManager getAsyncTaskManager() throws javax.jms.JMSException
javax.jms.JMSExceptionCopyright © 2021. All rights reserved.