Java Doc for LDAPExtSampler.java in  » Testing » jakarta-jmeter » org » apache » jmeter » protocol » ldap » sampler » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Testing » jakarta jmeter » org.apache.jmeter.protocol.ldap.sampler 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.jmeter.samplers.AbstractSampler
   org.apache.jmeter.protocol.ldap.sampler.LDAPExtSampler

LDAPExtSampler
public class LDAPExtSampler extends AbstractSampler implements TestListener(Code)
Ldap Sampler class is main class for the LDAP test. This will control all the test available in the LDAP Test.


Field Summary
final public static  StringADD
    
final public static  StringARGUMENTS
    
final public static  StringATTRIBS
    
final public static  StringBASE_ENTRY_DN
    
final public static  StringBIND
    
final public static  StringCOMPARE
    
final public static  StringCOMPAREDN
    
final public static  StringCOMPAREFILT
    
final public static  StringCONNTO
    
final public static  StringCOUNTLIM
    
final public static  StringDELETE
    
final public static  StringDEREF
    
final public static  StringLDAPARGUMENTS
    
final public static  StringMODDDN
    
final public static  StringMODIFY
    
final public static  StringNEWDN
    
final public static  StringPARSEFLAG
    
final public static  StringPORT
    
final public static  StringRENAME
    
final public static  StringRETOBJ
    
final public static  StringROOTDN
    
final public static  StringSBIND
    
final public static  StringSCOPE
    
final public static  StringSEARCH
    
final public static  StringSEARCHBASE
    
final public static  StringSEARCHFILTER
    
final public static  StringSECURE
    
final public static  StringSERVERNAME
    
final public static  StringTEST
    
final public static  StringTIMELIM
    
final public static  StringUNBIND
    
final public static  StringUSERDN
    
final public static  StringUSERPW
    

Constructor Summary
public  LDAPExtSampler()
    

Method Summary
public  ArgumentsgetArguments()
    
public  StringgetAttrs()
    
public  StringgetBaseEntryDN()
    
public  StringgetConnTimeOut()
    
public  StringgetCountlim()
    
public  longgetCountlimAsLong()
    
public  LDAPArgumentsgetLDAPArguments()
    
public  StringgetLabel()
    
public  StringgetPort()
    
public  StringgetRootdn()
    
public  StringgetScope()
    
public  intgetScopeAsInt()
    
public  StringgetServername()
    
public  StringgetTest()
    
public  StringgetTimelim()
    
public  intgetTimelimAsInt()
    
public  StringgetUserDN()
    
public  StringgetUserPw()
    
public  booleanisDeref()
    
public  booleanisParseFlag()
    
public  booleanisRetobj()
    
public  booleanisSecure()
    
public  SampleResultsample(Entry e)
    
public  voidsetArguments(Arguments value)
    
public  voidsetAttrs(String newAttrs)
    
public  voidsetBaseEntryDN(String newbaseentry)
    
public  voidsetConnTimeOut(String connto)
    
public  voidsetCountlim(String newClim)
    
public  voidsetDeref(String newDref)
    
public  voidsetLDAPArguments(LDAPArguments value)
    
public  voidsetParseFlag(String parseFlag)
    
public  voidsetPort(String port)
    
public  voidsetRetobj(String newRobj)
    
public  voidsetRootdn(String newRootdn)
    
public  voidsetScope(String newScope)
    
public  voidsetSecure(String sec)
    
public  voidsetServername(String servername)
    
public  voidsetTest(String newTest)
    
public  voidsetTimelim(String newTlim)
    
public  voidsetUserDN(String newUserDN)
    
public  voidsetUserPw(String newUserPw)
    
public  voidtestEnded()
    
public  voidtestEnded(String host)
    
public  voidtestIterationStart(LoopIterationEvent event)
    
public  voidtestStarted()
    
public  voidtestStarted(String host)
    

Field Detail
ADD
final public static String ADD(Code)



ARGUMENTS
final public static String ARGUMENTS(Code)



ATTRIBS
final public static String ATTRIBS(Code)



BASE_ENTRY_DN
final public static String BASE_ENTRY_DN(Code)



BIND
final public static String BIND(Code)



COMPARE
final public static String COMPARE(Code)



COMPAREDN
final public static String COMPAREDN(Code)



COMPAREFILT
final public static String COMPAREFILT(Code)



CONNTO
final public static String CONNTO(Code)



COUNTLIM
final public static String COUNTLIM(Code)



DELETE
final public static String DELETE(Code)



DEREF
final public static String DEREF(Code)



LDAPARGUMENTS
final public static String LDAPARGUMENTS(Code)



MODDDN
final public static String MODDDN(Code)



MODIFY
final public static String MODIFY(Code)



NEWDN
final public static String NEWDN(Code)



PARSEFLAG
final public static String PARSEFLAG(Code)



PORT
final public static String PORT(Code)



RENAME
final public static String RENAME(Code)



RETOBJ
final public static String RETOBJ(Code)



ROOTDN
final public static String ROOTDN(Code)



SBIND
final public static String SBIND(Code)



SCOPE
final public static String SCOPE(Code)



SEARCH
final public static String SEARCH(Code)



SEARCHBASE
final public static String SEARCHBASE(Code)



SEARCHFILTER
final public static String SEARCHFILTER(Code)



SECURE
final public static String SECURE(Code)



SERVERNAME
final public static String SERVERNAME(Code)



TEST
final public static String TEST(Code)



TIMELIM
final public static String TIMELIM(Code)



UNBIND
final public static String UNBIND(Code)



USERDN
final public static String USERDN(Code)



USERPW
final public static String USERPW(Code)




Constructor Detail
LDAPExtSampler
public LDAPExtSampler()(Code)
!ToDo (Constructor description)




Method Detail
getArguments
public Arguments getArguments()(Code)
Gets the Arguments attribute of the LdapConfig object The arguments user defined test case



getAttrs
public String getAttrs()(Code)
Gets the attributes of the LDAPSampler object The attributes



getBaseEntryDN
public String getBaseEntryDN()(Code)
Gets the BaseEntryDN attribute of the LDAPSampler object The Base entry DN value



getConnTimeOut
public String getConnTimeOut()(Code)



getCountlim
public String getCountlim()(Code)
Gets the size limit attribute of the LDAPSampler object The size limit



getCountlimAsLong
public long getCountlimAsLong()(Code)



getLDAPArguments
public LDAPArguments getLDAPArguments()(Code)
Gets the LDAPArguments attribute of the LdapConfig object The LDAParguments user defined modify test case



getLabel
public String getLabel()(Code)
Returns a formatted string label describing this sampler Example output: a formatted string label describing this sampler



getPort
public String getPort()(Code)
Gets the Port attribute of the LDAPSampler object The Port value



getRootdn
public String getRootdn()(Code)
Gets the Rootdn attribute of the LDAPSampler object The Rootdn value



getScope
public String getScope()(Code)
Gets the search scope attribute of the LDAPSampler object The scope value



getScopeAsInt
public int getScopeAsInt()(Code)



getServername
public String getServername()(Code)
Gets the servername attribute of the LDAPSampler object The Servername value



getTest
public String getTest()(Code)
Gets the test attribute of the LDAPSampler object The test value (Add,Modify,Delete and search)



getTimelim
public String getTimelim()(Code)
Gets the time limit attribute of the LDAPSampler object The time limit



getTimelimAsInt
public int getTimelimAsInt()(Code)



getUserDN
public String getUserDN()(Code)
Gets the username attribute of the LDAP object The username



getUserPw
public String getUserPw()(Code)
Gets the password attribute of the LDAP object The password



isDeref
public boolean isDeref()(Code)
Gets the deref attribute of the LDAPSampler object if dereferencing is required



isParseFlag
public boolean isParseFlag()(Code)



isRetobj
public boolean isRetobj()(Code)
Gets the return objects attribute of the LDAPSampler object if the object(s) are to be returned



isSecure
public boolean isSecure()(Code)



sample
public SampleResult sample(Entry e)(Code)
!ToDo (Method description)
Parameters:
  e - !ToDo (Parameter description) !ToDo (Return description)



setArguments
public void setArguments(Arguments value)(Code)
Sets the Arguments attribute of the LdapConfig object This will collect values from the table for user defined test case
Parameters:
  value - The arguments



setAttrs
public void setAttrs(String newAttrs)(Code)
Sets the attributes of the LdapConfig object
Parameters:
  newAttrs - The new attributes value



setBaseEntryDN
public void setBaseEntryDN(String newbaseentry)(Code)
Sets the Base Entry DN attribute of the LDAPSampler object
Parameters:
  newbaseentry - The new Base entry DN value



setConnTimeOut
public void setConnTimeOut(String connto)(Code)



setCountlim
public void setCountlim(String newClim)(Code)
Sets the size limit attribute of the LDAPSampler object
Parameters:
  newClim - The new size limit value



setDeref
public void setDeref(String newDref)(Code)
Sets the deref attribute of the LDAPSampler object
Parameters:
  newDref - The new deref value



setLDAPArguments
public void setLDAPArguments(LDAPArguments value)(Code)
Sets the Arguments attribute of the LdapConfig object This will collect values from the table for user defined test case
Parameters:
  value - The arguments



setParseFlag
public void setParseFlag(String parseFlag)(Code)



setPort
public void setPort(String port)(Code)
Sets the Port attribute of the ServerConfig object
Parameters:
  port - The new Port value



setRetobj
public void setRetobj(String newRobj)(Code)
Sets the return objects attribute of the LDAPSampler object



setRootdn
public void setRootdn(String newRootdn)(Code)
Sets the Rootdn attribute of the LDAPSampler object
Parameters:
  newRootdn - The new rootdn value



setScope
public void setScope(String newScope)(Code)
Sets the search scope attribute of the LDAPSampler object
Parameters:
  newScope - The new scope value



setSecure
public void setSecure(String sec)(Code)



setServername
public void setServername(String servername)(Code)
Sets the Servername attribute of the ServerConfig object
Parameters:
  servername - The new servername value



setTest
public void setTest(String newTest)(Code)
Sets the Test attribute of the LdapConfig object
Parameters:
  newTest - The new test value(Add,Modify,Delete and search)



setTimelim
public void setTimelim(String newTlim)(Code)
Sets the time limit attribute of the LDAPSampler object
Parameters:
  newTlim - The new time limit value



setUserDN
public void setUserDN(String newUserDN)(Code)
Sets the username attribute of the LDAP object



setUserPw
public void setUserPw(String newUserPw)(Code)
Sets the password attribute of the LDAP object



testEnded
public void testEnded()(Code)



testEnded
public void testEnded(String host)(Code)



testIterationStart
public void testIterationStart(LoopIterationEvent event)(Code)



testStarted
public void testStarted()(Code)



testStarted
public void testStarted(String host)(Code)




www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.