| 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 | Description |
|---|---|---|
java.util.List<TimerMetaData> |
IScheduleTarget.getTimers() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
IScheduleTarget.addTimer(TimerMetaData timer) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
IScheduleTarget.setTimers(java.util.List<TimerMetaData> timers) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<TimerMetaData> |
JBossMessageDrivenBean31MetaData.getTimers() |
Deprecated.
Returns the
TimerMetaData associated with this bean |
java.util.List<TimerMetaData> |
JBossSessionBean31MetaData.getTimers() |
Deprecated.
Returns the
TimerMetaData associated (if any) with this bean |
| Modifier and Type | Method | Description |
|---|---|---|
void |
JBossMessageDrivenBean31MetaData.addTimer(TimerMetaData timer) |
Deprecated.
|
void |
JBossSessionBean31MetaData.addTimer(TimerMetaData timer) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
JBossMessageDrivenBean31MetaData.setTimers(java.util.List<TimerMetaData> timers) |
Deprecated.
Sets the
TimerMetaData for this bean |
void |
JBossSessionBean31MetaData.setTimers(java.util.List<TimerMetaData> timer) |
Deprecated.
Sets the
TimerMetaData associated with this bean |
| Modifier and Type | Method | Description |
|---|---|---|
TimerMetaData |
TimerMetaDataParser.parse(javax.xml.stream.XMLStreamReader reader,
PropertyReplacer propertyReplacer) |
Creates and returns
TimerMetaData |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
TimerMetaDataParser.processElement(TimerMetaData timer,
javax.xml.stream.XMLStreamReader reader,
PropertyReplacer propertyReplacer) |
Parses the child elements of the <timer> element and updates the passed
TimerMetaData accordingly. |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<TimerMetaData> |
MessageDrivenBean31MetaData.getTimers() |
Returns the
TimerMetaData associated with this bean |
java.util.List<TimerMetaData> |
SessionBean31MetaData.getTimers() |
Copyright © 2018 JBoss by Red Hat. All rights reserved.