com.metamatrix.platform.security.audit.config
Interface AuditConfigurationFactory

All Known Implementing Classes:
CurrentConfigAuditConfigurationFactory

public interface AuditConfigurationFactory


Method Summary
 AuditConfiguration getConfiguration(java.util.Properties p)
          Obtain the set of contexts for messages that are to be discarded.
 

Method Detail

getConfiguration

AuditConfiguration getConfiguration(java.util.Properties p)
                                    throws AuditConfigurationException
Obtain the set of contexts for messages that are to be discarded. If this method returns an empty set, then messages in all contexts are being recorded; if not empty, then messages with a context in the returned set are discarded and messages for all other contexts recorded.

Returns:
the set of contexts for messages that are to be discarded
Throws:
AuditConfigurationException


Copyright © 2009. All Rights Reserved.