com.sun.j2ee.blueprints.smarticket.ejb.customer
Interface Customer

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

public interface Customer
extends javax.ejb.EJBObject

Represents a customer in our application.


Method Summary
 CustomerInformation getInformation()
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getInformation

public CustomerInformation getInformation()
                                   throws java.rmi.RemoteException


Copyright © 2002 Sun Microsystems Inc. All rights reserved.