public interface EJP
Modifier and Type | Method and Description |
---|---|
void |
close()
Shutdown this EJP.
|
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 language-independent identifier for this plugin.
|
java.lang.String |
getName()
Return a user readable name for this plugin.
|
void |
initialize(EJPContext context)
Initialize this EJP.
|
void initialize(EJPContext context)
context
- the EJP context for this EJP instance.void close()
java.lang.String getID()
java.lang.String getName()
java.lang.String executeScriptingCommand(java.lang.String cmd)
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.