pt.digitalis.iss
Interface IProcess


public interface IProcess

This interface should be implemented by all the objects that will be managed by the ISS.

Author:
Rodrigo Gonçalves rgoncalves@digitalis.pt

Method Summary
 ProcessResults execute()
          This method should call the object's execution method.
 

Method Detail

execute

ProcessResults execute()
This method should call the object's execution method.

Returns:
a ProcessResults object that encapsulates the execution results and state.


Copyright © 2010 Digitalis Informática Lda. All Rights Reserved.