|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScriptService
Various methods that may be implemented by a bean shell script.
Service lifecycle methods such as start
and stop
,
if available, are also called at service deployment and undeployment.
BeanShellSubDeployer
Method Summary | |
---|---|
String[] |
dependsOn()
Returns a list of ObjectName s as strings that
this service depends on. |
Class[] |
getInterfaces()
Returns any MBean interfaces implemented by this script. |
String |
objectName()
Returns the ObjectName of this service. |
void |
setCtx(ServiceMBeanSupport wrapper)
Called before create is called. |
Methods inherited from interface org.jboss.system.Service |
---|
create, destroy, start, stop |
Method Detail |
---|
String[] dependsOn() throws Exception
ObjectName
s as strings that
this service depends on.
Exception
String objectName() throws Exception
ObjectName
of this service.
Exception
Class[] getInterfaces() throws Exception
Exception
void setCtx(ServiceMBeanSupport wrapper) throws Exception
create
is called.
wrapper
- ServiceMBeanSupport wrapper that is controlling
this service
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |