Uses of Interface
org.jboss.shrinkwrap.descriptor.api.ejbjar31.TimerType

Packages that use TimerType
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd 
 

Uses of TimerType in org.jboss.shrinkwrap.descriptor.api.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return TimerType
 TimerType<T> TimerType.removeAllDescription()
          Removes the description element
 TimerType<T> TimerType.removeEnd()
          Removes the end element
 TimerType<T> TimerType.removeInfo()
          Removes the info element
 TimerType<T> TimerType.removePersistent()
          Removes the persistent element
 TimerType<T> TimerType.removeSchedule()
          Removes the schedule element
 TimerType<T> TimerType.removeStart()
          Removes the start element
 TimerType<T> TimerType.removeTimeoutMethod()
          Removes the timeout-method element
 TimerType<T> TimerType.removeTimezone()
          Removes the timezone element
 TimerType<T> TimerType.setDescription(java.lang.String description)
          Creates a new description element
 TimerType<T> TimerType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 TimerType<T> TimerType.setEnd(java.util.Date end)
          If not already created, a new end element with the given value will be created.
 TimerType<T> TimerType.setInfo(java.lang.String info)
          If not already created, a new info element with the given value will be created.
 TimerType<T> TimerType.setPersistent(java.lang.Boolean persistent)
          If not already created, a new persistent element with the given value will be created.
 TimerType<T> TimerType.setStart(java.util.Date start)
          If not already created, a new start element with the given value will be created.
 TimerType<T> TimerType.setTimezone(java.lang.String timezone)
          If not already created, a new timezone element with the given value will be created.
 TimerType<MessageDrivenBeanType<T>> MessageDrivenBeanType.timer()
          Returns the timer element
 TimerType<SessionBeanType<T>> SessionBeanType.timer()
          Returns the timer element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type TimerType
 java.util.List<TimerType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getTimerList()
          Returns all timer elements
 java.util.List<TimerType<SessionBeanType<T>>> SessionBeanType.getTimerList()
          Returns all timer elements
 TimerScheduleType<TimerType<T>> TimerType.schedule()
          If not already created, a new schedule element will be created and returned.
 NamedMethodType<TimerType<T>> TimerType.timeoutMethod()
          If not already created, a new timeout-method element will be created and returned.
 

Uses of TimerType in org.jboss.shrinkwrap.descriptor.impl.ejbjar31
 

Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement TimerType
 class TimerTypeImpl<T>
          This class implements the timerType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return TimerType
 TimerType<T> TimerTypeImpl.removeAllDescription()
          Removes the description element
 TimerType<T> TimerTypeImpl.removeEnd()
          Removes the end element
 TimerType<T> TimerTypeImpl.removeInfo()
          Removes the info element
 TimerType<T> TimerTypeImpl.removePersistent()
          Removes the persistent element
 TimerType<T> TimerTypeImpl.removeSchedule()
          Removes the schedule element
 TimerType<T> TimerTypeImpl.removeStart()
          Removes the start element
 TimerType<T> TimerTypeImpl.removeTimeoutMethod()
          Removes the timeout-method element
 TimerType<T> TimerTypeImpl.removeTimezone()
          Removes the timezone element
 TimerType<T> TimerTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 TimerType<T> TimerTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 TimerType<T> TimerTypeImpl.setEnd(java.util.Date end)
          If not already created, a new end element with the given value will be created.
 TimerType<T> TimerTypeImpl.setInfo(java.lang.String info)
          If not already created, a new info element with the given value will be created.
 TimerType<T> TimerTypeImpl.setPersistent(java.lang.Boolean persistent)
          If not already created, a new persistent element with the given value will be created.
 TimerType<T> TimerTypeImpl.setStart(java.util.Date start)
          If not already created, a new start element with the given value will be created.
 TimerType<T> TimerTypeImpl.setTimezone(java.lang.String timezone)
          If not already created, a new timezone element with the given value will be created.
 TimerType<SessionBeanType<T>> SessionBeanTypeImpl.timer()
          Returns the timer element
 TimerType<MessageDrivenBeanType<T>> MessageDrivenBeanTypeImpl.timer()
          Returns the timer element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return types with arguments of type TimerType
 java.util.List<TimerType<SessionBeanType<T>>> SessionBeanTypeImpl.getTimerList()
          Returns all timer elements
 java.util.List<TimerType<MessageDrivenBeanType<T>>> MessageDrivenBeanTypeImpl.getTimerList()
          Returns all timer elements
 TimerScheduleType<TimerType<T>> TimerTypeImpl.schedule()
          If not already created, a new schedule element will be created and returned.
 NamedMethodType<TimerType<T>> TimerTypeImpl.timeoutMethod()
          If not already created, a new timeout-method element will be created and returned.