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 Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
    Deprecated.
    used as the file name of the service's dump file
    void
    Deprecated.
     
  • Method Details

    • getName

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

      String getDescription()
      Deprecated.
    • introspect

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