org.objectweb.jonas_ejb.container

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_ejb.container 
org.objectweb.jonas_ejb.container
Java Source File NameTypeComment
BeanFactory.javaInterface Interface to the Bean Factories used by the Container, JMX, or generic parts of this package.
Container.javaInterface A Container is what a JOnAS Server can see of a JOnAS Container. It holds all beans coming from a same ejbjar file. There is no possibility to add or remove dynamically beans in a Container since it is build with all its beans. JMX can use this interface, but no specific Jmx classes should be inside the Container.
EntityCounters.javaClass
HomeFactory.javaClass This Factory return Home or LocalHome objects to clients.
JContainer.javaClass This class represents an EJB container.
JContext.javaClass This class implements javax.ejb.EJBContext class.
JEntityContext.javaClass This class implements javax.ejb.EntityContext interface.
JEntityFactory.javaClass
JEntityHandle.javaClass This class implements javax.ejb.Handle interface.
JEntityHome.javaClass This class is the Standard Home for Entity objects It exists only for beans that have declared a Remote Interface.
JEntityLocal.javaClass
JEntityLocalHome.javaClass This class is the Standard LocalHome for Entity objects It exists only for beans that have declared a Local Interface.
JEntityRemote.javaClass
JEntitySwitch.javaClass JEntitySwitch is used internally to synchronize accesses to the entity context and thus to the entity bean instance.
JEntitySwitchCRC.javaClass Container read committed lock policy.
JEntitySwitchCRU.javaClass Container Read Uncommitted lock-policy. Only 1 thread can write.
JEntitySwitchCRW.javaClass Container Optimistic lock-policy. Only 1 thread can write.
JEntitySwitchCS.javaClass Container Serialized (CS) lock-policy.
JEntitySwitchCST.javaClass Container Serialized Transacted (CST) lock-policy.
JEntitySwitchDB.javaClass DataBase lock policy : 1 instance per transactions.
JEntitySwitchRO.javaClass ReadOnly lock policy : Instance are never written to database.
JFactory.javaClass This class is a factory for beans.
JHandleDelegate.javaClass Implementation for HandleDelegate SPI.
JHome.javaClass This class represents an EJBHome Remote Interface It is shared between Sessions and Entities.
JHomeHandle.javaClass This class implements javax.ejb.HomeHandle interface.
JLocal.javaClass This class is the common part of the EJBLocalObject implementation class.
JLocalHome.javaClass This class represents an EJBLocalHome It is shared between Sessions and Entities.
JMdbEndpointFactory.javaClass This class is a factory for a Message Driven Bean Endpoints There is one such class per MDB class.
JMdbFactory.javaClass This class is a factory for a Message Driven Bean There is one such class per MDB class.
JMessageDrivenBean.javaClass
JMessageEndpoint.javaClass
JMessageEndpointProxy.javaClass
JObjectInputStream.javaClass This class is used when we need a special class loader to resolve the class.
JRemote.javaClass This class is the common part of the EJBObject implementation class.
JRepEntityHome.javaClass This class is the Standard Home for clustered entity objects It exists only for beans that have declared a Remote Interface.
JRepEntityLocal.javaClass
JRepEntityLocalHome.javaClass
JRepEntityRemote.javaClass
JRepStatefulContext.javaClass This class extends JSessionContext in case of Replicated Stateful Session Bean.
JRepStatefulHome.javaClass This class is the Standard Home for replicated SFSB objects It exists only for beans that have declared a Remote Interface.
JRepStatefulInputStream.javaClass
JRepStatefulLocal.javaClass
JRepStatefulLocalHome.javaClass
JRepStatefulObjectId.javaClass
JRepStatefulOutputStream.javaClass
JRepStatefulRemote.javaClass
JRepStatelessHome.javaClass This class is the Standard Home for replicated SSB objects It exists only for beans that have declared a Remote Interface.
JRepStatelessRemote.javaClass
JRepUtil.javaClass This class implements common function for SFSB replication.
JServiceEndpoint.javaClass Implementation of the Service Endpoint Interface.
JServiceEndpointHome.javaClass This class is a factory for JServiceEndpoint objects.
JSessionContext.javaClass This class implements javax.ejb.SessionContext interface.
JSessionFactory.javaClass This class is a factory for a Session Bean.
JSessionHandle.javaClass This class implements javax.ejb.Handle interface.
JSessionHome.javaClass This class is the Standard Home for Session objects It exists only for beans that have declared a Remote Interface.
JSessionLocal.javaClass
JSessionLocalHome.javaClass This class is the Standard LocalHome for Session objects It exists only for beans that have declared a Local Interface.
JSessionRemote.javaClass
JSessionSwitch.javaClass JSessionSwitch holds all the code that is common to EJBObject and EJBLocalObject for session beans.
JStatefulContext.javaClass This class extends JSessionContext in case of Stateful Session Bean.
JStatefulFactory.javaClass This class is a factory for a Session Stateful Bean.
JStatefulInputStream.javaClass Extends ObjectInputStream because we want to enable resolveObject.
JStatefulOutputStream.javaClass Extends ObjectOutputStream because we want to enable replaceObject.
JStatefulSwitch.javaClass JStatefulSwitch is the implementation of JSessionSwitch dedicated to the Stateful Session Bean.
JStatelessContext.javaClass This class extends JSessionContext in case of Stateless Session Bean.
JStatelessFactory.javaClass This class is a factory for a Session Stateless Bean.
JStatelessSwitch.javaClass JStatelessSwitch is the implementation of JSessionSwitch dedicated to the Stateless Session Bean.
JTimer.javaClass JOnAS Implementation of the Timer interface (from EJB 2.1) This is a basic implementation based on jonas_timer.
JTimerHandle.javaClass
JTimerService.javaClass JOnAS Implementation of the TimerService interface (from EJB 2.1) One such object is created the first time a bean calls getTimerService.
JWrapper.javaClass This class is just a wrapper to encapsulate some fields of a Stateful Session bean when it is serialized.
PermissionManager.javaClass
PrincipalFactory.javaInterface PrincipalFactory.
RequestCtx.javaClass Context associated to a request to a bean.
Swapper.javaClass This class is responsible for swapping bean instances to keep memory usage low enough, according to entity max-cache-size and inactivity-timeout values and to passivate instances on timeout when used outside transactions.
TraceEjb.javaClass
TxListener.javaClass This class is a listener on the transaction.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.