| Package | Description |
|---|---|
| org.jboss.metadata.ejb.common | |
| org.jboss.metadata.ejb.jboss | |
| org.jboss.metadata.ejb.parser.spec | |
| org.jboss.metadata.ejb.spec |
| Modifier and Type | Method and Description |
|---|---|
List<TimerMetaData> |
IScheduleTarget.getTimers() |
| Modifier and Type | Method and Description |
|---|---|
void |
IScheduleTarget.addTimer(TimerMetaData timer) |
| Modifier and Type | Method and Description |
|---|---|
void |
IScheduleTarget.setTimers(List<TimerMetaData> timers) |
| Modifier and Type | Method and Description |
|---|---|
List<TimerMetaData> |
JBossMessageDrivenBean31MetaData.getTimers()
Deprecated.
Returns the
TimerMetaData associated with this bean |
List<TimerMetaData> |
JBossSessionBean31MetaData.getTimers()
Deprecated.
Returns the
TimerMetaData associated (if any) with this bean |
| Modifier and Type | Method and Description |
|---|---|
void |
JBossMessageDrivenBean31MetaData.addTimer(TimerMetaData timer)
Deprecated.
|
void |
JBossSessionBean31MetaData.addTimer(TimerMetaData timer)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JBossMessageDrivenBean31MetaData.setTimers(List<TimerMetaData> timers)
Deprecated.
Sets the
TimerMetaData for this bean |
void |
JBossSessionBean31MetaData.setTimers(List<TimerMetaData> timer)
Deprecated.
Sets the
TimerMetaData associated with this bean |
| Modifier and Type | Method and Description |
|---|---|
TimerMetaData |
TimerMetaDataParser.parse(XMLStreamReader reader,
PropertyReplacer propertyReplacer)
Creates and returns
TimerMetaData |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TimerMetaDataParser.processElement(TimerMetaData timer,
XMLStreamReader reader,
PropertyReplacer propertyReplacer)
Parses the child elements of the <timer> element and updates the passed
TimerMetaData accordingly. |
| Modifier and Type | Method and Description |
|---|---|
List<TimerMetaData> |
SessionBean31MetaData.getTimers() |
List<TimerMetaData> |
MessageDrivenBean31MetaData.getTimers()
Returns the
TimerMetaData associated with this bean |
Copyright © 2019 JBoss by Red Hat. All rights reserved.