public class RuntimeTimerState extends Object
Constructor and Description |
---|
RuntimeTimerState(TimerPrimaryKey timerId,
Date initialExpiration,
long intervalDuration,
BaseContainer container,
Object timedObjectPkey,
EJBTimerSchedule schedule,
Serializable info,
boolean persistent) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
getNumFailedDeliveries()
Number of failed deliveries since timer last transitioned to
the SCHEDULED state.
|
TimerPrimaryKey |
getTimerId() |
int |
hashCode() |
boolean |
isExpired() |
boolean |
isPeriodic() |
boolean |
isPersistent() |
String |
toString() |
public RuntimeTimerState(TimerPrimaryKey timerId, Date initialExpiration, long intervalDuration, BaseContainer container, Object timedObjectPkey, EJBTimerSchedule schedule, Serializable info, boolean persistent)
public TimerPrimaryKey getTimerId()
public int getNumFailedDeliveries()
public boolean isExpired()
public boolean isPeriodic()
public boolean isPersistent()
Copyright © 2019. All rights reserved.