Package org.jboss.as.ejb3.timerservice
Class TimerHandleImpl
java.lang.Object
org.jboss.as.ejb3.timerservice.TimerHandleImpl
- All Implemented Interfaces:
jakarta.ejb.TimerHandle,Serializable
Serializable handle for an EJB timer.
- Author:
- Carlo de Wolf, Paul Ferraro
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTimerHandleImpl(ManagedTimer timer, EJBComponent component) Creates aTimerHandleImpl -
Method Summary
-
Constructor Details
-
TimerHandleImpl
Creates aTimerHandleImpl- Parameters:
timer- The managed timer instancecomponent- The EJB component associated with the timer
-
-
Method Details