Uses of Interface
org.apache.activemq.broker.jmx.JobSchedulerViewMBean
-
Packages that use JobSchedulerViewMBean Package Description org.apache.activemq.broker.jmx JMX MBeans for the broker and its core connectors.org.apache.activemq.web Web Connectors so that messages can be sent via HTTP POST or read via HTTP POST or GET as well as support for web streaming to web browser or JavaScript clients. -
-
Uses of JobSchedulerViewMBean in org.apache.activemq.broker.jmx
Classes in org.apache.activemq.broker.jmx that implement JobSchedulerViewMBean Modifier and Type Class Description class
JobSchedulerView
MBean object that can be used to manage a single instance of a JobScheduler. -
Uses of JobSchedulerViewMBean in org.apache.activemq.web
Methods in org.apache.activemq.web that return JobSchedulerViewMBean Modifier and Type Method Description JobSchedulerViewMBean
BrokerFacade. getJobScheduler()
Get the JobScheduler MBeanJobSchedulerViewMBean
BrokerFacadeSupport. getJobScheduler()
-