public class UndeployAction extends Object implements ClientAction
| Constructor and Description |
|---|
UndeployAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
org.apache.commons.cli.Options |
getOptions() |
boolean |
parseAndExecute(String[] args) |
protected static void |
undeploy(org.apache.commons.cli.CommandLine line)
Undeploys a process
|
static boolean |
undeploy(QName processQName,
String jmxServiceUrl,
String jmxObjectName)
Undeploys a BPEL process
|
public static boolean undeploy(QName processQName, String jmxServiceUrl, String jmxObjectName)
processQName - name of the process to undeployjmxServiceUrl - url of the jmx servicejmxObjectName - name of the remote deployertrue if the process was successfully removed.protected static void undeploy(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 © 2012 OW2 Consortium. All Rights Reserved.