|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
| 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. |
void |
RuntimeStateAdminAPIImpl.setLoggingConfiguration(LogConfiguration logConfig,
java.lang.String hostName,
java.lang.String processName)
Sets the LogConfiguration on the LogManager running in the given VM. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||