org.ow2.orchestra.jmxclient
Class DeployAction
java.lang.Object
org.ow2.orchestra.jmxclient.DeployAction
- All Implemented Interfaces:
- ClientAction
public class DeployAction
- extends java.lang.Object
- implements ClientAction
|
Method Summary |
protected static void |
deploy(org.apache.commons.cli.CommandLine line)
Deploy a process |
static javax.xml.namespace.QName |
deploy(java.net.URL bpelURL,
java.util.List<java.net.URL> wsdls,
java.lang.String jmxServiceUrl,
java.lang.String jmxObjectName)
Deploy a BPEL process |
java.lang.String |
getDescription()
|
org.apache.commons.cli.Options |
getOptions()
|
boolean |
parseAndExecute(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeployAction
public DeployAction()
deploy
public static javax.xml.namespace.QName deploy(java.net.URL bpelURL,
java.util.List<java.net.URL> wsdls,
java.lang.String jmxServiceUrl,
java.lang.String jmxObjectName)
- Deploy a BPEL process
- Parameters:
bpelFile - URL of the bpel file to deploywsdlFile - URL of the wsdl fileenvFile - URL of the environment xmljmxServiceUrl - url of the jmx servicejmxObjectName - name of the remote deployer
- Returns:
- QName of the deployed process
deploy
protected static void deploy(org.apache.commons.cli.CommandLine line)
- Deploy a process
- Parameters:
line - parsed command line
parseAndExecute
public boolean parseAndExecute(java.lang.String[] args)
- Specified by:
parseAndExecute in interface ClientAction
getOptions
public org.apache.commons.cli.Options getOptions()
- Specified by:
getOptions in interface ClientAction
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface ClientAction
Copyright © 2008 OW2 Consortium. All Rights Reserved.