|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.sling.event.impl.EventingThreadPool
@Service(value=EventingThreadPool.class) public class EventingThreadPool
The configurable eventing thread pool.
Constructor Summary | |
---|---|
EventingThreadPool()
|
Method Summary | |
---|---|
protected void |
activate(org.osgi.service.component.ComponentContext ctx)
Activate this component. |
protected void |
deactivate(org.osgi.service.component.ComponentContext context)
Deactivate this component. |
void |
execute(Runnable runnable)
Execute a runnable |
ThreadPoolConfig |
getConfiguration()
The thread pool configuration. |
String |
getName()
The name of the thread pool. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventingThreadPool()
Method Detail |
---|
protected void activate(org.osgi.service.component.ComponentContext ctx)
context
- protected void deactivate(org.osgi.service.component.ComponentContext context)
context
- public void execute(Runnable runnable)
ThreadPool
execute
in interface ThreadPool
runnable
- The Runnable
to executeThreadPool.execute(java.lang.Runnable)
public ThreadPoolConfig getConfiguration()
ThreadPool
getConfiguration
in interface ThreadPool
ThreadPool.getConfiguration()
public String getName()
ThreadPool
getName
in interface ThreadPool
ThreadPool.getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |