Ontimize 5.2071EN

com.ontimize.util.operation
Class AbstractRemoteOperation

java.lang.Object
  extended bycom.ontimize.util.operation.AbstractRemoteOperation
All Implemented Interfaces:
RemoteOperation, java.lang.Runnable

public abstract class AbstractRemoteOperation
extends java.lang.Object
implements RemoteOperation

Since:
5.2008
Author:
Imatia Innovation S.L.

Field Summary
protected  boolean finished
           
protected  EntityReferenceLocator locator
           
 
Constructor Summary
AbstractRemoteOperation()
           
 
Method Summary
abstract  void cancel()
           
 EntityReferenceLocator getReferenceLocator()
           
abstract  java.util.HashMap getRequired()
           
abstract  java.util.Hashtable getResult()
           
abstract  boolean hasRequired()
           
 boolean isFinished()
           
 void setReferenceLocator(EntityReferenceLocator locator)
           
abstract  void setRequired(java.util.HashMap required)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ontimize.util.operation.RemoteOperation
getCurrentExecutionInformation
 
Methods inherited from interface java.lang.Runnable
run
 

Field Detail

locator

protected EntityReferenceLocator locator

finished

protected boolean finished
Constructor Detail

AbstractRemoteOperation

public AbstractRemoteOperation()
Method Detail

cancel

public abstract void cancel()
Specified by:
cancel in interface RemoteOperation

getRequired

public abstract java.util.HashMap getRequired()
Specified by:
getRequired in interface RemoteOperation

getResult

public abstract java.util.Hashtable getResult()
Specified by:
getResult in interface RemoteOperation

hasRequired

public abstract boolean hasRequired()
Specified by:
hasRequired in interface RemoteOperation

setRequired

public abstract void setRequired(java.util.HashMap required)
Specified by:
setRequired in interface RemoteOperation

setReferenceLocator

public void setReferenceLocator(EntityReferenceLocator locator)
Specified by:
setReferenceLocator in interface RemoteOperation

getReferenceLocator

public EntityReferenceLocator getReferenceLocator()
Specified by:
getReferenceLocator in interface RemoteOperation

isFinished

public boolean isFinished()
Specified by:
isFinished in interface RemoteOperation

Ontimize