com.filenet.api.admin
Interface TraceLoggingConfiguration

All Superinterfaces:
DependentObject, EngineObject, java.io.Serializable, SubsystemConfiguration

public interface TraceLoggingConfiguration
extends SubsystemConfiguration, DependentObject

Configures and enables trace logging on the Content Engine host for the supported subsystems. Each of the supported subsystems is a property on this class, enabling trace logging to be configured per subsystem. Configuring trace logging for a subsystem applies the trace logging settings to all classes in that subsystem. The TraceFlag constant class contains the trace log settings available. These settings can be ORed together to apply multiple settings to a subsystem. The TraceLoggingEnabled property on this (TraceLoggingConfiguration) class enables or disables trace logging for all of the configured subsystems. Use the AppenderNames property to specify the output destination classes for the trace logs.

Trace logging is implemented using the Apache log4j package (org.apache.log4j).

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: SubsystemConfiguration

See Also:
TraceFlag, org.apache.log4j.FileAppender

Method Summary
 java.lang.Integer get_APITraceFlags()
          Returns the value of the APITraceFlags property.
 java.lang.String get_AppenderNames()
          Returns the value of the AppenderNames property.
 java.lang.Integer get_AsynchronousProcessingTraceFlags()
          Returns the value of the AsynchronousProcessingTraceFlags property.
 java.lang.Integer get_CBRTraceFlags()
          Returns the value of the CBRTraceFlags property.
 java.lang.Integer get_CFSDaemonTraceFlags()
          Returns the value of the CFSDaemonTraceFlags property.
 java.lang.Integer get_CFSImportAgentTraceFlags()
          Returns the value of the CFSImportAgentTraceFlags property.
 java.lang.Integer get_CodeModuleTraceFlags()
          Returns the value of the CodeModuleTraceFlags property.
 java.lang.Integer get_ContentCacheTraceFlags()
          Returns the value of the ContentCacheTraceFlags property.
 java.lang.Integer get_ContentStorageTraceFlags()
          Returns the value of the ContentStorageTraceFlags property.
 java.lang.Integer get_DatabaseTraceFlags()
          Returns the value of the DatabaseTraceFlags property.
 java.lang.Integer get_EJBTraceFlags()
          Returns the value of the EJBTraceFlags property.
 java.lang.Integer get_EngineTraceFlags()
          Returns the value of the EngineTraceFlags property.
 java.lang.Integer get_ErrorTraceFlags()
          Returns the value of the ErrorTraceFlags property.
 java.lang.Integer get_EventsTraceFlags()
          Returns the value of the EventsTraceFlags property.
 java.lang.Integer get_FixedContentProviderTraceFlags()
          Returns the value of the FixedContentProviderTraceFlags property.
 java.lang.Integer get_GCDTraceFlags()
          Returns the value of the GCDTraceFlags property.
 java.lang.Integer get_MetadataTraceFlags()
          Returns the value of the MetadataTraceFlags property.
 java.lang.String get_OutputLocation()
          Returns the value of the OutputLocation property.
 java.lang.Integer get_PublishTraceFlags()
          Returns the value of the PublishTraceFlags property.
 java.lang.Integer get_ReplicationTraceFlags()
          Returns the value of the ReplicationTraceFlags property.
 java.lang.Integer get_SearchTraceFlags()
          Returns the value of the SearchTraceFlags property.
 java.lang.Integer get_SecurityTraceFlags()
          Returns the value of the SecurityTraceFlags property.
 java.lang.Integer get_SSITraceFlags()
          Returns the value of the SSITraceFlags property.
 java.lang.Boolean get_TraceLoggingEnabled()
          Returns the value of the TraceLoggingEnabled property.
 java.lang.Integer get_WSITraceFlags()
          Returns the value of the WSITraceFlags property.
 void set_APITraceFlags(java.lang.Integer value)
          Sets the value of the APITraceFlags property.
 void set_AppenderNames(java.lang.String value)
          Sets the value of the AppenderNames property.
 void set_AsynchronousProcessingTraceFlags(java.lang.Integer value)
          Sets the value of the AsynchronousProcessingTraceFlags property.
 void set_CBRTraceFlags(java.lang.Integer value)
          Sets the value of the CBRTraceFlags property.
 void set_CFSDaemonTraceFlags(java.lang.Integer value)
          Sets the value of the CFSDaemonTraceFlags property.
 void set_CFSImportAgentTraceFlags(java.lang.Integer value)
          Sets the value of the CFSImportAgentTraceFlags property.
 void set_CodeModuleTraceFlags(java.lang.Integer value)
          Sets the value of the CodeModuleTraceFlags property.
 void set_ContentCacheTraceFlags(java.lang.Integer value)
          Sets the value of the ContentCacheTraceFlags property.
 void set_ContentStorageTraceFlags(java.lang.Integer value)
          Sets the value of the ContentStorageTraceFlags property.
 void set_DatabaseTraceFlags(java.lang.Integer value)
          Sets the value of the DatabaseTraceFlags property.
 void set_EJBTraceFlags(java.lang.Integer value)
          Sets the value of the EJBTraceFlags property.
 void set_EngineTraceFlags(java.lang.Integer value)
          Sets the value of the EngineTraceFlags property.
 void set_ErrorTraceFlags(java.lang.Integer value)
          Sets the value of the ErrorTraceFlags property.
 void set_EventsTraceFlags(java.lang.Integer value)
          Sets the value of the EventsTraceFlags property.
 void set_FixedContentProviderTraceFlags(java.lang.Integer value)
          Sets the value of the FixedContentProviderTraceFlags property.
 void set_GCDTraceFlags(java.lang.Integer value)
          Sets the value of the GCDTraceFlags property.
 void set_MetadataTraceFlags(java.lang.Integer value)
          Sets the value of the MetadataTraceFlags property.
 void set_OutputLocation(java.lang.String value)
          Sets the value of the OutputLocation property.
 void set_PublishTraceFlags(java.lang.Integer value)
          Sets the value of the PublishTraceFlags property.
 void set_ReplicationTraceFlags(java.lang.Integer value)
          Sets the value of the ReplicationTraceFlags property.
 void set_SearchTraceFlags(java.lang.Integer value)
          Sets the value of the SearchTraceFlags property.
 void set_SecurityTraceFlags(java.lang.Integer value)
          Sets the value of the SecurityTraceFlags property.
 void set_SSITraceFlags(java.lang.Integer value)
          Sets the value of the SSITraceFlags property.
 void set_TraceLoggingEnabled(java.lang.Boolean value)
          Sets the value of the TraceLoggingEnabled property.
 void set_WSITraceFlags(java.lang.Integer value)
          Sets the value of the WSITraceFlags property.
 
Methods inherited from interface com.filenet.api.admin.SubsystemConfiguration
get_Id
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_TraceLoggingEnabled

java.lang.Boolean get_TraceLoggingEnabled()
Returns the value of the TraceLoggingEnabled property. For more information, see TraceLoggingEnabled Property.


set_TraceLoggingEnabled

void set_TraceLoggingEnabled(java.lang.Boolean value)
Sets the value of the TraceLoggingEnabled property. For more information, see TraceLoggingEnabled Property.


get_AppenderNames

java.lang.String get_AppenderNames()
Returns the value of the AppenderNames property. For more information, see AppenderNames Property.


set_AppenderNames

void set_AppenderNames(java.lang.String value)
Sets the value of the AppenderNames property. For more information, see AppenderNames Property.


get_OutputLocation

java.lang.String get_OutputLocation()
Returns the value of the OutputLocation property. For more information, see OutputLocation Property.


set_OutputLocation

void set_OutputLocation(java.lang.String value)
Sets the value of the OutputLocation property. For more information, see OutputLocation Property.


get_APITraceFlags

java.lang.Integer get_APITraceFlags()
Returns the value of the APITraceFlags property. For more information, see APITraceFlags Property.


set_APITraceFlags

void set_APITraceFlags(java.lang.Integer value)
Sets the value of the APITraceFlags property. For more information, see APITraceFlags Property.


get_CBRTraceFlags

java.lang.Integer get_CBRTraceFlags()
Returns the value of the CBRTraceFlags property. For more information, see CBRTraceFlags Property.


set_CBRTraceFlags

void set_CBRTraceFlags(java.lang.Integer value)
Sets the value of the CBRTraceFlags property. For more information, see CBRTraceFlags Property.


get_DatabaseTraceFlags

java.lang.Integer get_DatabaseTraceFlags()
Returns the value of the DatabaseTraceFlags property. For more information, see DatabaseTraceFlags Property.


set_DatabaseTraceFlags

void set_DatabaseTraceFlags(java.lang.Integer value)
Sets the value of the DatabaseTraceFlags property. For more information, see DatabaseTraceFlags Property.


get_GCDTraceFlags

java.lang.Integer get_GCDTraceFlags()
Returns the value of the GCDTraceFlags property. For more information, see GCDTraceFlags Property.


set_GCDTraceFlags

void set_GCDTraceFlags(java.lang.Integer value)
Sets the value of the GCDTraceFlags property. For more information, see GCDTraceFlags Property.


get_MetadataTraceFlags

java.lang.Integer get_MetadataTraceFlags()
Returns the value of the MetadataTraceFlags property. For more information, see MetadataTraceFlags Property.


set_MetadataTraceFlags

void set_MetadataTraceFlags(java.lang.Integer value)
Sets the value of the MetadataTraceFlags property. For more information, see MetadataTraceFlags Property.


get_PublishTraceFlags

java.lang.Integer get_PublishTraceFlags()
Returns the value of the PublishTraceFlags property. For more information, see PublishTraceFlags Property.


set_PublishTraceFlags

void set_PublishTraceFlags(java.lang.Integer value)
Sets the value of the PublishTraceFlags property. For more information, see PublishTraceFlags Property.


get_WSITraceFlags

java.lang.Integer get_WSITraceFlags()
Returns the value of the WSITraceFlags property. For more information, see WSITraceFlags Property.


set_WSITraceFlags

void set_WSITraceFlags(java.lang.Integer value)
Sets the value of the WSITraceFlags property. For more information, see WSITraceFlags Property.


get_EJBTraceFlags

java.lang.Integer get_EJBTraceFlags()
Returns the value of the EJBTraceFlags property. For more information, see EJBTraceFlags Property.


set_EJBTraceFlags

void set_EJBTraceFlags(java.lang.Integer value)
Sets the value of the EJBTraceFlags property. For more information, see EJBTraceFlags Property.


get_EngineTraceFlags

java.lang.Integer get_EngineTraceFlags()
Returns the value of the EngineTraceFlags property. For more information, see EngineTraceFlags Property.


set_EngineTraceFlags

void set_EngineTraceFlags(java.lang.Integer value)
Sets the value of the EngineTraceFlags property. For more information, see EngineTraceFlags Property.


get_ContentStorageTraceFlags

java.lang.Integer get_ContentStorageTraceFlags()
Returns the value of the ContentStorageTraceFlags property. For more information, see ContentStorageTraceFlags Property.


set_ContentStorageTraceFlags

void set_ContentStorageTraceFlags(java.lang.Integer value)
Sets the value of the ContentStorageTraceFlags property. For more information, see ContentStorageTraceFlags Property.


get_SecurityTraceFlags

java.lang.Integer get_SecurityTraceFlags()
Returns the value of the SecurityTraceFlags property. For more information, see SecurityTraceFlags Property.


set_SecurityTraceFlags

void set_SecurityTraceFlags(java.lang.Integer value)
Sets the value of the SecurityTraceFlags property. For more information, see SecurityTraceFlags Property.


get_EventsTraceFlags

java.lang.Integer get_EventsTraceFlags()
Returns the value of the EventsTraceFlags property. For more information, see EventsTraceFlags Property.


set_EventsTraceFlags

void set_EventsTraceFlags(java.lang.Integer value)
Sets the value of the EventsTraceFlags property. For more information, see EventsTraceFlags Property.


get_ContentCacheTraceFlags

java.lang.Integer get_ContentCacheTraceFlags()
Returns the value of the ContentCacheTraceFlags property. For more information, see ContentCacheTraceFlags Property.


set_ContentCacheTraceFlags

void set_ContentCacheTraceFlags(java.lang.Integer value)
Sets the value of the ContentCacheTraceFlags property. For more information, see ContentCacheTraceFlags Property.


get_FixedContentProviderTraceFlags

java.lang.Integer get_FixedContentProviderTraceFlags()
Returns the value of the FixedContentProviderTraceFlags property. For more information, see FixedContentProviderTraceFlags Property.


set_FixedContentProviderTraceFlags

void set_FixedContentProviderTraceFlags(java.lang.Integer value)
Sets the value of the FixedContentProviderTraceFlags property. For more information, see FixedContentProviderTraceFlags Property.


get_AsynchronousProcessingTraceFlags

java.lang.Integer get_AsynchronousProcessingTraceFlags()
Returns the value of the AsynchronousProcessingTraceFlags property. For more information, see AsynchronousProcessingTraceFlags Property.


set_AsynchronousProcessingTraceFlags

void set_AsynchronousProcessingTraceFlags(java.lang.Integer value)
Sets the value of the AsynchronousProcessingTraceFlags property. For more information, see AsynchronousProcessingTraceFlags Property.


get_CFSDaemonTraceFlags

java.lang.Integer get_CFSDaemonTraceFlags()
Returns the value of the CFSDaemonTraceFlags property. For more information, see CFSDaemonTraceFlags Property.


set_CFSDaemonTraceFlags

void set_CFSDaemonTraceFlags(java.lang.Integer value)
Sets the value of the CFSDaemonTraceFlags property. For more information, see CFSDaemonTraceFlags Property.


get_SSITraceFlags

java.lang.Integer get_SSITraceFlags()
Returns the value of the SSITraceFlags property. For more information, see SSITraceFlags Property.


set_SSITraceFlags

void set_SSITraceFlags(java.lang.Integer value)
Sets the value of the SSITraceFlags property. For more information, see SSITraceFlags Property.


get_SearchTraceFlags

java.lang.Integer get_SearchTraceFlags()
Returns the value of the SearchTraceFlags property. For more information, see SearchTraceFlags Property.


set_SearchTraceFlags

void set_SearchTraceFlags(java.lang.Integer value)
Sets the value of the SearchTraceFlags property. For more information, see SearchTraceFlags Property.


get_CodeModuleTraceFlags

java.lang.Integer get_CodeModuleTraceFlags()
Returns the value of the CodeModuleTraceFlags property. For more information, see CodeModuleTraceFlags Property.


set_CodeModuleTraceFlags

void set_CodeModuleTraceFlags(java.lang.Integer value)
Sets the value of the CodeModuleTraceFlags property. For more information, see CodeModuleTraceFlags Property.


get_ErrorTraceFlags

java.lang.Integer get_ErrorTraceFlags()
Returns the value of the ErrorTraceFlags property. For more information, see ErrorTraceFlags Property.


set_ErrorTraceFlags

void set_ErrorTraceFlags(java.lang.Integer value)
Sets the value of the ErrorTraceFlags property. For more information, see ErrorTraceFlags Property.


get_CFSImportAgentTraceFlags

java.lang.Integer get_CFSImportAgentTraceFlags()
Returns the value of the CFSImportAgentTraceFlags property. For more information, see CFSImportAgentTraceFlags Property.


set_CFSImportAgentTraceFlags

void set_CFSImportAgentTraceFlags(java.lang.Integer value)
Sets the value of the CFSImportAgentTraceFlags property. For more information, see CFSImportAgentTraceFlags Property.


get_ReplicationTraceFlags

java.lang.Integer get_ReplicationTraceFlags()
Returns the value of the ReplicationTraceFlags property. For more information, see ReplicationTraceFlags Property.


set_ReplicationTraceFlags

void set_ReplicationTraceFlags(java.lang.Integer value)
Sets the value of the ReplicationTraceFlags property. For more information, see ReplicationTraceFlags Property.



© Copyright IBM Corporation 2006, 2009. All rights reserved.