@Service(value=QueuesMBean.class) @Property(name="jmx.objectname", value="org.apache.sling:type=queues,name=QueueNames") public class QueuesMBeanImpl extends StandardEmitterMBean implements QueuesMBean
Constructor and Description |
---|
QueuesMBeanImpl() |
Modifier and Type | Method and Description |
---|---|
void |
activate(org.osgi.framework.BundleContext bc) |
void |
deactivate() |
String[] |
getQueueNames() |
void |
sendEvent(QueueStatusEvent e) |
addNotificationListener, getNotificationInfo, removeNotificationListener, removeNotificationListener, sendNotification
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getClassName, getConstructors, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getImpact, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, getParameterName, getParameterName, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementation
@Activate public void activate(org.osgi.framework.BundleContext bc)
@Deactivate public void deactivate()
public void sendEvent(QueueStatusEvent e)
public String[] getQueueNames()
getQueueNames
in interface QueuesMBean
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.