|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
void run(IEnterpriseSession enterpriseSession,
IInfoStore infoStore,
java.lang.String[] args)
throws SDKException
This method gets called by the backend to run the Java program.
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.
SDKException - Throws an exception if the process is unsuccessful.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||