Ontimize 5.2072EN

com.ontimize.db
Interface CancellableOperationEntity

All Superinterfaces:
java.rmi.Remote
All Known Subinterfaces:
CancellableQueryEntity
All Known Implementing Classes:
AdvancedQueryTableEntity, AdvancedTableEntity

public interface CancellableOperationEntity
extends java.rmi.Remote


Method Summary
 void cancelOperation(java.lang.String operationId)
           
 java.lang.String getOperationUniqueIdentifier()
           
 

Method Detail

getOperationUniqueIdentifier

public java.lang.String getOperationUniqueIdentifier()
                                              throws java.lang.Exception
Throws:
java.lang.Exception

cancelOperation

public void cancelOperation(java.lang.String operationId)
                     throws java.lang.Exception
Throws:
java.lang.Exception

Ontimize