Method Summary |
|
public void | ejbActivate() A container invokes this method when the instance is taken out of the
pool of available instances to become associated with a specific EJB
object. |
public String | ejbCreate(AlarmData ad) The Entity bean can define 0 or more ejbCreate methods. |
public String | ejbCreate() |
public void | ejbLoad() A container invokes this method to instruct the instance to synchronize
its state by loading it state from the underlying database. |
public void | ejbPassivate() A container invokes this method on an instance before the instance
becomes disassociated with a specific EJB object. |
public void | ejbPostCreate(AlarmData ad) |
public void | ejbPostCreate() |
public void | ejbRemove() A container invokes this method before it removes the EJB object that is
currently associated with the instance. |
public void | ejbStore() A container invokes this method to instruct the instance to synchronize
its state by storing it to the underlying database. |
public void | forget() |
public int | getAlarmCount() Get the number of alarms in database only valid for special "0" element. |
public AlarmData | getAlarmData() |
public int | getCount() |
public String | getFrom() |
public int | getNewIdent() Get a new Ident only valid for special "0" element. |
public int | getSeverity() |
public void | setEntityContext(EntityContext ctx) Set the associated entity context. |
public void | setProcessed() |
public void | unsetEntityContext() Unset the associated entity context. |
public void | update(int s) |