com.bea.ld
Interface DataServiceAudit


public interface DataServiceAudit


Field Summary
static java.lang.String VERSION
           
 
Method Summary
 java.util.List getAllRecords()
           
 java.lang.Object[] getProperty(java.lang.String id)
           
 java.util.List getRecords(java.lang.String type)
           
 java.lang.String getVersion()
          Version of the audit event.
 

Field Detail

VERSION

public static final java.lang.String VERSION
See Also:
Constant Field Values
Method Detail

getAllRecords

public java.util.List getAllRecords()
Returns:
a list of DSPAuditRecords

getRecords

public java.util.List getRecords(java.lang.String type)
Returns:
a list of com.bea.ld.DSPAuditRecords for the specified type

getProperty

public java.lang.Object[] getProperty(java.lang.String id)
Parameters:
id -
Returns:
returns all values, in all records for the id audit property

getVersion

public java.lang.String getVersion()
Version of the audit event. New releases of DSP may have different content of the audit message

Returns:
VERSION


Copyright © 2006 BEA Systems Inc. All Rights Reserved.