edu.rice.rubis.beans
Interface SB_BrowseRegions
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface SB_BrowseRegions
- extends javax.ejb.EJBObject, java.rmi.Remote
This is the Remote Interface of the SB_BrowseRegions Bean
- Version:
- 1.1
- Author:
- Emmanuel Cecchet and Julie Marguerite
Method Summary |
java.lang.String |
getRegions()
Get all the regions from the database. |
java.lang.String |
printRegion(RegionLocal region)
Region related printed functions |
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
getRegions
public java.lang.String getRegions()
throws java.rmi.RemoteException
- Get all the regions from the database.
- Returns:
- a string that is the list of regions in html format
- Since:
- 1.1
printRegion
public java.lang.String printRegion(RegionLocal region)
throws java.rmi.RemoteException
- Region related printed functions
- Parameters:
region
- the region to display- Returns:
- a string in html format
- Since:
- 1.1
Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.