Package com.ibm.wsspi.logging
Interface IntrospectableService
-
@Deprecated public interface IntrospectableService
Deprecated.UseIntrospector
instead.Interface for introspect the framework. Services implement this interface can provide the information to dump to a file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getDescription()
Deprecated.java.lang.String
getName()
Deprecated.used as the file name of the service's dump filevoid
introspect(java.io.OutputStream out)
Deprecated.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Deprecated.used as the file name of the service's dump file
-
getDescription
java.lang.String getDescription()
Deprecated.
-
introspect
void introspect(java.io.OutputStream out) throws java.io.IOException
Deprecated.- Parameters:
out
- , the dump file- Throws:
java.io.IOException
-
-