org.apache.openejb.jee
Class MethodSchedule
java.lang.Object
org.apache.openejb.jee.MethodSchedule
public class MethodSchedule
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected TextMap description
schedule
protected List<TimerSchedule> schedule
method
protected NamedMethod method
ejbName
protected String ejbName
id
protected String id
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)
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()
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.