Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


oracle.security.jps.service.audit
Class AuditProperties

java.lang.Object
  extended by oracle.security.jps.service.audit.AuditProperties


public class AuditProperties
extends java.lang.Object
Since:
release specific (what release of product did this appear in)
Version:
$Header: jazn/jps/src/jps-api/oracle/security/jps/service/audit/AuditProperties.java st_j2ee_sregmi_audit_jps_service/4 2008/07/31 14:48:18 sregmi Exp $
Author:
pdatta

Constructor Summary
AuditProperties()
           

 

Method Summary
 java.net.URL getComponentEvents()
          Return the path to the component_events.xml
 java.lang.String getLogDirectory()
           
 long getLogDirSize()
           
 long getLogFileSize()
           
 void setComponentEvents(java.net.URL componentEvents)
          set the path to the component_events.xml
 void setLogDirectory(java.lang.String logDirectory)
          Set this to override the busstop directory.
 void setLogDirSize(long logDirSize)
          Set the maximum size of all logFiles in the directory.
 void setLogFileSize(long logFileSize)
          Set the size of each log file .

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AuditProperties

public AuditProperties()

Method Detail

setLogDirectory

public void setLogDirectory(java.lang.String logDirectory)
Set this to override the busstop directory. This should be only used in the standalone mode, or in unit tests, because if you override the busstop directory the AuditLoader won't be able to find it.
Parameters:
logDirectory -

getLogDirectory

public java.lang.String getLogDirectory()

setLogFileSize

public void setLogFileSize(long logFileSize)
Set the size of each log file . Default is 5MB
Parameters:
size -

getLogFileSize

public long getLogFileSize()

getLogDirSize

public long getLogDirSize()

setLogDirSize

public void setLogDirSize(long logDirSize)
Set the maximum size of all logFiles in the directory. 0 means unlimited Defualt 0
Parameters:
logDirSize -

getComponentEvents

public java.net.URL getComponentEvents()
Return the path to the component_events.xml
Returns:

setComponentEvents

public void setComponentEvents(java.net.URL componentEvents)
set the path to the component_events.xml
Parameters:
componentEvents -

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.