com.ibm.wsspi.logging
Interface IntrospectableService
public interface IntrospectableService
Interface for introspect the framework.
Services implement this interface can provide the information to dump to a file.
Method Summary |
java.lang.String |
getDescription()
|
java.lang.String |
getName()
used as the file name of the service's dump file |
void |
introspect(java.io.OutputStream out)
|
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
- Parameters:
out,
- the dump file
- Throws:
java.io.IOException