org.ow2.jasmine.shelbie.command
Class DeployMeCommand

java.lang.Object
  extended by org.ow2.jasmine.shelbie.command.DeployMeCommand
All Implemented Interfaces:
org.apache.felix.gogo.commands.Action

public class DeployMeCommand
extends Object
implements org.apache.felix.gogo.commands.Action

DeployME Shelbie Command

Author:
Jeremy Cazaux

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

DASH

public static final String DASH
Dash

See Also:
Constant Field Values

TOPOLOGY_FILE_OPTION

public static final String TOPOLOGY_FILE_OPTION
Topology file option

See Also:
Constant Field Values

MACHINE_NAME_OPTION

public static final String MACHINE_NAME_OPTION
Machine name option

See Also:
Constant Field Values

DOMAIN_NAME_OPTION

public static final String DOMAIN_NAME_OPTION
Domain name option

See Also:
Constant Field Values

SERVER_NAME_OPTION

public static final String SERVER_NAME_OPTION
Server name option

See Also:
Constant Field Values

CLUSTER_NAME_OPTION

public static final String CLUSTER_NAME_OPTION
Cluster name option

See Also:
Constant Field Values

HELP_OPTION

public static final String HELP_OPTION
Help option

See Also:
Constant Field Values
Constructor Detail

DeployMeCommand

public DeployMeCommand()
Method Detail

execute

public Object execute(org.apache.felix.service.command.CommandSession commandSession)
               throws Exception

Specified by:
execute in interface org.apache.felix.gogo.commands.Action
Throws:
Exception

setTopologyFilePath

public void setTopologyFilePath(String topologyFilePath)
Parameters:
topologyFilePath - The topology file path to set

setMachineName

public void setMachineName(String machineName)
Parameters:
machineName - The machine name to set

setDomainName

public void setDomainName(String domainName)
Parameters:
domainName - The domain name to set

setDeploymeManager

public void setDeploymeManager(IDeployMeService deploymeService)
Parameters:
deploymeService - The IDeployMeService to set

setServerName

public void setServerName(String serverName)
Parameters:
serverName - The server name to set

setClusterName

public void setClusterName(String clusterName)
Parameters:
clusterName - The clustername to set


Copyright © 2012 OW2 Consortium. All Rights Reserved.