Basic HTML version of Foils prepared July 6 99

Foil 88 Interfaces and Implementation

From Object Web Computing Technologies CPS714 Computational Science Information Track -- June 16 99. by H. Timucin Ozdemir


1 Public interface BookReservationHome extends javax.ejb.EJBHome {
2 BookReservation create(String libName)
3 throws RemoteException, BadLibNameException, CreateException;
4 }
5 public interface BookReservation extends javax.ejb.EJBObject {
6 void addReservationItem(String aStr);
7 void reserveAll();
8 }
9 public interface BookReservation extends javax.ejb.EJBObject {
10 void reserve(String aStr);
11 }
12 public class BookReservationImpl implements SessionBean {
13 }

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Tue Jul 6 1999