org.jboss.test.bank.interfaces
Interface Bank

All Superinterfaces:
EJBObject (src) , java.rmi.Remote

public interface Bank
extends EJBObject (src)


Method Summary
 java.lang.String createAccountId(Customer (src)  customer)
           
 java.lang.String createCustomerId()
           
 java.lang.String getId()
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getId

public java.lang.String getId()
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

createAccountId

public java.lang.String createAccountId(Customer (src)  customer)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

createCustomerId

public java.lang.String createCustomerId()
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException