Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » system » [javadoc | source]
org.jboss.system
public class: ServiceCreator [javadoc | source]
java.lang.Object
   org.jboss.system.ServiceCreator
A helper class for the controller.
Constructor:
 public ServiceCreator(MBeanServer server) 
    Create a new ServiceCreator
    Parameters:
    server - the mbean server
Method from org.jboss.system.ServiceCreator Summary:
install,   install,   remove,   shutdown,   uninstall
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.system.ServiceCreator Detail:
 public ObjectInstance install(ObjectName mbeanName,
    ObjectName loaderName,
    Element mbeanElement) throws Exception 
Deprecated! This - is no longer used and will be going away

    Parses the given configuration document and creates MBean instances in the current MBean server.
 public static ServiceInstance install(MBeanServer server,
    ObjectName objectName,
    ServiceMetaData metaData,
    Object mbean) throws Exception 
    Install an MBean
 public  void remove(ObjectName name) throws Exception 
    Remove the installed object
 public  void shutdown() 
    Clean shutdown
 public static  void uninstall(MBeanServer server,
    ObjectName objectName) 
    Uninstall an MBean