Package com.ibm.wsspi.logging
Interface IntrospectableService
- 
 @Deprecated public interface IntrospectableServiceDeprecated.UseIntrospectorinstead.Interface for introspect the framework. Services implement this interface can provide the information to dump to a file.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetDescription()Deprecated.java.lang.StringgetName()Deprecated.used as the file name of the service's dump filevoidintrospect(java.io.OutputStream out)Deprecated.
 
- 
- 
- 
Method Detail- 
getNamejava.lang.String getName() Deprecated.used as the file name of the service's dump file
 - 
getDescriptionjava.lang.String getDescription() Deprecated.
 - 
introspectvoid introspect(java.io.OutputStream out) throws java.io.IOExceptionDeprecated.- Parameters:
- out- , the dump file
- Throws:
- java.io.IOException
 
 
- 
 
-