Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jboss.blocks.ejb.* (6)

Package Samples:

org.jboss.blocks.ejb

Classes:

MessageDrivenBeanSupport: A base support class for an EJB message driven bean . Fulfills all methods required for the javax.ejb.MessageDrivenBean interface including basic javax.ejb.MessageDrivenContext handling. Provides a convience indirection on top of onMessage(javax.jms.Message) 55 , which will log any exception thrown. To make use of this simply override process(javax.jms.Message) 55 to process the message.
EntityBeanSupport: A base support class for an EJB entity bean . Fulfills all methods required for the javax.ejb.EntityBean interface including basic javax.ejb.EntityContext handling and provides helper methods for common entity actions. Also provides support for isModified if the bean developer chooses to make use of it.
EJBHomeFactory: An EJBHome factory. Abstracts EJBHome lookup and provides an instance cache to avoid JNDI overhead. Concurrency This class is not thread-safe. Use makeSynchronized(org.jboss.blocks.ejb.EJBHomeFactory) 55 to obtain a thread-safe object.
SessionBeanSupport: A base support class for an EJB session bean . Fulfills all methods required for the javax.ejb.SessionBean interface including basic javax.ejb.SessionContext handling.
EnterpriseBeans: A collection of EJB utility methods.
NestedCreateException: A nested EJB create exception.

Home | Contact Us | Privacy Policy | Terms of Service