org.jboss.varia.scheduler
Class XMLScheduleProvider
java.lang.Object
org.jboss.mx.util.JBossNotificationBroadcasterSupport
org.jboss.system.ServiceMBeanSupport
org.jboss.varia.scheduler.AbstractScheduleProvider
org.jboss.varia.scheduler.XMLScheduleProvider
- All Implemented Interfaces:
- MBeanRegistration, NotificationBroadcaster, NotificationEmitter, org.jboss.kernel.spi.dependency.KernelControllerContextAware, Service, ServiceMBean, AbstractScheduleProviderMBean, XMLScheduleProviderMBean
public class XMLScheduleProvider
- extends AbstractScheduleProvider
- implements XMLScheduleProviderMBean
This Provider get its Scheduler from a XML configuration string
allowing the administrator to add several Schedules with one
provider.
The "Schedules" properties has to look like:
- Version:
- $Revision: 81038 $
- Author:
- Andreas Schaefer
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 |
Methods inherited from class org.jboss.system.ServiceMBeanSupport |
create, createService, destroy, destroyService, getDeploymentInfo, getLog, getName, getNextNotificationSequenceNumber, getServer, getServiceName, getState, getStateString, jbossInternalCreate, jbossInternalDescription, jbossInternalDestroy, jbossInternalLifecycle, jbossInternalStart, jbossInternalStop, pojoChange, pojoCreate, pojoDestroy, pojoStart, pojoStop, postDeregister, postRegister, preDeregister, preRegister, setKernelControllerContext, start, stop, unsetKernelControllerContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLScheduleProvider
public XMLScheduleProvider()
- Default (no-args) Constructor
getSchedules
public Element getSchedules()
- Specified by:
getSchedules
in interface XMLScheduleProviderMBean
- Returns:
- XML configuration attribute
setSchedules
public void setSchedules(Element pSchedules)
- Sets the XML configuration attribute
- Specified by:
setSchedules
in interface XMLScheduleProviderMBean
startProviding
public void startProviding()
throws Exception
- Add the Schedule to the Schedule Manager
- Specified by:
startProviding
in interface AbstractScheduleProviderMBean
- Specified by:
startProviding
in interface XMLScheduleProviderMBean
- Specified by:
startProviding
in class AbstractScheduleProvider
- Throws:
Exception
getNode
protected Text getNode(NodeList pList,
String pName)
- Loops of the given Node List and looks for the Element
with the given Node Name
- Parameters:
pNodeList
- The list of nodes to search throughpName
- The name of the node to look for
- Returns:
- Element if found otherwise null
stopProviding
public void stopProviding()
- Stops the Provider from providing causing
the provider to remove the Schedule
- Specified by:
stopProviding
in interface AbstractScheduleProviderMBean
- Specified by:
stopProviding
in interface XMLScheduleProviderMBean
- Specified by:
stopProviding
in class AbstractScheduleProvider
getSignature
protected String[] getSignature(String pMethodSignature)
- Converts a string of method arguments (separated by colons) into
an array of string
getStartDate
protected Date getStartDate(String pStartDate,
String dateFormat)
- Converts the given Data string to a date
where not value means 1/1/1970, "NOW" means
now (plus a second), an long value means time
in milliseconds since 1/1/1970 and a String is
a Date string which is intepreted by a Simple
Data Formatter.
- Parameters:
pStartDate
- the datedateFormat
- the dateFormat, the locale is
is used when null or blank
getObjectName
public ObjectName getObjectName(MBeanServer pServer,
ObjectName pName)
throws MalformedObjectNameException
- Overrides:
getObjectName
in class ServiceMBeanSupport
- Throws:
MalformedObjectNameException
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.