|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.deployment.spi.JMXTarget
A Target that deploys using the JMX adaptor to communicate with the MainDeployer using file URLs to the deployments.
Constructor Summary | |
JMXTarget(URI deployURI)
|
Method Summary | |
void |
deploy(javax.enterprise.deploy.spi.TargetModuleID targetModuleID)
Deploy a given module |
javax.enterprise.deploy.spi.TargetModuleID[] |
getAvailableModules(javax.enterprise.deploy.shared.ModuleType moduleType)
Retrieve the list of all J2EE application modules running or not running on the identified targets. |
String |
getDescription()
Get the target's description |
String |
getHostName()
Get the target's host name |
String |
getName()
Get the target's name |
void |
start(javax.enterprise.deploy.spi.TargetModuleID targetModuleID)
Start a given module |
void |
stop(javax.enterprise.deploy.spi.TargetModuleID targetModuleID)
Stop a given module |
void |
undeploy(javax.enterprise.deploy.spi.TargetModuleID targetModuleID)
Undeploy a given module |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JMXTarget(URI deployURI)
Method Detail |
public String getDescription()
getDescription
in interface javax.enterprise.deploy.spi.Target
public String getName()
getName
in interface javax.enterprise.deploy.spi.Target
public String getHostName()
getHostName
in interface JBossTarget
public void deploy(javax.enterprise.deploy.spi.TargetModuleID targetModuleID) throws Exception
deploy
in interface JBossTarget
Exception
public void start(javax.enterprise.deploy.spi.TargetModuleID targetModuleID) throws Exception
start
in interface JBossTarget
Exception
public void stop(javax.enterprise.deploy.spi.TargetModuleID targetModuleID) throws Exception
stop
in interface JBossTarget
Exception
public void undeploy(javax.enterprise.deploy.spi.TargetModuleID targetModuleID) throws Exception
undeploy
in interface JBossTarget
Exception
public javax.enterprise.deploy.spi.TargetModuleID[] getAvailableModules(javax.enterprise.deploy.shared.ModuleType moduleType) throws javax.enterprise.deploy.spi.exceptions.TargetException
getAvailableModules
in interface JBossTarget
javax.enterprise.deploy.spi.exceptions.TargetException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |