com.ibm.wsspi.logging

Interface IntrospectableService


  • Deprecated. 
    Use Introspector instead.

    @Deprecated
    public interface IntrospectableService
    Interface for introspect the framework. Services implement this interface can provide the information to dump to a file.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getDescription()
      Deprecated. 
       
      java.lang.String getName()
      Deprecated. 
      used as the file name of the service's dump file
      void introspect(java.io.OutputStream out)
      Deprecated. 
       
    • Method Detail

      • getName

        java.lang.String getName()
        Deprecated. 
        used as the file name of the service's dump file
      • getDescription

        java.lang.String getDescription()
        Deprecated. 
      • introspect

        void introspect(java.io.OutputStream out)
                        throws java.io.IOException
        Deprecated. 
        Parameters:
        out, - the dump file
        Throws:
        java.io.IOException