sequence.control
Class SequenceControlBean

java.lang.Object
  extended bysequence.control.SequenceControlBean
All Implemented Interfaces:
javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean

public class SequenceControlBean
extends java.lang.Object
implements javax.ejb.SessionBean

Author:
¹ÙºÎ°õ Sequence Block Control Bean
See Also:
Serialized Form

Constructor Summary
SequenceControlBean()
           
 
Method Summary
 void ejbActivate()
           
 void ejbCreate()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 int getNextPk(java.lang.String name)
          ´ÙÀ½¹ø Primary key¸¦ °¡Á®¿Â´Ù.
 void setSessionContext(javax.ejb.SessionContext arg0)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequenceControlBean

public SequenceControlBean()
Method Detail

ejbCreate

public void ejbCreate()
               throws java.rmi.RemoteException,
                      javax.ejb.CreateException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException

getNextPk

public int getNextPk(java.lang.String name)
              throws java.rmi.RemoteException
´ÙÀ½¹ø Primary key¸¦ °¡Á®¿Â´Ù.

Parameters:
name -
Returns:
Throws:
java.rmi.RemoteException

setSessionContext

public void setSessionContext(javax.ejb.SessionContext arg0)
                       throws javax.ejb.EJBException,
                              java.rmi.RemoteException
Specified by:
setSessionContext in interface javax.ejb.SessionBean
Throws:
javax.ejb.EJBException
java.rmi.RemoteException

ejbRemove

public void ejbRemove()
               throws javax.ejb.EJBException,
                      java.rmi.RemoteException
Specified by:
ejbRemove in interface javax.ejb.SessionBean
Throws:
javax.ejb.EJBException
java.rmi.RemoteException

ejbActivate

public void ejbActivate()
                 throws javax.ejb.EJBException,
                        java.rmi.RemoteException
Specified by:
ejbActivate in interface javax.ejb.SessionBean
Throws:
javax.ejb.EJBException
java.rmi.RemoteException

ejbPassivate

public void ejbPassivate()
                  throws javax.ejb.EJBException,
                         java.rmi.RemoteException
Specified by:
ejbPassivate in interface javax.ejb.SessionBean
Throws:
javax.ejb.EJBException
java.rmi.RemoteException