|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BeanShellScriptClient
Old client style bean shell client interface.
Method Summary | |
---|---|
String |
createScriptDeployment(String bshScript,
String scriptName)
Create bean shell script deployment. |
void |
removeScriptDeployment(String scriptName)
Remove script deployment. |
Method Detail |
---|
String createScriptDeployment(String bshScript, String scriptName) throws org.jboss.deployers.spi.DeploymentException
bshScript
- the scriptscriptName
- the script name
org.jboss.deployers.spi.DeploymentException
- for any errorvoid removeScriptDeployment(String scriptName) throws org.jboss.deployers.spi.DeploymentException
scriptName
- the script name
org.jboss.deployers.spi.DeploymentException
- for any exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |