Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Entity Beans Tutorial

Entity Beans Tutorial

 

Remote Interface Example

    public interface Account extends EJBObject {

    public void debit(double amount) throws

    InsufficientBalanceException, RemoteException;

    public void credit(double amount) throws

    RemoteException;

    public double getBalance() throws

    RemoteException;

    public void changeName(String name) throws

    RemoteException;

    }

Previous slide Next slide Back to first slide View graphic version