Package examples.cluster.ejb.account

This package lists all the account classes and the interfaces used with the examples.cluster.ejb example.

See:

Interface Summary
Account The methods in this interface are the public face of AccountBean.
AccountHome This interface is the home interface for the EJBean AccountBean, which in WebLogic is implemented by the code-generated container class AccountBeanC.
 

Class Summary
AccountBean AccountBean is an EntityBean.
AccountPK This class is the Primary Key for the EJBean AccountBean.
AccountResult This class is used to return information and the results of a balance inquiry, deposit, withdrawal or transfer transaction.
 

Exception Summary
AccountException This class is used with the WebLogic EJBean container-managed example package.
 

Package examples.cluster.ejb.account Description

This package lists all the account classes and the interfaces used with the examples.cluster.ejb example. It also uses the following listed xml files:

  • ejb-jar.xml
  • weblogic-ejb-jar.xml
  • weblogic-cmp-rdbms-jar.xml