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.


Method Summary
 void changeContactInformation(ContactInformation info)
          updates the contact information for the specified account
 AccountModel getDetails()
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

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.