|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jasmine.shelbie.command.DeployMeCommand
public class DeployMeCommand
DeployME Shelbie Command
| Field Summary | |
|---|---|
static String |
CLUSTER_NAME_OPTION
Cluster name option |
static String |
DASH
Dash |
static String |
DOMAIN_NAME_OPTION
Domain name option |
static String |
HELP_OPTION
Help option |
static String |
MACHINE_NAME_OPTION
Machine name option |
static String |
SERVER_NAME_OPTION
Server name option |
static String |
TOPOLOGY_FILE_OPTION
Topology file option |
| Constructor Summary | |
|---|---|
DeployMeCommand()
|
|
| Method Summary | |
|---|---|
Object |
execute(org.apache.felix.service.command.CommandSession commandSession)
|
void |
setClusterName(String clusterName)
|
void |
setDeploymeManager(IDeployMeService deploymeService)
|
void |
setDomainName(String domainName)
|
void |
setMachineName(String machineName)
|
void |
setServerName(String serverName)
|
void |
setTopologyFilePath(String topologyFilePath)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DASH
public static final String TOPOLOGY_FILE_OPTION
public static final String MACHINE_NAME_OPTION
public static final String DOMAIN_NAME_OPTION
public static final String SERVER_NAME_OPTION
public static final String CLUSTER_NAME_OPTION
public static final String HELP_OPTION
| Constructor Detail |
|---|
public DeployMeCommand()
| Method Detail |
|---|
public Object execute(org.apache.felix.service.command.CommandSession commandSession)
throws Exception
execute in interface org.apache.felix.gogo.commands.ActionExceptionpublic void setTopologyFilePath(String topologyFilePath)
topologyFilePath - The topology file path to setpublic void setMachineName(String machineName)
machineName - The machine name to setpublic void setDomainName(String domainName)
domainName - The domain name to setpublic void setDeploymeManager(IDeployMeService deploymeService)
deploymeService - The IDeployMeService to setpublic void setServerName(String serverName)
serverName - The server name to setpublic void setClusterName(String clusterName)
clusterName - The clustername to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||