org.apache.geronimo.samples.daytrader.ejb
Class KeySequenceBean
java.lang.Object
org.apache.geronimo.samples.daytrader.ejb.KeySequenceBean
- All Implemented Interfaces:
- Serializable, EnterpriseBean, SessionBean
public class KeySequenceBean
- extends Object
- implements SessionBean
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeySequenceBean
public KeySequenceBean()
getNextID
public Integer getNextID(String keyName)
ejbCreate
public void ejbCreate()
throws CreateException
- Throws:
CreateException
ejbRemove
public void ejbRemove()
- Specified by:
ejbRemove
in interface SessionBean
ejbActivate
public void ejbActivate()
- Specified by:
ejbActivate
in interface SessionBean
ejbPassivate
public void ejbPassivate()
- Specified by:
ejbPassivate
in interface SessionBean
setSessionContext
public void setSessionContext(SessionContext sc)
- Specified by:
setSessionContext
in interface SessionBean
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.