Class TimeoutMethod

    • Field Detail

      • 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 javax.ejb.Timer
        See Also:
        Constant Field Values
      • 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 javax.ejb.Timer
    • Constructor Detail

      • TimeoutMethod

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

      • getMethodName

        public String getMethodName()
      • hasTimerParameter

        public boolean hasTimerParameter()
      • getDeclaringClass

        public String getDeclaringClass()