com.ibm.ws.ffdc
Class FFDCConfigurator
- java.lang.Object
com.ibm.ws.ffdc.FFDCConfigurator
- public class FFDCConfigurator
- extends java.lang.Object
Field Summary
Modifier and Type | Field and Description |
---|---|
|
FFDC_DIR
|
|
FFDC_EXTENSION
|
|
FFDC_FILE_NAME
|
|
FFDC_SUMMARY_FILE_NAME
|
Constructor Summary
Constructor and Description |
---|
FFDCConfigurator()
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getDelegate()
|
|
getFFDCLocation()
|
|
getFileOutputStreamFactory()
|
|
init(com.ibm.wsspi.logprovider.LogProviderConfig config)
Initialize FFDC (and underlying FFDC service).
|
|
stop()
Stop the FFDC service (the disabled delegate will be used until
reconfigured).
|
|
update(java.util.Map<java.lang.String,java.lang.Object> newConfig)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail
FFDC_DIR
- public static final java.lang.String FFDC_DIR
See Also:
FFDC_FILE_NAME
- public static final java.lang.String FFDC_FILE_NAME
See Also:
FFDC_SUMMARY_FILE_NAME
- public static final java.lang.String FFDC_SUMMARY_FILE_NAME
See Also:
FFDC_EXTENSION
- public static final java.lang.String FFDC_EXTENSION
See Also:
Constructor Detail
FFDCConfigurator
- public FFDCConfigurator()
Method Detail
init
- public static void init(com.ibm.wsspi.logprovider.LogProviderConfig config)
Initialize FFDC (and underlying FFDC service).
update
- public static void update(java.util.Map<java.lang.String,java.lang.Object> newConfig)
getDelegate
- public static FFDCFilterService getDelegate( )
stop
- public static void stop()
Stop the FFDC service (the disabled delegate will be used until
reconfigured).
getFFDCLocation
- public static java.io.File getFFDCLocation( )
getFileOutputStreamFactory
- public static TextFileOutputStreamFactory getFileOutputStreamFactory( )
Returns: