org.apache.openejb.assembler.monitoring
Class JMXDeployer
java.lang.Object
org.apache.openejb.assembler.monitoring.JMXDeployer
@Description(value="OpenEJB Deployer")
public class JMXDeployer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMXDeployer
public JMXDeployer()
deploy
@ManagedOperation
@Description(value="Deploy the specified application")
public String deploy(String location)
undeploy
@ManagedOperation
@Description(value="Undeploy the specified application")
public String undeploy(String moduleId)
getDeployedApplications
@ManagedAttribute
@Description(value="List available applications")
public String[] getDeployedApplications()
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.