public class DeployBarAction extends java.lang.Object implements ClientAction
| Constructor and Description |
|---|
DeployBarAction() |
| Modifier and Type | Method and Description |
|---|---|
static ProcessDefinition |
deployBar(byte[] barBytes,
java.lang.String jmxServiceUrl,
java.lang.String jmxObjectName)
Deploy a BPEL process from a Bar
|
protected static void |
deployBar(org.apache.commons.cli.CommandLine line)
Deploy a process
|
static ProcessDefinition |
deployBar(java.net.URL barFile,
java.lang.String jmxServiceUrl,
java.lang.String jmxObjectName)
Deploy a BPEL process from a Bar
|
java.lang.String |
getDescription() |
org.apache.commons.cli.Options |
getOptions() |
boolean |
parseAndExecute(java.lang.String[] args) |
public static ProcessDefinition deployBar(java.net.URL barFile, java.lang.String jmxServiceUrl, java.lang.String jmxObjectName)
barFile - URL of the bar file to deployjmxServiceUrl - url of the jmx servicejmxObjectName - name of the remote deployerpublic static ProcessDefinition deployBar(byte[] barBytes, java.lang.String jmxServiceUrl, java.lang.String jmxObjectName)
barBytes - bytes array of the bar file to deployjmxServiceUrl - url of the jmx servicejmxObjectName - name of the remote deployerprotected static void deployBar(org.apache.commons.cli.CommandLine line)
line - parsed command linepublic boolean parseAndExecute(java.lang.String[] args)
parseAndExecute in interface ClientActionpublic org.apache.commons.cli.Options getOptions()
getOptions in interface ClientActionpublic java.lang.String getDescription()
getDescription in interface ClientActionCopyright © 2011 OW2 Consortium. All Rights Reserved.