mod_cluster-demo-client 1.2.11.Final

org.jboss.modcluster.demo.client.load
Class ServerLoadParam

java.lang.Object
  extended by org.jboss.modcluster.demo.client.load.ServerLoadParam

public class ServerLoadParam
extends Object

Author:
Brian Stansberry

Constructor Summary
ServerLoadParam(String name, String label, String description, String value)
           
 
Method Summary
 String getDescription()
           
 String getLabel()
           
 String getName()
           
 String getValue()
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerLoadParam

public ServerLoadParam(String name,
                       String label,
                       String description,
                       String value)
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getName

public String getName()

getLabel

public String getLabel()

getDescription

public String getDescription()

mod_cluster-demo-client 1.2.11.Final

Copyright © 2015 JBoss by Red Hat. All Rights Reserved.