com.opensymphony.module.sequence
Interface SequenceLocalHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface SequenceLocalHome
extends javax.ejb.EJBLocalHome

Local home interface for Sequence.

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

Field Summary
static String COMP_NAME
           
static String JNDI_NAME
           
 
Method Summary
 SequenceLocal create(String name)
           
 Collection findAll()
           
 SequenceLocal findByPrimaryKey(String pk)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Field Detail

COMP_NAME

public static final String COMP_NAME
See Also:
Constant Field Values

JNDI_NAME

public static final String JNDI_NAME
See Also:
Constant Field Values
Method Detail

create

public SequenceLocal create(String name)
                     throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException

findAll

public Collection findAll()
                   throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findByPrimaryKey

public SequenceLocal findByPrimaryKey(String pk)
                               throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

OSCore Project Page