KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > ejb > RemoveException > Top Examples

  • hero.session.ProjectSessionBean
    Project Session Bean is an stateful session bean that provides the interface for workflow process definition. By means of this API we can create workflow processes, project activities, transitions between activities , users and roles, properties, hooks, external agents...<br><br> A B ...
  • org.jboss.ejb.plugins.cmp.jdbc.CascadeDeleteStrategy
    @author <a HREF="mailto:alex@jboss.org">Alexey Loubyansky</a> @version $Revision: 1.10 $
  • hero.session.UserSessionBean
    The User Session Bean, is an stateful session bean that provides the user API to get information on Todo list and started activities and to produce events on activities (start, terminate, cancel).<br> This Session Bean is based on Engine Session Bean: a recursive implementation that manage ...
  • test.ejb.CustomerCMP
    CMP layer for Customer. @xdoclet-generated at 16-04-05 @copyright The XDoclet Team @author XDoclet @version 1.2.3
  • org.apache.tapestry.vlib.ejb.impl.OperationsBean
    Implementation of the {@link org.apache.tapestry.vlib.ejb.IOperations} stateless session bean. <p>Implenents a number of stateless operations for the front end. @version $Id: OperationsBean.java,v 1.7 2004/02/19 17:38:07 hlship Exp $ @author Howard Lewis Ship
  • org.objectweb.jonas.jtests.clients.exception.A_CatcherEntity
  • org.jboss.ejb.StatelessSessionContainer
    The container for <em>stateless</em> session beans. @author <a HREF="mailto:rickard.oberg@telkel.com">Rickard �berg</a> @author <a HREF="mailto:marc.fleury@telkel.com">Marc Fleury</a> @author <a HREF="mailto:docodan@mvcsoft.com">Daniel OConnor</a> ...
  • org.jboss.test.banknew.ejb.BankSessionBean
    The Session bean represents a bank's business interface. @author Andreas Schaefer @version $Revision: 1.1 $ @ejb:bean name="bank/BankSession" display-name="Bank Session" type="Stateless" view-type="remote" jndi-name="ejb/bank/BankSession" @ejb:interface extends="javax.ejb.EJBObject" @ejb:home ...
  • org.objectweb.jonas.jtests.beans.bank.Manager
    Manager remote interface @author Philippe Durieux
  • test.ejb.AllTypesEntityBean
    This bean demonstrates all possible data types. @ejb.bean name="AllTypesEntity" jndi-name="test/AllTypesEntity" local-jndi-name="test/LocalAllTypesEntity" view-type="both" @ejb.persistence table-name="alltypes" @ejb.pk unchecked="true" @version $Revision: 1.7 $ @author <a HREF="mail ...
Popular Tags