|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.config.ConfigTestElement
org.apache.jmeter.protocol.ldap.config.LdapConfig
This is model class for the LdapConfigGui. This will hold all the LDAP config value.
Field Summary |
Fields inherited from class org.apache.jmeter.config.ConfigTestElement |
PASSWORD, USERNAME |
Fields inherited from interface org.apache.jmeter.testelement.TestElement |
ENABLED, GUI_CLASS, NAME, TEST_CLASS |
Constructor Summary | |
LdapConfig()
Constructor for the LdapConfig object. |
Method Summary | |
Arguments |
getArguments()
Gets the Arguments attribute of the LdapConfig object. |
String |
getLabel()
Returns a formatted string label describing this sampler. |
String |
getRootdn()
Gets the Rootdn attribute of the LdapConfig object. |
String |
getTest()
Gets the test attribute of the LdapConfig object. |
boolean |
getUserDefinedTest()
Gets the UserDefinedTest attribute of the LdapConfig object. |
void |
setArguments(Arguments value)
Sets the Arguments attribute of the LdapConfig object. |
void |
setRootdn(String newRootdn)
Sets the Rootdn attribute of the LdapConfig object. |
void |
setTest(String newTest)
Sets the Test attribute of the LdapConfig object. |
void |
setUserDefinedTest(boolean value)
Sets the UserDefinedTest attribute of the LdapConfig object. |
Methods inherited from class org.apache.jmeter.config.ConfigTestElement |
addTestElement |
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
addProperty, canRemove, clear, clearTemporary, clone, emptyTemporary, equals, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getThreadContext, getThreadName, isRunningVersion, isTemporary, logProperties, mergeIn, nextIsNull, propertyIterator, recoverRunningVersion, removeProperty, setName, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, threadFinished, threadStarted, traverse, traverseCollection, traverseMap, traverseProperty |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LdapConfig()
Method Detail |
public void setRootdn(String newRootdn)
newRootdn
- the new rootdn valuepublic String getRootdn()
public void setTest(String newTest)
newTest
- the new test value(Add,Modify,Delete and search)public String getTest()
public void setUserDefinedTest(boolean value)
value
- the new UserDefinedTest valuepublic boolean getUserDefinedTest()
public void setArguments(Arguments value)
value
- the argumentspublic Arguments getArguments()
public String getLabel()
|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |