Uses of Interface
org.jboss.as.ejb3.timerservice.spi.ManagedTimer
-
Packages that use ManagedTimer Package Description org.jboss.as.ejb3.timerservice org.jboss.as.ejb3.timerservice.composite org.jboss.as.ejb3.timerservice.distributable org.jboss.as.ejb3.timerservice.spi -
-
Uses of ManagedTimer in org.jboss.as.ejb3.timerservice
Classes in org.jboss.as.ejb3.timerservice that implement ManagedTimer Modifier and Type Class Description classCalendarTimerRepresents aTimerwhich is created out a calendar expressionclassTimerImplLocal implementation ofManagedTimer.Methods in org.jboss.as.ejb3.timerservice that return ManagedTimer Modifier and Type Method Description ManagedTimerNonFunctionalTimerService. findTimer(String id)ManagedTimerTimerServiceImpl. findTimer(String timerId)Returns the timer corresponding to the passed timer id and timed object id.Constructors in org.jboss.as.ejb3.timerservice with parameters of type ManagedTimer Constructor Description TimerHandleImpl(ManagedTimer timer, EJBComponent component)Creates aTimerHandleImpl -
Uses of ManagedTimer in org.jboss.as.ejb3.timerservice.composite
Methods in org.jboss.as.ejb3.timerservice.composite that return ManagedTimer Modifier and Type Method Description ManagedTimerCompositeTimerService. findTimer(String id) -
Uses of ManagedTimer in org.jboss.as.ejb3.timerservice.distributable
Classes in org.jboss.as.ejb3.timerservice.distributable that implement ManagedTimer Modifier and Type Class Description classDistributableTimer<I>Managed timer facade for a distributable EJB timer.classOOBTimer<I>Timer implementation for use outside the context of a timeout event.Methods in org.jboss.as.ejb3.timerservice.distributable that return ManagedTimer Modifier and Type Method Description ManagedTimerDistributableTimerService. findTimer(String timerId) -
Uses of ManagedTimer in org.jboss.as.ejb3.timerservice.spi
Methods in org.jboss.as.ejb3.timerservice.spi that return ManagedTimer Modifier and Type Method Description ManagedTimerManagedTimerService. findTimer(String id)Returns the managed timer associated with the specified identifier
-