|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.scape_project.watch.monitor.CollectionProfilerMonitor
public class CollectionProfilerMonitor
Constructor Summary | |
---|---|
CollectionProfilerMonitor()
|
Method Summary | |
---|---|
void |
addWatchRequest(AsyncRequest aRequest)
Adds AsyncRequest to the Monitor. |
Collection<String> |
getAsyncRequestUUIDS()
|
String |
getGroup()
Returns the name of a group that a specific Monitor monitors. |
String |
getName()
|
void |
jobExecutionVetoed(org.quartz.JobExecutionContext arg0)
|
void |
jobToBeExecuted(org.quartz.JobExecutionContext arg0)
|
void |
jobWasExecuted(org.quartz.JobExecutionContext arg0,
org.quartz.JobExecutionException arg1)
|
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 class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CollectionProfilerMonitor()
Method Detail |
---|
public Collection<String> getAsyncRequestUUIDS()
public String getName()
getName
in interface org.quartz.JobListener
public void jobExecutionVetoed(org.quartz.JobExecutionContext arg0)
jobExecutionVetoed
in interface org.quartz.JobListener
public void jobToBeExecuted(org.quartz.JobExecutionContext arg0)
jobToBeExecuted
in interface org.quartz.JobListener
public void jobWasExecuted(org.quartz.JobExecutionContext arg0, org.quartz.JobExecutionException arg1)
jobWasExecuted
in interface org.quartz.JobListener
public void registerCentralMonitor(CentralMonitor cm)
MonitorInterface
registerCentralMonitor
in interface MonitorInterface
cm
- - CentralMonitorpublic String getGroup()
MonitorInterface
getGroup
in interface MonitorInterface
public void registerScheduler(CoreScheduler cs)
MonitorInterface
registerScheduler
in interface MonitorInterface
cs
- - CoreSchedulerpublic void addWatchRequest(AsyncRequest aRequest)
MonitorInterface
addWatchRequest
in interface MonitorInterface
aRequest
- - AsyncRequestpublic void removeWatchRequest(AsyncRequest aRequest)
MonitorInterface
removeWatchRequest
in interface MonitorInterface
aRequest
- - AsyncRequest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |