Java Doc for A_BasicHomeInterfaceEC.java in  » J2EE » JOnAS-4.8.6 » org » objectweb » jonas » jtests » clients » entity » 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 » J2EE » JOnAS 4.8.6 » org.objectweb.jonas.jtests.clients.entity 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.objectweb.jonas.jtests.clients.entity.A_BasicHomeInterface
   org.objectweb.jonas.jtests.clients.entity.A_BasicHomeInterfaceEC

All known Subclasses:   org.objectweb.jonas.jtests.clients.entity.F_BasicHomeInterfaceEC,  org.objectweb.jonas.jtests.clients.entity.F_BasicHomeInterfaceEC2,
A_BasicHomeInterfaceEC
abstract public class A_BasicHomeInterfaceEC extends A_BasicHomeInterface (Code)
This set of test are basic tests on CMP entity home interface. Only specific tests to CMP are here, all tests common to CMP and BMP are in the inherited class A_BasicHomeInterface.
author:
   Philippe Coq, Philippe Durieux, Helene Joanin. (jonas team)



Constructor Summary
public  A_BasicHomeInterfaceEC(String name)
    

Method Summary
public  voidtestFindOneByNum()
     Execute an finder method defined to expect a single object with the result set that returns more than one.
public  voidtestFinderBetween()
    
public  voidtestFinderEqualOne()
    
public  voidtestFinderEqualTwo()
    
public  voidtestHomeMethod()
    
public  voidtestManyOperations()
     testManyOperations verify many various operation calls.


Constructor Detail
A_BasicHomeInterfaceEC
public A_BasicHomeInterfaceEC(String name)(Code)




Method Detail
testFindOneByNum
public void testFindOneByNum() throws Exception(Code)
Execute an finder method defined to expect a single object with the result set that returns more than one. Ensure that a FinderException is thrown.



testFinderBetween
public void testFinderBetween() throws Exception(Code)
testFinderBetween verify a finder method that return a Enumeration whith a where clause : where ?1 <= c_info and c_info <= ?2 and ?1 <= c_numtest and c_numtest <= ?2 the purpose of this test is to verify the correct interpretation of parameters ?1 ?2



testFinderEqualOne
public void testFinderEqualOne() throws Exception(Code)
testFinderEqualOne verify a finder method that return a Enumeration whith a where clause : where c_info = ?1 and c_numtest = ?1 the object of this test is to verify the correct interpretation of parameters ?1 ?2



testFinderEqualTwo
public void testFinderEqualTwo() throws Exception(Code)
testFinderEqualTwo verify a finder method that return a Enumeration whith a where clause : where c_info = ? and c_numtest = ? the object of this test is to verify the correct interpretation of parameters ?1 ?2



testHomeMethod
public void testHomeMethod() throws Exception(Code)
test of allowed operation on home method THis test fails today (bug #300413)



testManyOperations
public void testManyOperations() throws Exception(Code)
testManyOperations verify many various operation calls. N times (create, finderXXX, getXXX, remove) (do not launch systematicaly this test because it's long)



Fields inherited from org.objectweb.jonas.jtests.clients.entity.A_BasicHomeInterface
protected static SimpleHome home(Code)(Java Doc)

Methods inherited from org.objectweb.jonas.jtests.clients.entity.A_BasicHomeInterface
public void _testLoopBack() throws Exception(Code)(Java Doc)
public void essaiA1() throws Exception(Code)(Java Doc)
public void essaiA1C() throws Exception(Code)(Java Doc)
public void essaiA2() throws Exception(Code)(Java Doc)
public void essaiA2C() throws Exception(Code)(Java Doc)
public void essaiC1() throws Exception(Code)(Java Doc)
public void essaiC2() throws Exception(Code)(Java Doc)
public void essaiF1() throws Exception(Code)(Java Doc)
public void essaiF2() throws Exception(Code)(Java Doc)
public void essaiR1() throws Exception(Code)(Java Doc)
public void essaiR1C() throws Exception(Code)(Java Doc)
public void essaiR2() throws Exception(Code)(Java Doc)
public void essaiR2C() throws Exception(Code)(Java Doc)
abstract public SimpleHome getHome()(Code)(Java Doc)
protected void setUp()(Code)(Java Doc)
public void testAccessTwiceTx() throws Exception(Code)(Java Doc)
public void testCreateFindUserTx() throws Exception(Code)(Java Doc)
public void testCreateNewEntity() throws Exception(Code)(Java Doc)
public void testCreateRolledBack() throws Exception(Code)(Java Doc)
public void testCreateRolledBackPK() throws Exception(Code)(Java Doc)
public void testFindAccessTx() throws Exception(Code)(Java Doc)
public void testFindAfterRBR() throws Exception(Code)(Java Doc)
public void testFindByPK() throws Exception(Code)(Java Doc)
public void testFindUnexistingPK() throws Exception(Code)(Java Doc)
public void testFinderCollection() throws Exception(Code)(Java Doc)
public void testFinderEnum() throws Exception(Code)(Java Doc)
public void testFinderEnumObjNotFound() throws Exception(Code)(Java Doc)
public void testHomeRemoveCommitted() throws Exception(Code)(Java Doc)
public void testHomeRemoveRolledBack() throws Exception(Code)(Java Doc)
public void testLoopBackTx() throws Exception(Code)(Java Doc)
public void testLoopFindByPK() throws Exception(Code)(Java Doc)
public void testLoopFinder() throws Exception(Code)(Java Doc)
public void testOtherFinder() throws Exception(Code)(Java Doc)
public void testRemoveByPKTwice() throws Exception(Code)(Java Doc)
public void testRemoveInTransaction() throws Exception(Code)(Java Doc)
public void testRemoveInsideTransaction() throws Exception(Code)(Java Doc)
public void testRemoveRolledBack() throws Exception(Code)(Java Doc)
public void testRemoveTwice() throws Exception(Code)(Java Doc)
public void testRemoveViaEJBHome() throws Exception(Code)(Java Doc)
public void testRemoveViaEJBObject() throws Exception(Code)(Java Doc)

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