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 Details

  • Constructor Details

    • LegacyFileStore

      public LegacyFileStore()