|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.vremanagement.executor.stubs.TaskMonitor
public abstract class TaskMonitor
A monitor of tasks in execution.
| Nested Class Summary | |
|---|---|
static class |
TaskMonitor.TaskTopic
Topics relative to task execution. |
| Constructor Summary | |
|---|---|
TaskMonitor(TaskMonitor.TaskTopic... topics)
Creates a monitor for one more TaskTopics. |
|
| Method Summary | |
|---|---|
void |
deliver(List topicPath,
org.apache.axis.message.addressing.EndpointReferenceType producer,
Object message)
|
List<TaskMonitor.TaskTopic> |
getTopics()
Returns the monitor's topics. |
protected void |
onOutputChange(TaskProxy proxy)
Callback on output change. |
protected void |
onStateChange(TaskProxy proxy)
Callback on state change. |
protected void |
subscribe(org.apache.axis.message.addressing.EndpointReferenceType epr)
Subscribes monitor with remote task. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TaskMonitor(TaskMonitor.TaskTopic... topics)
TaskTopics.
topics - (optional) the topics (all by default).| Method Detail |
|---|
public List<TaskMonitor.TaskTopic> getTopics()
protected void subscribe(org.apache.axis.message.addressing.EndpointReferenceType epr)
throws Exception
Exception - if the monitor could not be subscribed.
public void deliver(List topicPath,
org.apache.axis.message.addressing.EndpointReferenceType producer,
Object message)
deliver in interface org.globus.wsrf.NotifyCallback
protected void onStateChange(TaskProxy proxy)
throws Exception
proxy - a TaskProxy.
Exception
protected void onOutputChange(TaskProxy proxy)
throws Exception
proxy - a TaskProxy.
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||