|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.ejb.TimerConfig
public class TimerConfig
Specifies the configuration of a timer.
Constructor Summary | |
---|---|
TimerConfig()
Constructs a new timer configuration. |
|
TimerConfig(java.io.Serializable info,
boolean persistent)
Constructs a new timer configuration. |
Method Summary | |
---|---|
java.io.Serializable |
getInfo()
Gets info object associated with timer. |
boolean |
isPersistent()
Indicates if timer should be persisted. |
void |
setInfo(java.io.Serializable info)
Sets info object associated with timer. |
void |
setPersistent(boolean persistent)
Sets if timer should be persisted. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimerConfig()
public TimerConfig(java.io.Serializable info, boolean persistent)
info
- Info object associated with the timer.persistent
- Indicates if a timer should be persisted.Method Detail |
---|
public java.io.Serializable getInfo()
public void setInfo(java.io.Serializable info)
info
- Info object associated with timer.public boolean isPersistent()
public void setPersistent(boolean persistent)
persistent
- Flag to indicate if timer should be persisted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |