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


public interface IProgramBase

This interface is implemented by schedulable Java programs that have been published to BusinessObjects Enterprise.

Note:The Program Job Server calls this interface's run method when executing a java program.


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

Method Detail

run

void run(IEnterpriseSession enterpriseSession,
         IInfoStore infoStore,
         java.lang.String[] args)
         throws SDKException

This method gets called by the backend to run the Java program.

Parameters:
enterpriseSession - A valid IEnterpriseSession object.
infoStore - A valid IInfoStore object.
args - A String[] array specifying any relevant arguments that need have been set for this program to run.
Throws:
SDKException - Throws an exception if the process is unsuccessful.