Package org.jboss.as.ejb3.timerservice
Class AbstractManagedTimer
java.lang.Object
org.jboss.as.ejb3.timerservice.AbstractManagedTimer
- All Implemented Interfaces:
jakarta.ejb.Timer,ManagedTimer
- Direct Known Subclasses:
DistributableTimer,OOBTimer,TimerImpl
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jboss.as.ejb3.timerservice.spi.ManagedTimer
activate, invoke, isActive, isCanceled, isExpired, suspend, validateInvocationContextMethods inherited from interface jakarta.ejb.Timer
cancel, getHandle, getInfo, getNextTimeout, getSchedule, getTimeRemaining, isCalendarTimer, isPersistent
-
Constructor Details
-
AbstractManagedTimer
-
-
Method Details
-
getId
Description copied from interface:ManagedTimerThe unique identifier of this timer.- Specified by:
getIdin interfaceManagedTimer- Returns:
- a unique identifier
-
hashCode
public int hashCode() -
equals
-
toString
-