org.apache.openejb.jee
Class MethodSchedule

java.lang.Object
  extended by org.apache.openejb.jee.MethodSchedule

public class MethodSchedule
extends Object


Field Summary
protected  TextMap description
           
protected  String ejbName
           
protected  String id
           
protected  NamedMethod method
           
protected  List<Schedule> schedule
           
 
Constructor Summary
MethodSchedule()
           
MethodSchedule(String ejbName, Method method, Schedule... schedules)
           
MethodSchedule(String ejbName, NamedMethod method, Schedule... schedules)
           
MethodSchedule(String className, String ejbName, String methodName, Schedule... schedules)
           
 
Method Summary
 List<Schedule> getAttribute()
           
 String getDescription()
           
 Text[] getDescriptions()
           
 String getEjbName()
           
 String getId()
           
 NamedMethod getMethod()
           
 List<Schedule> getSchedule()
           
 void setDescriptions(Text[] text)
           
 void setEjbName(String ejbName)
           
 void setId(String value)
           
 void setMethod(NamedMethod method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

schedule

protected List<Schedule> schedule

method

protected NamedMethod method

ejbName

protected String ejbName

id

protected String id

description

protected TextMap description
Constructor Detail

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)
Method Detail

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.