org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCCMRFieldBridge JDBCCMRFieldBridge a bean relationship. This class only supports relationships between entities managed by a JDBCStoreManager in the same application. <p/> Life-cycle: Tied to the EntityBridge. <p/> Multiplicity: One for each role that entity has. @author <a HREF="mailto:dain@daing ...
org.jboss.test.hibernate.ejb.AggregateProfileBean An ejb which simply wraps calls to the ProfileBean service. Used to test the issue with sessions, nested ejb calls, and the CachedConnectionManager. @author <a HREF="mailto:steve@hibernate.org">Steve Ebersole</a> @version $Revision: 1.1.2.1 $ @ejb:bean name="AggregateProfileService ...
org.jboss.ejb.plugins.cmp.jdbc.bridge.RelationSet This is the relationship set. An instance of this class is returned when collection valued cmr field is accessed. See the EJB 2.0 specification for a more detailed description or the responsibilities of this class. @author <a HREF="mailto:dain@daingroup.com">Dain Sundstrom</a> @versi ...
org.objectweb.jonas_ejb.container.JEntitySwitch JEntitySwitch is used internally to synchronize accesses to the entity context and thus to the entity bean instance. All parts common to EJBObject and EJBLocalObject should be here. Different policies can be applied to manage context/instance pairs: - only 1 pair (container manages the transaction ...
org.jboss.webservice.transport.jms.JMSTransportSupport The abstract base class for MDBs that want to act as web service endpoints. A subclass should only need to implement the service endpoint interface. @author thomas.diesler@jboss.org