com.opensymphony.module.sequence
Interface SequenceLocal

All Superinterfaces:
javax.ejb.EJBLocalObject

public interface SequenceLocal
extends javax.ejb.EJBLocalObject

Local interface for Sequence.

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

Method Summary
 long getActualCount()
           
 long getCount(int increment)
           
 String getName()
           
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

getActualCount

public long getActualCount()

getCount

public long getCount(int increment)

getName

public String getName()

OSCore Project Page