Home » jakarta-jmeter-2.3.4_src » org.apache.jmeter.protocol.ldap.config » [javadoc | source]
org.apache.jmeter.protocol.ldap.config
public class: LdapConfig [javadoc | source]
java.lang.Object
   org.apache.jmeter.testelement.AbstractTestElement
      org.apache.jmeter.config.ConfigTestElement
         org.apache.jmeter.protocol.ldap.config.LdapConfig

All Implemented Interfaces:
    Serializable, ConfigElement, TestElement

This is model class for the LdapConfigGui. This will hold all the LDAP config value.
Fields inherited from org.apache.jmeter.config.ConfigTestElement:
USERNAME,  PASSWORD
Constructor:
 public LdapConfig() 
Method from org.apache.jmeter.protocol.ldap.config.LdapConfig Summary:
getArguments,   getLabel,   getRootdn,   getTest,   getUserDefinedTest,   setArguments,   setRootdn,   setTest,   setUserDefinedTest
Methods from org.apache.jmeter.config.ConfigTestElement:
addConfigElement,   addTestElement,   expectsModification
Methods from org.apache.jmeter.testelement.AbstractTestElement:
addProperty,   addTestElement,   canRemove,   clear,   clearTemporary,   clone,   emptyTemporary,   equals,   getName,   getProperty,   getPropertyAsBoolean,   getPropertyAsBoolean,   getPropertyAsDouble,   getPropertyAsFloat,   getPropertyAsInt,   getPropertyAsLong,   getPropertyAsString,   getThreadContext,   getThreadName,   isEnabled,   isRunningVersion,   isTemporary,   logProperties,   mergeIn,   nextIsNull,   propertyIterator,   recoverRunningVersion,   removeProperty,   setName,   setProperty,   setProperty,   setRunningVersion,   setTemporary,   setThreadContext,   setThreadName,   threadFinished,   threadStarted,   traverse,   traverseCollection,   traverseMap,   traverseProperty
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jmeter.protocol.ldap.config.LdapConfig Detail:
 public Arguments getArguments() 
    Gets the Arguments attribute of the LdapConfig object.
 public String getLabel() 
    Returns a formatted string label describing this sampler.
 public String getRootdn() 
    Gets the Rootdn attribute of the LdapConfig object.
 public String getTest() 
    Gets the test attribute of the LdapConfig object.
 public boolean getUserDefinedTest() 
    Gets the UserDefinedTest attribute of the LdapConfig object.
 public  void setArguments(Arguments value) 
    Sets the Arguments attribute of the LdapConfig object. This will collect values from the table for user defined test case.
 public  void setRootdn(String newRootdn) 
    Sets the Rootdn attribute of the LdapConfig object.
 public  void setTest(String newTest) 
    Sets the Test attribute of the LdapConfig object.
 public  void setUserDefinedTest(boolean value) 
    Sets the UserDefinedTest attribute of the LdapConfig object.