com.opensymphony.module.sequence
Interface SequenceGenerator

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

public interface SequenceGenerator
extends javax.ejb.EJBObject

Remote interface for SequenceGenerator.

Version:
$Revision: 1.1.1.1 $
Author:
Joe Walnes, Hani Suleiman

Method Summary
 long getCount(java.lang.String sequenceName)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getCount

public long getCount(java.lang.String sequenceName)
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

See www.opensymphony.com for more information.