com.ibm.wsspi.logging
Interface IntrospectableService
- public interface IntrospectableService
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getDescription()
|
|
getName()
used as the file name of the service's dump file
|
|
introspect(java.io.OutputStream out)
|
Method Detail
getName
- java.lang.String getName()
used as the file name of the service's dump file
getDescription
- java.lang.String getDescription( )
introspect
- void introspect(java.io.OutputStream out)
- throws java.io.IOException
Throws:
java.io.IOException