Module jakarta.ejb
Package jakarta.ejb

Class TimerConfig

java.lang.Object
jakarta.ejb.TimerConfig

public class TimerConfig extends Object

TimerConfig is used to specify additional timer configuration settings during timer creation.

The info object represents a serializable object made available to corresponding timer callbacks. It is optional and defaults to null.

The persistent property determines whether the corresponding timer has a lifetime that spans the JVM in which it was created. It is optional and defaults to true.

Since:
EJB 3.1