Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
TimerType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.createTimer()
Creates a new
timer element |
TimerType<SessionBeanType<T>> |
SessionBeanType.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<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreateTimer()
If not already created, a new
timer element will be created and returned. |
TimerType<SessionBeanType<T>> |
SessionBeanType.getOrCreateTimer()
If not already created, a new
timer element will be created and returned. |
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.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 |
Modifier and Type | Method and Description |
---|---|
List<TimerType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getAllTimer()
Returns all
timer elements |
List<TimerType<SessionBeanType<T>>> |
SessionBeanType.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 © 2015 JBoss by Red Hat. All rights reserved.