Class TimerIndex
- java.lang.Object
-
- org.wildfly.clustering.ejb.cache.timer.TimeoutDescriptor
-
- org.wildfly.clustering.ejb.cache.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)StringgetDeclaringClassName()intgetIndex()inthashCode()StringtoString()-
Methods inherited from class org.wildfly.clustering.ejb.cache.timer.TimeoutDescriptor
getMethodName, getParameters, test
-
-
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTimeoutDescriptor
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classTimeoutDescriptor
-
toString
public String toString()
- Overrides:
toStringin classTimeoutDescriptor
-
getDeclaringClassName
public String getDeclaringClassName()
-
getIndex
public int getIndex()
-
-