public abstract class AbstractEJP extends java.lang.Object implements EJP
Constructor and Description |
---|
AbstractEJP() |
Modifier and Type | Method and Description |
---|---|
void |
close()
Default implementation of the close() interface method.
|
java.lang.String |
executeScriptingCommand(java.lang.String cmd)
Execute a command that comes in through the scripting API of the Cumulus client.
|
java.lang.String |
getID()
Return a unique ID for this EJP instance.
|
abstract java.lang.String |
getName()
Return a user readable name for this plugin.
|
void |
initialize(EJPContext context)
Default implementation of the initialize() interface method.
|
public void initialize(EJPContext context)
initialize
in interface EJP
context
- the EJP context for this EJP instance.public void close()
public java.lang.String getID()
public abstract java.lang.String getName()
EJP
public java.lang.String executeScriptingCommand(java.lang.String cmd)
EJP
executeScriptingCommand
in interface EJP
cmd
- A command string. You can use any format for the information you want to pass.
This can be null
if the script did not provide a command.null
if executing does not return a value)www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.