Ontimize 5.2072EN

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

Method Summary
 void cancel()
           
 java.util.Hashtable getCurrentExecutionInformation()
           
 EntityReferenceLocator getReferenceLocator()
           
 java.util.HashMap getRequired()
           
 java.util.Hashtable getResult()
           
 boolean hasRequired()
           
 boolean isFinished()
           
 void setReferenceLocator(EntityReferenceLocator locator)
           
 void setRequired(java.util.HashMap required)
           
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

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()

Ontimize