Interface IntrospectableService


  • @Deprecated
    public interface IntrospectableService
    Deprecated.
    Use Introspector instead.
    Interface for introspect the framework. Services implement this interface can provide the information to dump to a file.
    • 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