Package | Description |
---|---|
org.jboss.as.ejb3.timerservice.schedule | |
org.jboss.as.ejb3.timerservice.schedule.attribute | |
org.jboss.as.ejb3.timerservice.schedule.value |
Modifier and Type | Method and Description |
---|---|
static ScheduleExpressionType |
ScheduleExpressionTypeUtil.getType(String value)
Returns the corresponding
ScheduleExpressionType for the passed value |
Modifier and Type | Field and Description |
---|---|
protected ScheduleExpressionType |
IntegerBasedExpression.scheduleExpressionType |
Modifier and Type | Method and Description |
---|---|
protected boolean |
Second.accepts(ScheduleExpressionType scheduleExprType) |
protected boolean |
Month.accepts(ScheduleExpressionType scheduleExprType) |
protected boolean |
Minute.accepts(ScheduleExpressionType scheduleExprType) |
protected boolean |
DayOfWeek.accepts(ScheduleExpressionType scheduleExprType) |
protected boolean |
DayOfMonth.accepts(ScheduleExpressionType scheduleExprType) |
protected boolean |
Year.accepts(ScheduleExpressionType scheduleExprType) |
protected abstract boolean |
IntegerBasedExpression.accepts(ScheduleExpressionType scheduleExprType) |
protected boolean |
Hour.accepts(ScheduleExpressionType scheduleExprType) |
Modifier and Type | Method and Description |
---|---|
static ScheduleExpressionType |
ScheduleExpressionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleExpressionType[] |
ScheduleExpressionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.