org.jboss.test.idgen.ejb
Class IdCounterBeanCMP
java.lang.Object
org.jboss.test.util.ejb.EnterpriseSupport (src)
org.jboss.test.util.ejb.EntitySupport (src)
org.jboss.test.idgen.ejb.IdCounterBean (src)
org.jboss.test.idgen.ejb.IdCounterBeanCMP
- All Implemented Interfaces:
- EnterpriseBean (src) , EntityBean (src) , java.io.Serializable
- public class IdCounterBeanCMP
- extends IdCounterBean (src)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
currentValue
public long currentValue
IdCounterBeanCMP
public IdCounterBeanCMP()
getCurrentValue
public long getCurrentValue()
- Specified by:
getCurrentValue
in class IdCounterBean (src)
setCurrentValue
public void setCurrentValue(long current)
- Specified by:
setCurrentValue
in class IdCounterBean (src)
getName
public java.lang.String getName()
- Specified by:
getName
in class IdCounterBean (src)
setName
public void setName(java.lang.String beanName)
- Specified by:
setName
in class IdCounterBean (src)
ejbCreate
public java.lang.String ejbCreate(java.lang.String name)
throws java.rmi.RemoteException,
CreateException (src)
- Throws:
java.rmi.RemoteException
CreateException (src)
ejbPostCreate
public void ejbPostCreate(java.lang.String name)
throws java.rmi.RemoteException,
CreateException (src)
- Throws:
java.rmi.RemoteException
CreateException (src)