WebLogic Server 6.1 Code Examples, BEA Systems, Inc.

examples.ejb20.cascadeDelete.one2many
Interface Bank

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface Bank
extends javax.ejb.EJBObject


Method Summary
 void cleanup()
           
 void createAccountAndCustomer()
           
 void establishRelationship()
           
 void printAccounts()
           
 void printCustomers()
           
 void removeCustomer_CascadeDeleteAccounts(int i)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

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

Documentation is available at
http://e-docs.bea.com/wls/docs61

Copyright © 2001 BEA Systems, Inc. All Rights Reserved.