public class MethodSchedule extends Object
| Modifier and Type | Field and Description |
|---|---|
protected TextMap |
description |
protected String |
ejbName |
protected String |
id |
protected NamedMethod |
method |
protected List<TimerSchedule> |
schedule |
| Constructor and Description |
|---|
MethodSchedule() |
MethodSchedule(String ejbName,
Method method,
TimerSchedule... schedules) |
MethodSchedule(String ejbName,
NamedMethod method,
TimerSchedule... schedules) |
MethodSchedule(String className,
String ejbName,
String methodName,
TimerSchedule... schedules) |
| Modifier and Type | Method and Description |
|---|---|
List<TimerSchedule> |
getAttribute() |
String |
getDescription() |
Text[] |
getDescriptions() |
String |
getEjbName() |
String |
getId() |
NamedMethod |
getMethod() |
List<TimerSchedule> |
getSchedule() |
void |
setDescriptions(Text[] text) |
void |
setEjbName(String ejbName) |
void |
setId(String value) |
void |
setMethod(NamedMethod method) |
protected TextMap description
protected List<TimerSchedule> schedule
protected NamedMethod method
protected String ejbName
protected String id
public MethodSchedule()
public MethodSchedule(String className, String ejbName, String methodName, TimerSchedule... schedules)
public MethodSchedule(String ejbName, Method method, TimerSchedule... schedules)
public MethodSchedule(String ejbName, NamedMethod method, TimerSchedule... schedules)
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public String getDescription()
public List<TimerSchedule> getSchedule()
public String getEjbName()
public void setEjbName(String ejbName)
public NamedMethod getMethod()
public void setMethod(NamedMethod method)
public String getId()
public void setId(String value)
public List<TimerSchedule> getAttribute()
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.