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

Packages that use LogConfiguration
com.metamatrix.common.log   
com.metamatrix.platform.admin.api   
com.metamatrix.platform.admin.apiimpl   
com.metamatrix.platform.vm.api.controller   
com.metamatrix.platform.vm.controller   
 

Uses of LogConfiguration in com.metamatrix.common.log
 

Classes in com.metamatrix.common.log that implement LogConfiguration
 class LogConfigurationImpl
           
 

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.
static LogConfiguration LogConfigurationImpl.makeCopy(LogConfiguration config)
           
 

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

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.
 

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

Methods in com.metamatrix.platform.admin.apiimpl with parameters of type LogConfiguration
 void RuntimeStateAdminAPIHelper.setLogConfiguration(Configuration config, LogConfiguration logConfig, java.util.List actions, java.lang.String principalName)
          Set the Log Configuration in the database and propagate changes to other VM
 void RuntimeStateAdminAPIImpl.setLoggingConfiguration(Configuration config, LogConfiguration logConfig, java.util.List actions)
          Sets the LogConfiguration on the given Configuration.
 

Uses of LogConfiguration in com.metamatrix.platform.vm.api.controller
 

Methods in com.metamatrix.platform.vm.api.controller with parameters of type LogConfiguration
 void ProcessManagement.setCurrentLogConfiguration(LogConfiguration logConfiguration)
          Set the current log configuration.
 

Uses of LogConfiguration in com.metamatrix.platform.vm.controller
 

Methods in com.metamatrix.platform.vm.controller with parameters of type LogConfiguration
 void ProcessController.setCurrentLogConfiguration(LogConfiguration logConfiguration)
          Set the current log configuration for this vm.
 



Copyright © 2009. All Rights Reserved.