com.ontimize.util.operation
Interface RemoteOperation
- All Superinterfaces:
- java.lang.Runnable
- All Known Implementing Classes:
- AbstractRemoteOperation
- public interface RemoteOperation
- extends java.lang.Runnable
- Since:
- 5.2008
- Author:
- Imatia Innovation S.L
| Methods inherited from interface java.lang.Runnable |
run |
hasRequired
public boolean hasRequired()
getRequired
public java.util.HashMap getRequired()
setRequired
public void setRequired(java.util.HashMap required)
cancel
public void cancel()
isFinished
public boolean isFinished()
getResult
public java.util.Hashtable getResult()
getReferenceLocator
public EntityReferenceLocator getReferenceLocator()
setReferenceLocator
public void setReferenceLocator(EntityReferenceLocator locator)
getCurrentExecutionInformation
public java.util.Hashtable getCurrentExecutionInformation()