com.ibm.wsspi.logging

Interface IntrospectableService


  1. public interface IntrospectableService
Interface for introspect the framework. Services implement this interface can provide the information to dump to a file.

Method Summary

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

Method Detail

getName

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

getDescription

  1. java.lang.String getDescription( )

introspect

  1. void introspect(java.io.OutputStream out)
  2. throws java.io.IOException
Throws:
java.io.IOException