Novell exteNd
Director 5.2 API

com.sssw.wf.ui.api
Interface EbiJavaActivityDefinition


public interface EbiJavaActivityDefinition

This interface is implemented by Automatic Activity definitions. It is the responsibility of the automatic activity developer to implement these methods accoring their requirements.


Method Summary
 String getClassPath()
          Get class path that is invoked at runtime.
 void setClassPath(String classPath)
          Set class path that is invoked at runtime.
 

Method Detail

setClassPath

public void setClassPath(String classPath)
Set class path that is invoked at runtime.
Parameters:
classPath - - the java class path invoked at runtime

getClassPath

public String getClassPath()
Get class path that is invoked at runtime.
Returns:
classpath - the java class path invoked at runtime

Novell exteNd
Director 5.2 API