|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MonitorInterface
Interface that will be implemented by all Monitor components in the system.
Method Summary | |
---|---|
void |
addWatchRequest(AsyncRequest aRequest)
Adds AsyncRequest to the Monitor. |
String |
getGroup()
Returns the name of a group that a specific Monitor monitors. |
void |
registerCentralMonitor(CentralMonitor cm)
Registering CentralMonitor instance to a monitor instance. |
void |
registerScheduler(CoreScheduler cs)
Register a CoreScheduler instance in to the Monitor instance. |
void |
removeWatchRequest(AsyncRequest aRequest)
Removing AsyncRequest from the Monitor. |
Methods inherited from interface org.quartz.JobListener |
---|
getName, jobExecutionVetoed, jobToBeExecuted, jobWasExecuted |
Method Detail |
---|
void registerCentralMonitor(CentralMonitor cm)
cm
- - CentralMonitorvoid registerScheduler(CoreScheduler cs)
cs
- - CoreSchedulerString getGroup()
void addWatchRequest(AsyncRequest aRequest)
aRequest
- - AsyncRequestvoid removeWatchRequest(AsyncRequest aRequest)
aRequest
- - AsyncRequest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |