org.jboss.varia.scheduler
Interface XMLScheduleProviderMBean
- All Superinterfaces:
- AbstractScheduleProviderMBean, Service, ServiceMBean
- All Known Implementing Classes:
- XMLScheduleProvider
public interface XMLScheduleProviderMBean
- extends AbstractScheduleProviderMBean
MBean interface.
Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
OBJECT_NAME
static final ObjectName OBJECT_NAME
getSchedules
Element getSchedules()
setSchedules
void setSchedules(Element pSchedules)
- Sets the XML configuration attribute
startProviding
void startProviding()
throws Exception
- Add the Schedule to the Schedule Manager
- Specified by:
startProviding
in interface AbstractScheduleProviderMBean
- Throws:
Exception
stopProviding
void stopProviding()
- Stops the Provider from providing causing the provider to remove the Schedule
- Specified by:
stopProviding
in interface AbstractScheduleProviderMBean
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.