Uses of Class
net.sf.mybatchfwk.BatchService.STATE

Packages that use BatchService.STATE
net.sf.mybatchfwk   
net.sf.mybatchfwk.jmx   
 

Uses of BatchService.STATE in net.sf.mybatchfwk
 

Methods in net.sf.mybatchfwk that return BatchService.STATE
 BatchService.STATE BatchService.getState()
           
static BatchService.STATE BatchService.STATE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BatchService.STATE[] BatchService.STATE.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.sf.mybatchfwk with parameters of type BatchService.STATE
protected  void BatchService.setState(BatchService.STATE newState)
          Set the new state of the batch and process to the notification of the new state if jmx is enable
 

Uses of BatchService.STATE in net.sf.mybatchfwk.jmx
 

Methods in net.sf.mybatchfwk.jmx with parameters of type BatchService.STATE
 void ManagedBatchService.notifyBatchState(BatchService.STATE newState)
          Send a JMX notification that contains the new state of the batch
 



Copyright © 2006 null. All Rights Reserved.