Class LegacyFileStore
- java.lang.Object
-
- org.jboss.as.ejb3.timerservice.persistence.filestore.LegacyFileStore
-
public class LegacyFileStore extends Object
Contains the code needed to load timers from the legacy persistent format. The old format was based on jboss marshalling, and as such it was almost impossible to maintain compatibility, as class changes to the serialized classes would result in old persistent timers being unreadable. This class will load old style timers, and then create a marker file to indicate to the system that these timers have already been read.- Author:
- Stuart Douglas
-
-
Field Summary
Fields Modifier and Type Field Description static StringMIGRATION_MARKER
-
Constructor Summary
Constructors Constructor Description LegacyFileStore()
-
-
-
Field Detail
-
MIGRATION_MARKER
public static final String MIGRATION_MARKER
- See Also:
- Constant Field Values
-
-