com.opensymphony.module.sequence
Interface SequenceGenerator

All Superinterfaces:
javax.ejb.EJBObject, Remote

public interface SequenceGenerator
extends javax.ejb.EJBObject

Remote interface for SequenceGenerator.

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

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

Method Detail

getCount

long getCount(String sequenceName)
              throws RemoteException
Throws:
RemoteException

OSCore Project Page