com.sun.j2ee.blueprints.petstoreadmin.control.ejb
Interface AdminClientController
- public interface AdminClientController
- extends javax.ejb.EJBObject
This is the EJB-tier controller of the MVC for the admin functionality.
It is implemented as a session EJB. It controls all the activities
that happen in a client session.
It also provides mechanisms to access other session EJBs.
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome,
getHandle,
getPrimaryKey,
isIdentical,
remove |
getPendingOrders
public java.util.Collection getPendingOrders()
throws java.rmi.RemoteException
setOrdersStatus
public void setOrdersStatus(java.util.ArrayList ordersList)
throws java.rmi.RemoteException
Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.