org.ow2.orchestra.jmxclient
Class InitAction

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

public class InitAction
extends Object
implements ClientAction


Constructor Summary
InitAction()
           
 
Method Summary
 String getDescription()
           
 org.apache.commons.cli.Options getOptions()
           
protected static void init(org.apache.commons.cli.CommandLine line)
           
static void init(String jmxServiceUrl, String jmxObjectName)
           
 boolean parseAndExecute(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitAction

public InitAction()
Method Detail

init

public static void init(String jmxServiceUrl,
                        String jmxObjectName)

init

protected static void init(org.apache.commons.cli.CommandLine line)

parseAndExecute

public boolean parseAndExecute(String[] args)
Specified by:
parseAndExecute in interface ClientAction

getOptions

public org.apache.commons.cli.Options getOptions()
Specified by:
getOptions in interface ClientAction

getDescription

public String getDescription()
Specified by:
getDescription in interface ClientAction


Copyright © 2012 OW2 Consortium. All Rights Reserved.