com.bea.ld
Interface DSPAuditRecord


public interface DSPAuditRecord

DSPAuditRecord is an unit of information within an instance of DSPAuditEvent


Method Summary
 java.util.Map getAuditProperties()
          Returns a map of audit properties with a string identifier, like "a/b/c/d", and an Object value, that may be a String, String[], Boolean, Integer, Long, or Date
 java.lang.String getRecordType()
          Returns type identifier for this record in the form "a/b/c"
 

Method Detail

getRecordType

java.lang.String getRecordType()
Returns type identifier for this record in the form "a/b/c"

Returns:
record type identifier

getAuditProperties

java.util.Map getAuditProperties()
Returns a map of audit properties with a string identifier, like "a/b/c/d", and an Object value, that may be a String, String[], Boolean, Integer, Long, or Date

Returns:
audit properties recorded in this record.


Copyright © 2007 BEA Systems Inc. All Rights Reserved.