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 |
schedule
protected List<Schedule> schedule
method
protected NamedMethod method
ejbName
protected String ejbName
id
protected String id
description
protected TextMap description
MethodSchedule
public MethodSchedule()
MethodSchedule
public MethodSchedule(String className,
String ejbName,
String methodName,
Schedule... schedules)
MethodSchedule
public MethodSchedule(String ejbName,
Method method,
Schedule... schedules)
MethodSchedule
public MethodSchedule(String ejbName,
NamedMethod method,
Schedule... schedules)
getDescriptions
public Text[] getDescriptions()
setDescriptions
public void setDescriptions(Text[] text)
getDescription
public String getDescription()
getSchedule
public List<Schedule> 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<Schedule> getAttribute()
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.