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 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return TimerType
 TimerType<SessionBeanType<T>> SessionBeanType.createTimer()
          Creates a new timer element
 TimerType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createTimer()
          Creates a new timer element
 TimerType<T> TimerType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 TimerType<T> TimerType.end(Date end)
          Sets the end element
 TimerType<SessionBeanType<T>> SessionBeanType.getOrCreateTimer()
          If not already created, a new timer element will be created and returned.
 TimerType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateTimer()
          If not already created, a new timer element will be created and returned.
 TimerType<T> TimerType.id(String id)
          Sets the id attribute
 TimerType<T> TimerType.info(String info)
          Sets the info element
 TimerType<T> TimerType.persistent(Boolean persistent)
          Sets the persistent element
 TimerType<T> TimerType.removeAllDescription()
          Removes the description element
 TimerType<T> TimerType.removeEnd()
          Removes the end element
 TimerType<T> TimerType.removeId()
          Removes the id attribute
 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.start(Date start)
          Sets the start element
 TimerType<T> TimerType.timezone(String timezone)
          Sets the timezone element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type TimerType
 List<TimerType<SessionBeanType<T>>> SessionBeanType.getAllTimer()
          Returns all timer elements
 List<TimerType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllTimer()
          Returns all timer elements
 TimerScheduleType<TimerType<T>> TimerType.getOrCreateSchedule()
          If not already created, a new schedule element with the given value will be created.
 NamedMethodType<TimerType<T>> TimerType.getOrCreateTimeoutMethod()
          If not already created, a new timeout-method element with the given value will be created.
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.