Package com.ibm.wsspi.logging
Interface IntrospectableService
Deprecated.
Interface for introspect the framework.
Services implement this interface can provide the information to dump to a file.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getName()
Deprecated.used as the file name of the service's dump filevoid
introspect
(OutputStream out) Deprecated.
-
Method Details
-
getName
String getName()Deprecated.used as the file name of the service's dump file -
getDescription
String getDescription()Deprecated. -
introspect
Deprecated.- Parameters:
out
- , the dump file- Throws:
IOException
-
Introspector
instead.