com.opensymphony.module.sequence
Interface SequenceLocalHome

All Superinterfaces:
EJBLocalHome

public interface SequenceLocalHome
extends EJBLocalHome

Local home interface for Sequence.

Version:
$Revision: 127 $
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

static final String COMP_NAME
See Also:
Constant Field Values

JNDI_NAME

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

create

SequenceLocal create(String name)
                     throws CreateException
Throws:
CreateException

findAll

Collection findAll()
                   throws FinderException
Throws:
FinderException

findByPrimaryKey

SequenceLocal findByPrimaryKey(String pk)
                               throws FinderException
Throws:
FinderException

OSCore Project Page

Copyright 2000-2005 - OpenSymphony