org.jboss.ejb

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 » EJB Server JBoss 4.2.1 » server » org.jboss.ejb 
org.jboss.ejb
Java Source File NameTypeComment
AllowedOperationsAssociation.javaClass Associates the current thread with a stack of flags that indicate the callers current ejb method.
AllowedOperationsFlags.javaInterface
BeanLock.javaInterface BeanLock interface
author:
   Bill Burke
author:
   Marc Fleury
version:
   $Revision: 57209 $
version:
  

Revisions:

version:
  

2001/07/29: marcf
version:
  


    version:
      
  1. Initial revision
    version:
      

version:
  

20010802: marcf
version:
  


    version:
      
  1. Moved to a pluggable framework for the locking policies
    version:
      
  2. you specify in jboss.xml what locking-policy you want, eg.
BeanLockExt.javaInterface An extension of the BeanLock interface that adds support for non-blocking acquisition of a lock.
BeanLockManager.javaClass Manages BeanLocks.
BeanMetaDataPolicyContextHandler.javaClass A PolicyContextHandler for the active EnterpriseBean metadata.
CacheKey.javaClass CacheKey is an encapsulation of both the PrimaryKey and a cache specific key.

This implementation is a safe implementation in the sense that it doesn't rely on the user supplied hashcode and equals.

Container.javaClass This is the base class for all EJB-containers in JBoss.
ContainerMBean.javaInterface MBean interface.
ContainerPlugin.javaInterface This is a superinterface for all Container plugins.
ContainerRelection.javaClass The ContainerRelectionMBean implementation.
author:
   Scott.Stark@jboss.org
version:
   $Revision: 57209 $
version:
  

Revisions:
version:
  

2001030 Marc Fleury:
version:
  


    version:
      
  • I wonder if this class is needed now that we are moving to an MBean per EJB.
ContainerRelectionMBean.javaInterface A sample mbean that looks up the Container MBean for the jndiName passed to the inspectEJB method and retrieves its Home and Remote interfaces and lists all of their methods.
EJBArgsPolicyContextHandler.javaClass A PolicyContextHandler for the EJB invocation arguments.
EJBDeployer.javaClass A EJBDeployer is used to deploy EJB applications.
EJBDeployerMBean.javaInterface EJBDeployer MBean interface.
EjbModule.javaClass An EjbModule represents a collection of beans that are deployed as a unit.
EjbModuleMBean.javaInterface MBean interface.
EJBProxyFactory.javaInterface This is an interface for Container plugins.
EJBProxyFactoryContainer.javaInterface This is an interface for Containers that uses EJBProxyFactory.
EjbUtil.javaClass Utility methods for resolving ejb-ref and ejb-local-ref within the scope of a deployment.
EnterpriseContext.javaClass The EnterpriseContext is used to associate EJB instances with metadata about it.
EntityCache.javaInterface EntityCaches can work from several keys.
EntityContainer.javaClass This is a Container for EntityBeans (both BMP and CMP).
EntityContainerMBean.javaInterface MBean interface.
EntityEnterpriseContext.javaClass The EntityEnterpriseContext is used to associate EntityBean instances with metadata about it.
EntityPersistenceManager.javaInterface This interface is implemented by any EntityBean persistence managers plugins.

Implementations of this interface are called by other plugins in the container.

EntityPersistenceStore.javaInterface This interface is implemented by any EntityBean persistence Store.

These stores just deal with the persistence aspect of storing java objects.

GenericEntityObjectFactory.javaInterface Entity EJBObject and EJBLocalObject proxy factories implement this generic interface.
GlobalTxEntityMap.javaClass This class provides a way to find out what entities are contained in what transaction.
InstanceCache.javaInterface The plugin that gives a container a cache for bean instances.
InstancePool.javaInterface Defines the model for a EnterpriseContext instance pool.
InstancePoolContainer.javaInterface This is an interface for Containers that uses InstancePools.
InstancePoolFeeder.javaInterface
Interceptor.javaInterface Provides the interface for all container interceptors.
ListCacheKey.javaClass ListCacheKey extends CacheKey and holds info about the List that the entity belongs to, it is used with CMP 2.0 for reading ahead.
LocalContainerInvoker.javaInterface This is an extension to the ContainerInvoker interface.
LocalProxyFactory.javaInterface This is an extension to the EJBProxyFactory interface.
MessageDrivenContainer.javaClass The container for MessageDriven beans.
MessageDrivenContainerMBean.javaInterface MBean interface.
MessageDrivenEnterpriseContext.javaClass Context for message driven beans.
SecurityActions.javaClass
SessionContainer.javaClass

Container dedicated to session beans.

SOAPMsgPolicyContextHandler.javaClass
StatefulSessionContainer.javaClass The container for stateful session beans.
author:
   Rickard �berg
author:
   Daniel OConnor
author:
   Marc Fleury
author:
   Scott Stark
author:
   Jason Dillon
author:
   Christoph G.
StatefulSessionEnterpriseContext.javaClass The enterprise context for stateful session beans.
StatefulSessionPersistenceManager.javaInterface The interface for persisting stateful session beans.
StatelessSessionContainer.javaClass The container for stateless session beans.
author:
   Rickard �berg
author:
   Marc Fleury
author:
   Daniel OConnor
author:
   Christoph G.
StatelessSessionEnterpriseContext.javaClass The enterprise context for stateless session beans.
TxEntityMap.javaClass
author:
   Bill Burke
version:
   $Revision: 57209 $
version:
   Revisions:
version:
  

Revisions:

version:
  

2001/08/06: billb
version:
  


    version:
      
  1. Got rid of disassociate and added a javax.transaction.Synchronization.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.