Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Enterprise Edition Systems Management
11g Release 1(11.1.1)

E16455-01


oracle.bi.management.adminservices.mbeans
Interface BISizeAgeLogConfigurationMBean

All Known Subinterfaces:
BILogConfigurationMBean

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.BISizeAgeLogConfigurationMBean.description",
             resourceBundleBasename="oracle_bi_management_adminservices_rsc_BIMBeanMsg")
public interface BISizeAgeLogConfigurationMBean

Defines an MBean interface for managing query log file settings. To ensure that exceptions are correctly reported in clients such as JConsole, which typically do not have BIEE jars, only standard exceptions are surfaced here.


Method Summary
 int getMaxFileAgeDays()
          Returns the max age a log file can be active for.
 int getMaxFileAgeDaysMax()
          Returns the max range of max age a log file can be active for.
 int getMaxFileSizeKB()
          Returns the current value which specifies the maximum size in kilobytes that the log file can reach.
 int getMaxFileSizeKBMax()
          Returns max range of the maximum size in kilobytes that the log file can reach.
 int getUserLogMaxFileAgeDays()
          Returns the maximum age in days that the user/query log can reach prior to cycling.
 int getUserLogMaxFileAgeDaysMax()
          Returns the max range of maximum age in days that the user/query log can reach prior to cycling.
 int getUserLogMaxFileSizeKB()
          Returns the maximum size in kilobytes that the user/query log can reach prior to cycling.
 int getUserLogMaxFileSizeKBMax()
          Returns the max range of maximum size in kilobytes that the user/query log can reach prior to cycling.
 void setMaxFileAgeDays(int maxFileAge)
          Set the maximum age in days that the log file can be used until they are rolled over to a new file.
 void setMaxFileSizeKB(int maxFileSize)
          Sets the maximum size in kilobytes that the log file may reach.
 void setUserLogMaxFileAgeDays(int maxFileAge)
          Set the maximum days the user/query log file can be before it is cycled.
 void setUserLogMaxFileSizeKB(int maxFileSize)
          Sets the maximum size in kilobytes that the user/query log can reach before being cycled.

 

Method Detail

setMaxFileSizeKB

void setMaxFileSizeKB(int maxFileSize)
                      throws java.lang.IllegalArgumentException
Sets the maximum size in kilobytes that the log file may reach.
Parameters:
maxFileSize - Max size a log file may reach.
Throws:
java.lang.IllegalArgumentException

getMaxFileSizeKB

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.BISizeAgeLogConfigurationMBean.MaxFileSizeKB",
             resourceBundleBasename="oracle_bi_management_adminservices_rsc_BIMBeanMsg")
int getMaxFileSizeKB()
Returns the current value which specifies the maximum size in kilobytes that the log file can reach.
Returns:
Max size a log file may reach.

setMaxFileAgeDays

void setMaxFileAgeDays(int maxFileAge)
                       throws java.lang.IllegalArgumentException
Set the maximum age in days that the log file can be used until they are rolled over to a new file.
Parameters:
maxFileAge - Max age a log file can be active for.
Throws:
java.lang.IllegalArgumentException

getMaxFileAgeDays

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.BISizeAgeLogConfigurationMBean.MaxFileAgeDays",
             resourceBundleBasename="oracle_bi_management_adminservices_rsc_BIMBeanMsg")
int getMaxFileAgeDays()
Returns the max age a log file can be active for.
Returns:
Max age a log file can be active for.

setUserLogMaxFileSizeKB

void setUserLogMaxFileSizeKB(int maxFileSize)
                             throws java.lang.IllegalArgumentException
Sets the maximum size in kilobytes that the user/query log can reach before being cycled.
Parameters:
maxFileSize - Must be greater than 0.
Throws:
java.lang.IllegalArgumentException

getUserLogMaxFileSizeKB

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.BISizeAgeLogConfigurationMBean.UserLogMaxFileSizeKB",
             resourceBundleBasename="oracle_bi_management_adminservices_rsc_BIMBeanMsg")
int getUserLogMaxFileSizeKB()
Returns the maximum size in kilobytes that the user/query log can reach prior to cycling.
Returns:
Size in kilobytes. Will be greater or equal to 1.

setUserLogMaxFileAgeDays

void setUserLogMaxFileAgeDays(int maxFileAge)
                              throws java.lang.IllegalArgumentException
Set the maximum days the user/query log file can be before it is cycled.
Parameters:
maxFileAge - Must be greater than 0.
Throws:
java.lang.IllegalArgumentException

getUserLogMaxFileAgeDays

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.BISizeAgeLogConfigurationMBean.UserLogMaxFileAgeDays",
             resourceBundleBasename="oracle_bi_management_adminservices_rsc_BIMBeanMsg")
int getUserLogMaxFileAgeDays()
Returns the maximum age in days that the user/query log can reach prior to cycling.
Returns:
Number of days. Will be greater or equal to 1.

getMaxFileSizeKBMax

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.BISizeAgeLogConfigurationMBean.MaxFileSizeKBMax",
             resourceBundleBasename="oracle_bi_management_adminservices_rsc_BIMBeanMsg")
int getMaxFileSizeKBMax()
Returns max range of the maximum size in kilobytes that the log file can reach.

getMaxFileAgeDaysMax

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.BISizeAgeLogConfigurationMBean.MaxFileAgeDaysMax",
             resourceBundleBasename="oracle_bi_management_adminservices_rsc_BIMBeanMsg")
int getMaxFileAgeDaysMax()
Returns the max range of max age a log file can be active for.

getUserLogMaxFileSizeKBMax

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.BISizeAgeLogConfigurationMBean.UserLogMaxFileSizeKBMax",
             resourceBundleBasename="oracle_bi_management_adminservices_rsc_BIMBeanMsg")
int getUserLogMaxFileSizeKBMax()
Returns the max range of maximum size in kilobytes that the user/query log can reach prior to cycling.

getUserLogMaxFileAgeDaysMax

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.BISizeAgeLogConfigurationMBean.UserLogMaxFileAgeDaysMax",
             resourceBundleBasename="oracle_bi_management_adminservices_rsc_BIMBeanMsg")
int getUserLogMaxFileAgeDaysMax()
Returns the max range of maximum age in days that the user/query log can reach prior to cycling.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Enterprise Edition Systems Management
11g Release 1(11.1.1)

E16455-01


Copyright © 2010, Oracle. All rights reserved.