Class LegacyFileStore
java.lang.Object
org.jboss.as.ejb3.timerservice.persistence.filestore.LegacyFileStore
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 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MIGRATION_MARKER
- See Also:
-
-
Constructor Details
-
LegacyFileStore
public LegacyFileStore()
-