|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.system.ServiceCreator
public class ServiceCreator
A helper class for the controller.
Service
Constructor Summary | |
---|---|
ServiceCreator(javax.management.MBeanServer server)
CTOR |
Method Summary | |
---|---|
javax.management.ObjectInstance |
install(javax.management.ObjectName mbeanName,
javax.management.ObjectName loaderName,
Element mbeanElement)
Parses the given configuration document and creates MBean instances in the current MBean server. |
void |
remove(javax.management.ObjectName name)
|
void |
shutdown()
Clean shutdown |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceCreator(javax.management.MBeanServer server)
Method Detail |
---|
public void shutdown()
public javax.management.ObjectInstance install(javax.management.ObjectName mbeanName, javax.management.ObjectName loaderName, Element mbeanElement) throws Exception
configuration
- The configuration document.
ConfigurationException
- The configuration document contains
invalid or missing syntax.
Exception
- Failed for some other reason.public void remove(javax.management.ObjectName name) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |