Documentation of 'org.apache.derby.iapi.services.diag.DiagnosticableGeneric' Java class
DiagnosticableGeneric
org.apache.derby.iapi.services.diag

Class DiagnosticableGeneric

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void diag_detail(java.util.Properties prop)
      Default implementation of detail diagnostic on the object.
      java.lang.String diag()
      Default implementation of diagnostic on the object.
      void init(java.lang.Object obj) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DiagnosticableGeneric

        public DiagnosticableGeneric()
    • Method Detail

      • init

        public void init(java.lang.Object obj)
        Specified by:
        init in interface Diagnosticable
      • diag

        public java.lang.String diag()
                              throws StandardException
        Default implementation of diagnostic on the object.

        This routine returns a string with whatever diagnostic information you would like to provide about this object.

        This routine should be overriden by a real implementation of the diagnostic information you would like to provide.

        Specified by:
        diag in interface Diagnosticable
        Returns:
        A string with diagnostic information about the object.
        Throws:
        StandardException - Standard exception policy.
      • diag_detail

        public void diag_detail(java.util.Properties prop)
                         throws StandardException
        Default implementation of detail diagnostic on the object.

        This routine should be overriden if there is detail diagnostics to be provided by a real implementation.

        Specified by:
        diag_detail in interface Diagnosticable
        Throws:
        StandardException - Standard exception policy.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.