|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.deployment.remoting.StreamingTarget
public class StreamingTarget
A JBossTarget implementation that uses remoting streaming to upload deployments. This target is selected by including a targetType=remote param in the DeploymentManager deployURI.
Field Summary | |
---|---|
static String |
DESCRIPTION
|
Constructor Summary | |
---|---|
StreamingTarget(URI deployURI)
Create a target given a remoting locator URI |
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 |
Field Detail |
---|
public static final String DESCRIPTION
Constructor Detail |
---|
public StreamingTarget(URI deployURI)
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 |