public class TimeoutMethod extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
TIMER_PARAM_1
Constant string value to indicate that the timeout method has 1 parameter, which must be javax.ejb.Timer
|
static 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 and Description |
|---|
TimeoutMethod(String declaringClass,
String methodName,
String[] methodParams) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeclaringClass() |
String |
getMethodName() |
boolean |
hasTimerParameter() |
String |
toString() |
public static final String TIMER_PARAM_1
public static final String[] TIMER_PARAM_1_ARRAY
Copyright © 2022 JBoss by Red Hat. All rights reserved.