|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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(java.net.URI deployURI)
|
Method Summary | |
void |
deploy(TargetModuleID (src) targetModuleID)
Deploy a given module |
TargetModuleID (src) [] |
getAvailableModules(ModuleType (src) moduleType)
Retrieve the list of all J2EE application modules running or not running on the identified targets. |
java.lang.String |
getDescription()
Get the target's description |
java.lang.String |
getHostName()
Get the target's host name |
java.lang.String |
getName()
Get the target's name |
void |
start(TargetModuleID (src) targetModuleID)
Start a given module |
void |
stop(TargetModuleID (src) targetModuleID)
Stop a given module |
void |
undeploy(TargetModuleID (src) 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(java.net.URI deployURI)
Method Detail |
public java.lang.String getDescription()
getDescription
in interface Target (src)
public java.lang.String getName()
getName
in interface Target (src)
public java.lang.String getHostName()
getHostName
in interface JBossTarget (src)
public void deploy(TargetModuleID (src) targetModuleID) throws java.lang.Exception
deploy
in interface JBossTarget (src)
java.lang.Exception
public void start(TargetModuleID (src) targetModuleID) throws java.lang.Exception
start
in interface JBossTarget (src)
java.lang.Exception
public void stop(TargetModuleID (src) targetModuleID) throws java.lang.Exception
stop
in interface JBossTarget (src)
java.lang.Exception
public void undeploy(TargetModuleID (src) targetModuleID) throws java.lang.Exception
undeploy
in interface JBossTarget (src)
java.lang.Exception
public TargetModuleID (src) [] getAvailableModules(ModuleType (src) moduleType) throws TargetException (src)
getAvailableModules
in interface JBossTarget (src)
TargetException (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |