|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.sling.event.impl.jobs.config.QueueConfigurationManager
@Services(value=@Service(value=QueueConfigurationManager.class)) public class QueueConfigurationManager
An event handler for special job events. We schedule this event handler to run in the background and clean up obsolete events.
Constructor Summary | |
---|---|
QueueConfigurationManager()
|
Method Summary | |
---|---|
protected void |
activate(org.osgi.framework.BundleContext bundleContext)
Activate this component. |
protected void |
deactivate()
Deactivate this component. |
InternalQueueConfiguration[] |
getConfigurations()
Return all configurations. |
InternalQueueConfiguration |
getQueueConfiguration(JobEvent event)
Find the queue configuration for the job. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueueConfigurationManager()
Method Detail |
---|
@Activate protected void activate(org.osgi.framework.BundleContext bundleContext)
@Deactivate protected void deactivate()
public InternalQueueConfiguration[] getConfigurations()
public InternalQueueConfiguration getQueueConfiguration(JobEvent event)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |