Uses of Interface
com.metamatrix.common.log.LogConfiguration

Packages that use LogConfiguration
com.metamatrix.common.config.api   
com.metamatrix.common.config.model   
com.metamatrix.common.config.xml   
com.metamatrix.common.log   
com.metamatrix.common.log.config   
com.metamatrix.platform.admin.api   
 

Uses of LogConfiguration in com.metamatrix.common.config.api
 

Methods in com.metamatrix.common.config.api that return LogConfiguration
 LogConfiguration Configuration.getLogConfiguration()
          Returns the LogConfiguration
 

Methods in com.metamatrix.common.config.api with parameters of type LogConfiguration
 Configuration ConfigurationObjectEditor.setLogConfiguration(Configuration t, LogConfiguration logConfiguration)
          Sets the LogConfiguration in effect for the Configuration
 

Uses of LogConfiguration in com.metamatrix.common.config.model
 

Methods in com.metamatrix.common.config.model that return LogConfiguration
 LogConfiguration BasicConfiguration.getLogConfiguration()
          Returns a clone of this Configuration's LogConfiguration (the LogConfiguration can only be changed through a com.metamatrix.common.config.api.service.ConfigurationObjectEditor).
 

Methods in com.metamatrix.common.config.model with parameters of type LogConfiguration
 Configuration BasicConfigurationObjectEditor.setLogConfiguration(Configuration t, LogConfiguration logConfiguration)
          Sets the LogConfiguration in effect for the Configuration
 

Uses of LogConfiguration in com.metamatrix.common.config.xml
 

Methods in com.metamatrix.common.config.xml with parameters of type LogConfiguration
 org.jdom.Element XMLConfig_42_HelperImpl.createLogConfigurationElement(LogConfiguration logConfiguration)
          This method is used to create a LogConfiguration JDOM Element from a LogConfiguration object.
 

Uses of LogConfiguration in com.metamatrix.common.log
 

Methods in com.metamatrix.common.log that return LogConfiguration
static LogConfiguration LogManager.getLogConfigurationCopy()
          Utility method to obtain the a modifiable log configuration for the LogManager.
 

Methods in com.metamatrix.common.log with parameters of type LogConfiguration
static void LogManager.setLogConfiguration(LogConfiguration config)
           
 

Uses of LogConfiguration in com.metamatrix.common.log.config
 

Classes in com.metamatrix.common.log.config that implement LogConfiguration
 class BasicLogConfiguration
          Basic, default implementation of the LogConfiguration interface.
 

Methods in com.metamatrix.common.log.config that return LogConfiguration
static LogConfiguration BasicLogConfiguration.createLogConfiguration(java.util.Properties props)
           Creates a non-null LogConfiguration from the given properties.
 

Methods in com.metamatrix.common.log.config with parameters of type LogConfiguration
static java.util.Properties BasicLogConfiguration.getLogConfigurationProperties(LogConfiguration logConfiguration)
          Creates a Properties object containing the two name/value pairs which define a LogConfiguration, parsed from the given LogConfiguration object.
 

Constructors in com.metamatrix.common.log.config with parameters of type LogConfiguration
BasicLogConfiguration(LogConfiguration currentLogConfig)
           
 

Uses of LogConfiguration in com.metamatrix.platform.admin.api
 

Methods in com.metamatrix.platform.admin.api with parameters of type LogConfiguration
 void RuntimeStateAdminAPI.setLoggingConfiguration(Configuration config, LogConfiguration logConfig, java.util.List actions)
          Sets the LogConfiguration on the given Configuration.
 void RuntimeStateAdminAPI.setLoggingConfiguration(LogConfiguration logConfig, java.lang.String hostName, java.lang.String processName)
          Sets the LogConfiguration on the LogManager running in the given VM.
 



Copyright © 2009. All Rights Reserved.