com.ibm.ws.ffdc

Class FFDCConfigurator

  1. java.lang.Object
  2. extended bycom.ibm.ws.ffdc.FFDCConfigurator

  1. public class FFDCConfigurator
  2. extends java.lang.Object
Configurator: Uses a LogProvider configuration to initialize the FFDC service. The log provider is required to provide a non-null delegate. This delegate can not be reset.

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
FFDC_DIR
  1. static
  2. java.lang.String
FFDC_EXTENSION
  1. static
  2. java.lang.String
FFDC_FILE_NAME
  1. static
  2. java.lang.String
FFDC_SUMMARY_FILE_NAME

Constructor Summary

Constructor and Description
FFDCConfigurator()

Method Summary

Modifier and Type Method and Description
  1. static
  2. FFDCFilterService
getDelegate()
  1. static
  2. java.io.File
getFFDCLocation()
  1. static
  2. TextFileOutputStreamFactory
getFileOutputStreamFactory()
  1. static
  2. void
init(com.ibm.wsspi.logprovider.LogProviderConfig config)
Initialize FFDC (and underlying FFDC service).
  1. static
  2. void
stop()
Stop the FFDC service (the disabled delegate will be used until reconfigured).
  1. static
  2. void
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

  1. public static final java.lang.String FFDC_DIR
See Also:

FFDC_FILE_NAME

  1. public static final java.lang.String FFDC_FILE_NAME
See Also:

FFDC_SUMMARY_FILE_NAME

  1. public static final java.lang.String FFDC_SUMMARY_FILE_NAME
See Also:

FFDC_EXTENSION

  1. public static final java.lang.String FFDC_EXTENSION
See Also:

Constructor Detail

FFDCConfigurator

  1. public FFDCConfigurator()

Method Detail

init

  1. public static void init(com.ibm.wsspi.logprovider.LogProviderConfig config)
Initialize FFDC (and underlying FFDC service).

update

  1. public static void update(java.util.Map<java.lang.String,java.lang.Object> newConfig)

getDelegate

  1. public static FFDCFilterService getDelegate( )

stop

  1. public static void stop()
Stop the FFDC service (the disabled delegate will be used until reconfigured).

getFFDCLocation

  1. public static java.io.File getFFDCLocation( )

getFileOutputStreamFactory

  1. public static TextFileOutputStreamFactory getFileOutputStreamFactory( )
Returns: