com.sun.j2ee.blueprints.customer.account.ejb
Interface Account
- public interface Account
- extends javax.ejb.EJBObject
This interface provides methods to view and modify account
information for a particular account.
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome,
getHandle,
getPrimaryKey,
isIdentical,
remove |
getDetails
public AccountModel getDetails()
throws java.rmi.RemoteException
- Returns:
- the account information corresponding to this account.
changeContactInformation
public void changeContactInformation(ContactInformation info)
throws java.rmi.RemoteException
- updates the contact information for the specified account
Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.