Class TimeoutMethod

java.lang.Object
org.jboss.as.ejb3.timerservice.persistence.TimeoutMethod
All Implemented Interfaces:
Serializable

public class TimeoutMethod extends Object implements Serializable
TimeoutMethod
Author:
Jaikiran Pai, Stuart Douglas
See Also:
  • Field Details

    • TIMER_PARAM_1

      public static final String TIMER_PARAM_1
      Constant string value to indicate that the timeout method has 1 parameter, which must be jakarta.ejb.Timer
      See Also:
    • TIMER_PARAM_1_ARRAY

      public static final String[] TIMER_PARAM_1_ARRAY
      Constant string array value to indicate that the timeout method has 1 parameter, which must be jakarta.ejb.Timer
  • Constructor Details

    • TimeoutMethod

      public TimeoutMethod(String declaringClass, String methodName, String[] methodParams)
  • Method Details

    • getMethodName

      public String getMethodName()
    • hasTimerParameter

      public boolean hasTimerParameter()
    • getDeclaringClass

      public String getDeclaringClass()
    • toString

      public String toString()
      Overrides:
      toString in class Object