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