org.apache.sling.event.impl.support
Class Environment

java.lang.Object
  extended by org.apache.sling.event.impl.support.Environment

public class Environment
extends Object

This class provides "global settings" to all services, like the application id and the thread pool.

Since:
3.0

Field Summary
static String APPLICATION_ID
          Global application id.
static ThreadPool THREAD_POOL
          Global thread pool.
 
Constructor Summary
Environment()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPLICATION_ID

public static String APPLICATION_ID
Global application id.


THREAD_POOL

public static volatile ThreadPool THREAD_POOL
Global thread pool.

Constructor Detail

Environment

public Environment()


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.