Home » jakarta-jmeter-2.3.4_src » org.apache.jmeter.ejb.jndi.config » [javadoc | source]
org.apache.jmeter.ejb.jndi.config
public class: MethodConfigUserObject [javadoc | source]
java.lang.Object
   org.apache.jmeter.ejb.jndi.config.MethodConfigUserObject
Given the class of the parameter and its string value this class will attempt to create an appropriate object to represent it e.g. if given a class of int and value 8, a Integer object with the 8 value will be created. Failing which a MethodConfigUserObjectException will be thrown.
Field Summary
protected static final  String INTEGER     
protected static final  String LONG     
protected static final  String FLOAT     
protected static final  String DOUBLE     
protected static final  String BOOLEAN     
protected static final  String CHAR     
protected static final  String BYTE     
protected static final  String SHORT     
protected static final  String STRING_CLASS     
protected  Object object     
protected  Class type     
Constructor:
 public MethodConfigUserObject(Class type,
    String value) throws MethodConfigUserObjectException 
Method from org.apache.jmeter.ejb.jndi.config.MethodConfigUserObject Summary:
getObject,   getType,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jmeter.ejb.jndi.config.MethodConfigUserObject Detail:
 public Object getObject() 
 public Class getType() 
 public String toString()