org.jboss.varia.scheduler.example
Interface SchedulableMBeanExampleMBean

All Superinterfaces:
Service, ServiceMBean
All Known Implementing Classes:
SchedulableMBeanExample

public interface SchedulableMBeanExampleMBean
extends ServiceMBean

MBean interface.


Field Summary
 
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
 
Method Summary
 int getHitCount()
           
 Date getHitDate()
           
 Notification getHitNotification()
           
 long getRemainingRepetitions()
           
 ObjectName getSchedulerName()
           
 String getTestString()
           
 void hit(Notification lNotification, Date lDate, long lRepetitions, ObjectName name, String test)
           
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Method Detail

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.