org.jboss.varia.scheduler.example
Interface SchedulableMBeanExampleMBean
- All Superinterfaces:
- Service, ServiceMBean
- All Known Implementing Classes:
- SchedulableMBeanExample
public interface SchedulableMBeanExampleMBean
- extends ServiceMBean
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 |
hit
void hit(Notification lNotification,
Date lDate,
long lRepetitions,
ObjectName name,
String test)
getHitCount
int getHitCount()
getHitNotification
Notification getHitNotification()
getHitDate
Date getHitDate()
getRemainingRepetitions
long getRemainingRepetitions()
getTestString
String getTestString()
getSchedulerName
ObjectName getSchedulerName()
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.