org.apache.sling.event.impl
Class EnvironmentComponent
java.lang.Object
org.apache.sling.event.impl.EnvironmentComponent
@Service(value=EnvironmentComponent.class)
public class EnvironmentComponent
- extends Object
Environment component. This component provides "global settings"
to all services, like the application id and the thread pool.
- Since:
- 3.0
This component needs to be immediate to set the global variables
(application id and thread pool).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnvironmentComponent
public EnvironmentComponent()
activate
@Activate
protected void activate()
- Activate this component.
deactivate
@Deactivate
protected void deactivate()
- Deactivate this component.
bindThreadPool
protected void bindThreadPool(EventingThreadPool etp)
unbindThreadPool
protected void unbindThreadPool(EventingThreadPool etp)
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.