| Package | Description |
|---|---|
| org.apache.openejb.jee |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| Modifier and Type | Field and Description |
|---|---|
protected TimerSchedule |
Timer.schedule |
| Modifier and Type | Field and Description |
|---|---|
protected List<TimerSchedule> |
MethodSchedule.schedule |
| Modifier and Type | Method and Description |
|---|---|
TimerSchedule |
Timer.getSchedule()
Gets the value of the schedule property.
|
| Modifier and Type | Method and Description |
|---|---|
List<TimerSchedule> |
MethodSchedule.getAttribute() |
List<TimerSchedule> |
MethodSchedule.getSchedule() |
| Modifier and Type | Method and Description |
|---|---|
void |
Timer.setSchedule(TimerSchedule value)
Sets the value of the schedule property.
|
| Constructor and Description |
|---|
MethodSchedule(String ejbName,
Method method,
TimerSchedule... schedules) |
MethodSchedule(String ejbName,
NamedMethod method,
TimerSchedule... schedules) |
MethodSchedule(String className,
String ejbName,
String methodName,
TimerSchedule... schedules) |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.