Method Summary |
|
public void | addBean(BeanInfo beanInfo) This method will add a bean object to the list of bean object. |
public void | addJmxBean(JMXBeanInfo jmxBeanInfo) This method will add a new JMX bean to the list of beans. |
public void | addWebService(WebServiceInfo webServiceInfo) |
public Map | getBeans() This method will return the list of beans. |
public String | getDescription() The description for the deployment information. |
public Map | getJmxBeans() Retrieve the list of means for the deployment. |
public String | getName() The getter method for the name information. |
public String | getVersion() This method returns the version information. |
public Map | getWebServices() Retrieve the list of web services. |
public void | setDescription(String description) This method will set the description for this deployment object. |
public void | setName(String name) Set the name of for the deployment jar. |
public void | setVersion(String version) This method set the version information. |