Documentation of 'ec.util.LogRestarter' Java class
LogRestarter
ec.util

Class LogRestarter

  • All Implemented Interfaces:
    java.io.Serializable


    public abstract class LogRestarter
    extends java.lang.Object
    implements java.io.Serializable
    A LogRestarter is an abstract superclass of objects which are capable of restarting logs after a computer failure. LogRestarters subclasses are generally used internally in Logs only; you shouldn't need to deal with them.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      LogRestarter() 
    • Constructor Detail

      • LogRestarter

        public LogRestarter()
    • Method Detail

      • restart

        public abstract Log restart(Log l)
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • reopen

        public abstract Log reopen(Log l)
                            throws java.io.IOException
        Throws:
        java.io.IOException

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.