Class EjbTimerXmlPersister
java.lang.Object
org.jboss.as.ejb3.timerservice.persistence.filestore.EjbTimerXmlPersister
public class EjbTimerXmlPersister
extends Object
implements org.jboss.staxmapper.XMLElementWriter<List<TimerImpl>>
- Author:
- Stuart Douglas
-
Constructor Summary
ConstructorsConstructorDescriptionEjbTimerXmlPersister(org.jboss.marshalling.MarshallerFactory factory, org.jboss.marshalling.MarshallingConfiguration configuration) -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer, List<TimerImpl> timers)
-
Constructor Details
-
EjbTimerXmlPersister
public EjbTimerXmlPersister(org.jboss.marshalling.MarshallerFactory factory, org.jboss.marshalling.MarshallingConfiguration configuration)
-
-
Method Details
-
writeContent
public void writeContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer, List<TimerImpl> timers) throws XMLStreamException - Specified by:
writeContentin interfaceorg.jboss.staxmapper.XMLElementWriter<List<TimerImpl>>- Throws:
XMLStreamException
-