org.apache.openejb.assembler.monitoring
Class JMXDeployer

java.lang.Object
  extended by org.apache.openejb.assembler.monitoring.JMXDeployer

@Description(value="OpenEJB Deployer")
public class JMXDeployer
extends Object


Constructor Summary
JMXDeployer()
           
 
Method Summary
 String deploy(String location)
           
 String[] getDeployedApplications()
           
 String undeploy(String moduleId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMXDeployer

public JMXDeployer()
Method Detail

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–2015 The Apache Software Foundation. All rights reserved.