Class EjbTimerXmlParser_1_0
- java.lang.Object
-
- org.jboss.as.ejb3.timerservice.persistence.filestore.EjbTimerXmlParser_1_0
-
-
Constructor Summary
Constructors Constructor Description EjbTimerXmlParser_1_0(TimerServiceImpl timerService, org.jboss.marshalling.MarshallerFactory factory, org.jboss.marshalling.MarshallingConfiguration configuration, ClassLoader classLoader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadElement(org.jboss.staxmapper.XMLExtendedStreamReader reader, List<TimerImpl> timers)
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EjbTimerXmlParser_1_0
public EjbTimerXmlParser_1_0(TimerServiceImpl timerService, org.jboss.marshalling.MarshallerFactory factory, org.jboss.marshalling.MarshallingConfiguration configuration, ClassLoader classLoader)
-
-
Method Detail
-
readElement
public void readElement(org.jboss.staxmapper.XMLExtendedStreamReader reader, List<TimerImpl> timers) throws XMLStreamException- Specified by:
readElementin interfaceorg.jboss.staxmapper.XMLElementReader<List<TimerImpl>>- Throws:
XMLStreamException
-
-