Class ClientEnvironment


  • public final class ClientEnvironment
    extends Object

    Holds global settings and managers shared among all clients in a given JVM.

    • Method Detail

      • getSettings

        public static Settings getSettings()
        Get the singleton instance
      • getAsyncTaskManager

        public static AsyncTaskManager getAsyncTaskManager()
                                                    throws javax.jms.JMSException
        Get the async. task manager singleton instance
        Returns:
        the manager instance
        Throws:
        javax.jms.JMSException