|
WebLogic Server 6.0 Code Examples, BEA Systems, Inc. | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--examples.cluster.ejb.teller.TellerBean.Transaction | +--examples.cluster.ejb.teller.TellerBean.Deposit
Performs a deposit.
Fields inherited from class examples.cluster.ejb.teller.TellerBean.Transaction |
account1, account1Id, account1PK, account1Result, account2, account2Id, account2PK, account2Result, amount, transactionId, tx |
Constructor Summary | |
(package private) |
TellerBean.Deposit(java.lang.String accountId,
double amount,
java.lang.String transactionId)
Constructs a Deposit. |
Method Summary | |
(package private) void |
invokeTransaction()
Finds and calls an account bean to perform a deposit. |
Methods inherited from class examples.cluster.ejb.teller.TellerBean.Transaction |
transaction |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
TellerBean.Deposit(java.lang.String accountId, double amount, java.lang.String transactionId)
Method Detail |
void invokeTransaction() throws AccountException, javax.ejb.FinderException, java.rmi.RemoteException
invokeTransaction
in class TellerBean.Transaction
AccountException
- if there is
an error in performing the transactionjavax.ejb.FinderException
- if there is
an error in finding the EJBeanjava.rmi.RemoteException
- if there is
a communications or systems failure
|
Documentation is available at http://e-docs.bea.com/wls/docs60 |
|||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |