Class TimerIndex
- java.lang.Object
-
- org.wildfly.clustering.ejb.infinispan.timer.TimeoutDescriptor
-
- org.wildfly.clustering.ejb.infinispan.timer.TimerIndex
-
public class TimerIndex extends TimeoutDescriptor
Index for auto-timers. Ensures auto-timers are only created once across cluster.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description TimerIndex(Method method, int index)TimerIndex(String declaringClassName, String methodName, int parameters, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)inthashCode()StringtoString()-
Methods inherited from class org.wildfly.clustering.ejb.infinispan.timer.TimeoutDescriptor
test
-
-
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTimeoutDescriptor
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classTimeoutDescriptor
-
-