org.ow2.orchestra.pvm.internal.ejb
Class TimerEB
java.lang.Object
org.ow2.orchestra.pvm.internal.ejb.TimerEB
- All Implemented Interfaces:
- Serializable, javax.ejb.EnterpriseBean, javax.ejb.EntityBean, javax.ejb.TimedObject
public abstract class TimerEB
- extends Object
- implements javax.ejb.EntityBean, javax.ejb.TimedObject
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimerEB
public TimerEB()
getDbid
public abstract Long getDbid()
setDbid
public abstract void setDbid(Long id)
getDbversion
public abstract Integer getDbversion()
setDbversion
public abstract void setDbversion(Integer version)
getDueDate
public abstract Date getDueDate()
setDueDate
public abstract void setDueDate(Date dueDate)
schedule
public void schedule()
setEntityContext
public void setEntityContext(javax.ejb.EntityContext entityContext)
- Specified by:
setEntityContext in interface javax.ejb.EntityBean
unsetEntityContext
public void unsetEntityContext()
- Specified by:
unsetEntityContext in interface javax.ejb.EntityBean
ejbRemove
public void ejbRemove()
throws javax.ejb.RemoveException,
RemoteException
- Specified by:
ejbRemove in interface javax.ejb.EntityBean
- Throws:
javax.ejb.RemoveException
RemoteException
ejbActivate
public void ejbActivate()
throws RemoteException
- Specified by:
ejbActivate in interface javax.ejb.EntityBean
- Throws:
RemoteException
ejbPassivate
public void ejbPassivate()
throws RemoteException
- Specified by:
ejbPassivate in interface javax.ejb.EntityBean
- Throws:
RemoteException
ejbLoad
public void ejbLoad()
throws RemoteException
- Specified by:
ejbLoad in interface javax.ejb.EntityBean
- Throws:
RemoteException
ejbStore
public void ejbStore()
throws RemoteException
- Specified by:
ejbStore in interface javax.ejb.EntityBean
- Throws:
RemoteException
ejbTimeout
public void ejbTimeout(javax.ejb.Timer timer)
- Specified by:
ejbTimeout in interface javax.ejb.TimedObject
Copyright © 2011 OW2 Consortium. All Rights Reserved.