public class DeployBarAction extends Object implements ClientAction
| Constructor and Description |
|---|
DeployBarAction() |
| Modifier and Type | Method and Description |
|---|---|
static ProcessDefinition |
deployBar(byte[] barBytes,
String jmxServiceUrl,
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(URL barFile,
String jmxServiceUrl,
String jmxObjectName)
Deploy a BPEL process from a Bar
|
String |
getDescription() |
org.apache.commons.cli.Options |
getOptions() |
boolean |
parseAndExecute(String[] args) |
public static ProcessDefinition deployBar(URL barFile, String jmxServiceUrl, 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, String jmxServiceUrl, 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(String[] args)
parseAndExecute in interface ClientActionpublic org.apache.commons.cli.Options getOptions()
getOptions in interface ClientActionpublic String getDescription()
getDescription in interface ClientActionCopyright © 2011 OW2 Consortium. All Rights Reserved.