|
|
| WebLogic Server 6.1 Code Examples, BEA Systems, Inc. |
|
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
examples.ejb20.cascadeDelete.one2many
Interface Bank
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface Bank
- extends javax.ejb.EJBObject
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
cleanup
public void cleanup()
throws java.rmi.RemoteException
createAccountAndCustomer
public void createAccountAndCustomer()
throws java.rmi.RemoteException
establishRelationship
public void establishRelationship()
throws java.rmi.RemoteException
printAccounts
public void printAccounts()
throws java.rmi.RemoteException
printCustomers
public void printCustomers()
throws java.rmi.RemoteException
removeCustomer_CascadeDeleteAccounts
public void removeCustomer_CascadeDeleteAccounts(int i)
throws java.rmi.RemoteException
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.