[jboss-dev-forums] [Design of POJO Server] - Re: ServiceControllerMBean cleanup
scott.stark@jboss.org
do-not-reply at jboss.com
Mon Nov 27 21:43:41 EST 2006
So the dependency on DeploymentInfo would be dropped, and the following metadata based install methods exposed:
| public interface ServiceControllerExtMBean extends ServiceControllerMBean
| {
| public void install(ObjectName name, Object object) throws DeploymentException;
| public List<ObjectName> install(List<ServiceMetaData> metaDatas, ObjectName loaderName) throws DeploymentException;
| public ObjectName install(ServiceMetaData metaData, ObjectName loaderName) throws DeploymentException;
| }
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989153#3989153
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989153
More information about the jboss-dev-forums
mailing list