Class TimerIndex
java.lang.Object
org.wildfly.clustering.ejb.cache.timer.TimeoutDescriptor
org.wildfly.clustering.ejb.cache.timer.TimerIndex
Index for auto-timers. Ensures auto-timers are only created once across cluster.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionTimerIndex(Method method, int index) TimerIndex(String declaringClassName, String methodName, int parameters, int index) -
Method Summary
Methods inherited from class org.wildfly.clustering.ejb.cache.timer.TimeoutDescriptor
getMethodName, getParameters, test
-
Constructor Details
-
TimerIndex
-
TimerIndex
-
-
Method Details
-
hashCode
public int hashCode()- Overrides:
hashCodein classTimeoutDescriptor
-
equals
- Overrides:
equalsin classTimeoutDescriptor
-
toString
- Overrides:
toStringin classTimeoutDescriptor
-
getDeclaringClassName
-
getIndex
public int getIndex()
-