Class TimerIndex

java.lang.Object
org.wildfly.clustering.ejb.cache.timer.TimeoutDescriptor
org.wildfly.clustering.ejb.cache.timer.TimerIndex
All Implemented Interfaces:
Predicate<Method>

public class TimerIndex extends TimeoutDescriptor
Index for auto-timers. Ensures auto-timers are only created once across cluster.
Author:
Paul Ferraro
  • Constructor Details

    • TimerIndex

      public TimerIndex(Method method, int index)
    • TimerIndex

      public TimerIndex(String declaringClassName, String methodName, int parameters, int index)
  • Method Details