| Constructor and Description |
|---|
ExecutionObserver(String ExecutionID,
ExecutionDirectory.DirectoryEntryType Type,
long Lease,
gr.uoa.di.madgik.execution.engine.ExecutionHandle Handle,
IWorkflowAdaptor Adaptor) |
ExecutionObserver(String ExecutionID,
ExecutionDirectory.DirectoryEntryType Type,
long Lease,
gr.uoa.di.madgik.execution.engine.ExecutionHandle Handle,
IWorkflowAdaptor Adaptor,
boolean reportMessages) |
ExecutionObserver(String ExecutionID,
ExecutionDirectory.DirectoryEntryType Type,
long Lease,
gr.uoa.di.madgik.execution.engine.ExecutionHandle Handle,
IWorkflowAdaptor Adaptor,
boolean reportMessages,
Object synchCompletion) |
| Modifier and Type | Method and Description |
|---|---|
void |
Cleanup() |
IWorkflowAdaptor |
GetAdaptor() |
List<gr.uoa.di.madgik.execution.event.ExecutionStateEvent> |
GetEvents() |
gr.uoa.di.madgik.execution.engine.ExecutionHandle |
GetExecutionHandle() |
String |
GetExecutionID() |
long |
GetLease() |
ExecutionDirectory.DirectoryEntryType |
GetWorkflowType() |
boolean |
HasPerformedStorageSystermCleanup() |
boolean |
IsCompleted() |
void |
PerformedStorageSystermCleanup() |
boolean |
ShouldCleanup() |
void |
update(Observable o,
Object arg) |
public ExecutionObserver(String ExecutionID, ExecutionDirectory.DirectoryEntryType Type, long Lease, gr.uoa.di.madgik.execution.engine.ExecutionHandle Handle, IWorkflowAdaptor Adaptor)
public ExecutionObserver(String ExecutionID, ExecutionDirectory.DirectoryEntryType Type, long Lease, gr.uoa.di.madgik.execution.engine.ExecutionHandle Handle, IWorkflowAdaptor Adaptor, boolean reportMessages)
public ExecutionObserver(String ExecutionID, ExecutionDirectory.DirectoryEntryType Type, long Lease, gr.uoa.di.madgik.execution.engine.ExecutionHandle Handle, IWorkflowAdaptor Adaptor, boolean reportMessages, Object synchCompletion)
public boolean HasPerformedStorageSystermCleanup()
public void PerformedStorageSystermCleanup()
public IWorkflowAdaptor GetAdaptor()
public gr.uoa.di.madgik.execution.engine.ExecutionHandle GetExecutionHandle()
public ExecutionDirectory.DirectoryEntryType GetWorkflowType()
public String GetExecutionID()
public long GetLease()
public boolean ShouldCleanup()
public boolean IsCompleted()
public List<gr.uoa.di.madgik.execution.event.ExecutionStateEvent> GetEvents()
public void update(Observable o, Object arg)
public void Cleanup()
Copyright © 2014. All Rights Reserved.