org.apache.derbyTesting.functionTests.tests.derbynet

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 » Database DBMS » db derby 10.2 » org.apache.derbyTesting.functionTests.tests.derbynet 
org.apache.derbyTesting.functionTests.tests.derbynet
Java Source File NameTypeComment
badConnection.javaClass
ByteArrayCombinerStreamTest.javaClass Test functionality of ByteArrayCombinerStream.
callable.javaClass This test tests the JDBC CallableStatement.
checkSecMgr.javaClass This tests to see if the security manager is running.
csPrepStmt.javaClass This test tests the JDBC PreparedStatement.
dataSourcePermissions_net.javaClass
dblook_test_net.javaClass
DerbyNetAutoStart.javaClass Test the network server derby.drda.startNetworkServer property.
DerbyNetNewServer.javaClass
executeUpdate.javaClass This test tests the JDBC Statement executeUpdate method.
getCurrentProperties.javaClass
maxthreads.javaClass
NSinSameJVM.javaClass
OutBufferedStream.javaClass This program tests streaming lob with derby.drda.streamOutBufferSize configuration.
prepStmt.javaClass This test tests the JDBC PreparedStatement.
runtimeinfo.javaClass
ShutDownDBWhenNSShutsDownTest.javaClass Derby-1274 - Network Server should shutdown the databases it has booted when started from the command line.
SqlExceptionTest.javaClass This is used for testing the SqlException class.
SuicideOfStreaming.javaClass This test needs to be build with sanity=true and executed with system property of derby.debug.suicideOfLayerBStreaming=true.
SwitchablePrintStream.javaClass
sysinfo.javaClass
sysinfo_withproperties.javaClass Purpose of this class is to test the sysinfo command when server is started with some drda properties.
testconnection.javaClass
TestEnc.javaClass This test is part of the encodingTests suite and has regression testcases that have caused problems because of usage of non-portable methods, constructors like String(byte[]) etc.
testij.javaClass
testProperties.javaClass This test tests the derby.properties, system properties and command line parameters to make sure the pick up settings in the correct order.
testProtocol.javaClass
testSecMec.javaClass This class tests the security mechanisms supported by Network Server Network server supports SECMEC_EUSRIDPWD, SECMEC_USRIDPWD, SECMEC_USRIDONL and SECMEC_USRSSBPWD. ----------------------------------------------------------------- Security Mechanism | secmec codepoint value | User friendly name ----------------------------------------------------------------- USRIDONL | 0x04 | USER_ONLY_SECURITY USRIDPWD | 0x03 | CLEAR_TEXT_PASSWORD_SECURITY EUSRIDPWD | 0x09 | ENCRYPTED_USER_AND_PASSWORD_SECURITY USRSSBPWD | 0x08 | STRONG_PASSWORD_SUBSTITUTE_SECURITY ----------------------------------------------------------------- Key points: 1)Server and client support encrypted userid/password (EUSRIDPWD) via the use of Diffie Helman key-agreement protocol - however current Open Group DRDA specifications imposes small prime and base generator values (256 bits) that prevents other JCE's to be used as java cryptography providers - typical minimum security requirements is usually of 1024 bits (512-bit absolute minimum) when using DH key-agreement protocol to generate a session key. (Reference: DDM manual, page 281 and 282.
timeslice.javaClass
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.