org.ow2.orchestra.jmxclient
Class GetProcessAction

java.lang.Object
  extended by org.ow2.orchestra.jmxclient.GetProcessAction
All Implemented Interfaces:
ClientAction

public class GetProcessAction
extends java.lang.Object
implements ClientAction


Constructor Summary
GetProcessAction()
           
 
Method Summary
protected static void get(org.apache.commons.cli.CommandLine line)
           
static org.ow2.orchestra.jmx.ProcessInfo get(java.lang.String jmxServiceUrl, java.lang.String jmxObjectName, javax.xml.namespace.QName processQName)
           
 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
 

Constructor Detail

GetProcessAction

public GetProcessAction()
Method Detail

get

public static org.ow2.orchestra.jmx.ProcessInfo get(java.lang.String jmxServiceUrl,
                                                    java.lang.String jmxObjectName,
                                                    javax.xml.namespace.QName processQName)

get

protected static void get(org.apache.commons.cli.CommandLine 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.