edu.rice.rubis.beans
Interface IDManager

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

public interface IDManager
extends javax.ejb.EJBObject, java.rmi.Remote

This is the Remote Interface of the IDManager Bean

Version:
1.1
Author:
Emmanuel Cecchet and Julie Marguerite

Method Summary
 java.lang.Integer getId()
          Get IDManager id.
 java.lang.Integer getNextBidID()
          Generate the bid id.
 java.lang.Integer getNextBuyNowID()
          Generate the buyNow id.
 java.lang.Integer getNextCategoryID()
          Generate the category id.
 java.lang.Integer getNextCommentID()
          Generate the comment id.
 java.lang.Integer getNextItemID()
          Generate the item id.
 java.lang.Integer getNextRegionID()
          Generate the region id.
 java.lang.Integer getNextUserID()
          Generate the user id.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getId

public java.lang.Integer getId()
                        throws java.rmi.RemoteException
Get IDManager id.
Returns:
IDManager id
Throws:
java.rmi.RemoteException - if an error occurs
Since:
1.0

getNextCategoryID

public java.lang.Integer getNextCategoryID()
                                    throws java.rmi.RemoteException
Generate the category id.
Returns:
Value of the ID
Since:
1.1

getNextRegionID

public java.lang.Integer getNextRegionID()
                                  throws java.rmi.RemoteException
Generate the region id.
Returns:
Value of the ID
Since:
1.1

getNextUserID

public java.lang.Integer getNextUserID()
                                throws java.rmi.RemoteException
Generate the user id.
Returns:
Value of the ID
Since:
1.1

getNextItemID

public java.lang.Integer getNextItemID()
                                throws java.rmi.RemoteException
Generate the item id.
Returns:
Value of the ID
Since:
1.1

getNextCommentID

public java.lang.Integer getNextCommentID()
                                   throws java.rmi.RemoteException
Generate the comment id.
Returns:
Value of the ID
Since:
1.1

getNextBidID

public java.lang.Integer getNextBidID()
                               throws java.rmi.RemoteException
Generate the bid id.
Returns:
Value of the ID
Since:
1.1

getNextBuyNowID

public java.lang.Integer getNextBuyNowID()
                                  throws java.rmi.RemoteException
Generate the buyNow id.
Returns:
Value of the ID
Since:
1.1


Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.