Package org.apache.openejb.jee
Class MethodSchedule
- java.lang.Object
-
- org.apache.openejb.jee.MethodSchedule
-
public class MethodSchedule extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected TextMapdescriptionprotected StringejbNameprotected Stringidprotected NamedMethodmethodprotected List<TimerSchedule>schedule
-
Constructor Summary
Constructors Constructor Description MethodSchedule()MethodSchedule(String ejbName, Method method, TimerSchedule... schedules)MethodSchedule(String className, String ejbName, String methodName, TimerSchedule... schedules)MethodSchedule(String ejbName, NamedMethod method, TimerSchedule... schedules)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TimerSchedule>getAttribute()StringgetDescription()Text[]getDescriptions()StringgetEjbName()StringgetId()NamedMethodgetMethod()List<TimerSchedule>getSchedule()voidsetDescriptions(Text[] text)voidsetEjbName(String ejbName)voidsetId(String value)voidsetMethod(NamedMethod method)
-
-
-
Field Detail
-
description
protected TextMap description
-
schedule
protected List<TimerSchedule> schedule
-
method
protected NamedMethod method
-
ejbName
protected String ejbName
-
id
protected String id
-
-
Constructor Detail
-
MethodSchedule
public MethodSchedule()
-
MethodSchedule
public MethodSchedule(String className, String ejbName, String methodName, TimerSchedule... schedules)
-
MethodSchedule
public MethodSchedule(String ejbName, Method method, TimerSchedule... schedules)
-
MethodSchedule
public MethodSchedule(String ejbName, NamedMethod method, TimerSchedule... schedules)
-
-
Method Detail
-
getDescriptions
public Text[] getDescriptions()
-
setDescriptions
public void setDescriptions(Text[] text)
-
getDescription
public String getDescription()
-
getSchedule
public List<TimerSchedule> getSchedule()
-
getEjbName
public String getEjbName()
-
setEjbName
public void setEjbName(String ejbName)
-
getMethod
public NamedMethod getMethod()
-
setMethod
public void setMethod(NamedMethod method)
-
getId
public String getId()
-
setId
public void setId(String value)
-
getAttribute
public List<TimerSchedule> getAttribute()
-
-