com.createtank.elemenope
Interface Operation

All Superinterfaces:
ElemenopeComponent
All Known Subinterfaces:
ElemenopeBpmOperation
All Known Implementing Classes:
ElemenopeAsyncBpmChainOperation, ElemenopeBpmChainOperation, ElemenopeBpmListOperation, ElemenopeBpmOperationImpl, ElemenopeProcessChainOperation, ElemenopeProcessListOperation, IngestFilesystemOperation

public interface Operation
extends ElemenopeComponent

interface for all services/operations executed by a Broker.

Author:
John Joseph Roets [joe@createtank.com]

Method Summary
 java.lang.Object execute(java.lang.Object object)
          Execute the operation.
 
Methods inherited from interface com.createtank.elemenope.ElemenopeComponent
releaseComponents, setComponents, setConfigurationAttributes
 

Method Detail

execute

java.lang.Object execute(java.lang.Object object)
Execute the operation.