| |
|
| java.lang.Object hero.session.SequenceGeneratorBean
SequenceGeneratorBean | public class SequenceGeneratorBean implements SessionBean(Code) | | Encapsulates the retrival of DB data
author: Andreas Schaefer version: $Revision: 1.7 $ |
ejbActivate | public void ejbActivate() throws EJBException(Code) | | |
ejbCreate | public void ejbCreate() throws CreateException(Code) | | Create the Session Bean
throws: CreateException - |
ejbPassivate | public void ejbPassivate() throws EJBException(Code) | | |
ejbRemove | public void ejbRemove() throws EJBException(Code) | | |
getNextNumber | public int getNextNumber(String pSequenceName) throws HeroException(Code) | | Delivers the next sequence number from the given Sequence Name
Parameters: pSequenceName - Name of the Sequence Generator Next sequence number throws: RemoteException - |
setSessionContext | public void setSessionContext(SessionContext aContext) throws EJBException(Code) | | |
toString | public String toString()(Code) | | Describes the instance and its content for debugging purpose
Debugging information about the instance and its content |
|
|
|