Class EjbTimerXmlParser_1_0
java.lang.Object
org.jboss.as.ejb3.timerservice.persistence.filestore.EjbTimerXmlParser_1_0
public class EjbTimerXmlParser_1_0
extends Object
implements org.jboss.staxmapper.XMLElementReader<List<TimerImpl>>
Parser for persistent Jakarta Enterprise Beans timers that are stored in XML.
- Author:
- Stuart Douglas
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEjbTimerXmlParser_1_0(TimerServiceImpl timerService, org.jboss.marshalling.MarshallerFactory factory, org.jboss.marshalling.MarshallingConfiguration configuration, ClassLoader classLoader) -
Method Summary
Modifier and TypeMethodDescriptionvoidreadElement(org.jboss.staxmapper.XMLExtendedStreamReader reader, List<TimerImpl> timers)
-
Field Details
-
NAMESPACE
- See Also:
-
-
Constructor Details
-
EjbTimerXmlParser_1_0
public EjbTimerXmlParser_1_0(TimerServiceImpl timerService, org.jboss.marshalling.MarshallerFactory factory, org.jboss.marshalling.MarshallingConfiguration configuration, ClassLoader classLoader)
-
-
Method Details
-
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
-