Class EjbTimerXmlPersister
- java.lang.Object
-
- org.jboss.as.ejb3.timerservice.persistence.filestore.EjbTimerXmlPersister
-
-
Constructor Summary
Constructors Constructor Description EjbTimerXmlPersister(org.jboss.marshalling.MarshallerFactory factory, org.jboss.marshalling.MarshallingConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer, List<TimerImpl> timers)
-
-
-
Method Detail
-
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
-
-