org.ow2.jasmine.probe.collectors.jmx.shell
Class JmxTargetParams

java.lang.Object
  extended by org.ow2.jasmine.probe.shell.JasmineProbeCommandParams
      extended by org.ow2.jasmine.probe.collectors.jmx.shell.JmxTargetParams

public class JmxTargetParams
extends org.ow2.jasmine.probe.shell.JasmineProbeCommandParams


Field Summary
 List<String> name
           
 
Constructor Summary
JmxTargetParams()
           
 
Method Summary
 String getJmxUrl()
           
 String getName()
          The target name is the first parameter.
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public List<String> name
Constructor Detail

JmxTargetParams

public JmxTargetParams()
Method Detail

getJmxUrl

public String getJmxUrl()

getName

public String getName()
The target name is the first parameter.

Returns:
the target name.

reset

public void reset()


Copyright © 2011 OW2 Consortium. All Rights Reserved.