|
||||||||||
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
@Service(value=QueueConfigurationManager.class) public class QueueConfigurationManager
The queue manager manages queue configurations.
Nested Class Summary | |
---|---|
static class |
QueueConfigurationManager.QueueInfo
|
Constructor Summary | |
---|---|
QueueConfigurationManager()
|
Method Summary | |
---|---|
protected void |
activate(org.osgi.framework.BundleContext bundleContext)
Activate this component. |
protected void |
deactivate()
Deactivate this component. |
int |
getChangeCount()
|
InternalQueueConfiguration[] |
getConfigurations()
Return all configurations. |
InternalQueueConfiguration |
getMainQueueConfiguration()
|
QueueConfigurationManager.QueueInfo |
getQueueInfo(String topic)
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) throws org.apache.sling.api.resource.LoginException, org.apache.sling.api.resource.PersistenceException
org.apache.sling.api.resource.LoginException
org.apache.sling.api.resource.PersistenceException
@Deactivate protected void deactivate()
public InternalQueueConfiguration[] getConfigurations()
public InternalQueueConfiguration getMainQueueConfiguration()
public QueueConfigurationManager.QueueInfo getQueueInfo(String topic)
public int getChangeCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |