public class MethodSchedule
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected TextMap |
description |
protected java.lang.String |
ejbName |
protected java.lang.String |
id |
protected NamedMethod |
method |
protected java.util.List<TimerSchedule> |
schedule |
Constructor and Description |
---|
MethodSchedule() |
MethodSchedule(java.lang.String ejbName,
java.lang.reflect.Method method,
TimerSchedule... schedules) |
MethodSchedule(java.lang.String ejbName,
NamedMethod method,
TimerSchedule... schedules) |
MethodSchedule(java.lang.String className,
java.lang.String ejbName,
java.lang.String methodName,
TimerSchedule... schedules) |
Modifier and Type | Method and Description |
---|---|
java.util.List<TimerSchedule> |
getAttribute() |
java.lang.String |
getDescription() |
Text[] |
getDescriptions() |
java.lang.String |
getEjbName() |
java.lang.String |
getId() |
NamedMethod |
getMethod() |
java.util.List<TimerSchedule> |
getSchedule() |
void |
setDescriptions(Text[] text) |
void |
setEjbName(java.lang.String ejbName) |
void |
setId(java.lang.String value) |
void |
setMethod(NamedMethod method) |
protected TextMap description
protected java.util.List<TimerSchedule> schedule
protected NamedMethod method
protected java.lang.String ejbName
protected java.lang.String id
public MethodSchedule()
public MethodSchedule(java.lang.String className, java.lang.String ejbName, java.lang.String methodName, TimerSchedule... schedules)
public MethodSchedule(java.lang.String ejbName, java.lang.reflect.Method method, TimerSchedule... schedules)
public MethodSchedule(java.lang.String ejbName, NamedMethod method, TimerSchedule... schedules)
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public java.lang.String getDescription()
public java.util.List<TimerSchedule> getSchedule()
public java.lang.String getEjbName()
public void setEjbName(java.lang.String ejbName)
public NamedMethod getMethod()
public void setMethod(NamedMethod method)
public java.lang.String getId()
public void setId(java.lang.String value)
public java.util.List<TimerSchedule> getAttribute()