|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.sling.event.impl.support.Environment
public class Environment
This class provides "global settings" to all services, like the application id and the thread pool.
| Field Summary | |
|---|---|
static java.lang.String |
APPLICATION_ID
Global application id. |
static org.apache.sling.commons.threads.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 |
|---|
public static java.lang.String APPLICATION_ID
public static volatile org.apache.sling.commons.threads.ThreadPool THREAD_POOL
| Constructor Detail |
|---|
public Environment()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||