org.apache.openejb.jee
Class MethodSchedule
java.lang.Object
org.apache.openejb.jee.MethodSchedule
public class MethodSchedule
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
schedule
protected java.util.List<Schedule> schedule
method
protected NamedMethod method
ejbName
protected java.lang.String ejbName
id
protected java.lang.String id
description
protected TextMap description
MethodSchedule
public MethodSchedule()
MethodSchedule
public MethodSchedule(java.lang.String className,
java.lang.String ejbName,
java.lang.String methodName,
Schedule... schedules)
MethodSchedule
public MethodSchedule(java.lang.String ejbName,
java.lang.reflect.Method method,
Schedule... schedules)
MethodSchedule
public MethodSchedule(java.lang.String ejbName,
NamedMethod method,
Schedule... schedules)
getDescriptions
public Text[] getDescriptions()
setDescriptions
public void setDescriptions(Text[] text)
getDescription
public java.lang.String getDescription()
getSchedule
public java.util.List<Schedule> getSchedule()
getEjbName
public java.lang.String getEjbName()
setEjbName
public void setEjbName(java.lang.String ejbName)
getMethod
public NamedMethod getMethod()
setMethod
public void setMethod(NamedMethod method)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String value)
getAttribute
public java.util.List<Schedule> getAttribute()
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.