com.crystaldecisions.sdk.plugin.desktop.program
Interface IProgramBaseEx


public interface IProgramBaseEx

Extended interface for schedulable Java programs to implement.


Method Summary
 void run(IEnterpriseSession enterpriseSession, IInfoStore infoStore, IInfoObject programInfoObject, java.lang.String objectID, java.lang.String[] args)
          This method gets called by the backend to run the program.
 

Method Detail

run

void run(IEnterpriseSession enterpriseSession,
         IInfoStore infoStore,
         IInfoObject programInfoObject,
         java.lang.String objectID,
         java.lang.String[] args)
         throws SDKException
This method gets called by the backend to run the program.

Throws:
SDKException