jfun.yan.lifecycle
Interface Procedure


public interface Procedure

Represents any procedure that can be invoked.

Zephyr Business Solution

Author:
Michelle Lei

Method Summary
 void invoke(java.lang.Object self, java.lang.Object[] args)
          Invoke the procedure.
 

Method Detail

invoke

void invoke(java.lang.Object self,
            java.lang.Object[] args)
            throws java.lang.Throwable
Invoke the procedure.

Parameters:
self - the 'this' object.
args - the arguments.
Throws:
java.lang.Throwable - any exception during execution.