Package jakarta.ejb

Interface TimerHandle

All Superinterfaces:
Serializable

public interface TimerHandle extends Serializable
The TimerHandle interface allows the bean provider to obtain a serializable timer handle that may be persisted.

Since timers are local objects, a timer handle must not be passed through a bean's remote business interface, remote interface or web service interface.

Since:
EJB 2.1
  • Method Summary

    Modifier and Type
    Method
    Description
    Obtain a reference to the timer represented by this handle.