|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.deployment.spi.LocalhostTarget
A Target interface represents a single logical core server of one instance of a J2EE platform product. It is a designator for a server and the implied location to copy a configured application for the server to access.
Constructor Summary | |
LocalhostTarget()
|
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 LocalhostTarget()
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 |