Skip navigation links

Oracle Application Server DMS API Reference
10g Release 3 (10.1.3.1.0)

B28943-01


oracle.dms.jmx
Interface AggreMBeanIntf


public interface AggreMBeanIntf

This interface contains the operations that are exposed as the operations of AggreMBean. The following shows a list of properties that can be used in the operations of AggreMBean.

oracle.dms.jmx.include.schema
Whether to include Schemas in results. Acceptable values are true" or "false". The default is "true".
oracle.dms.jmx.include.rows
Whether to include Rows in results. Acceptable values are "true" or "false". The default is "true".
oracle.dms.jmx.ecid
ECID for this request. It will show at the end of log messages.
oracle.dms.jmx.timeout
Duration in milliseconds for this request to timeout.
oracle.dms.jmx.level
Logging level for this request. Acceptable values are "INFO", "FINE", "FINER", "FINEST".
oracle.dms.jmx.interval
Approximate duration in milliseconds till next retrieval.
Since:
Oracle Application Server 10g (10.1.3)

Method Summary
 java.lang.String[] getTableNames(NamedValue[] properties)
          Gets an array of table names.
 Table[] getTables(java.lang.String[] tableNames, NamedValue[] values, NamedValue[] properties)
          Gets an array of Table in the same order as the given table names.
 Table[] queryTables(java.lang.String adml, java.lang.String[] tableNames, NamedValue[] values, NamedValue[] properties)
          Gets an array of Table in the same order as the given table names according to the given ADML document.
 int tableCount(NamedValue[] properties)
          Returns number of Tables.

 

Method Detail

getTableNames

java.lang.String[] getTableNames(NamedValue[] properties)
Gets an array of table names.
Parameters:
properties - a list of name-value pairs containing auxilary information for this method.
Returns:
an array of table names.
Since:
Oracle Application Server 10g (10.1.3)

tableCount

int tableCount(NamedValue[] properties)
Returns number of Tables.
Parameters:
properties - a list of name-value pairs containing auxilary information for this method.
Returns:
number of Tables.
Since:
Oracle Application Server 10g (10.1.3)

getTables

Table[] getTables(java.lang.String[] tableNames,
                  NamedValue[] values,
                  NamedValue[] properties)
Gets an array of Table in the same order as the given table names. For a given table name, if there is no such Table, the corresponding element in the return array will be filled with null.
Parameters:
tableNames - a array of table names.
values - variable values used for parameterized query by metric rules.
properties - a list of name-value pairs containing auxilary information for this method.
Returns:
an array of Table.
Since:
Oracle Application Server 10g (10.1.3)

queryTables

Table[] queryTables(java.lang.String adml,
                    java.lang.String[] tableNames,
                    NamedValue[] values,
                    NamedValue[] properties)
                    throws AdmlException
Gets an array of Table in the same order as the given table names according to the given ADML document. For a given table name, if there is no such Table, the corresponding element in the return array will be filled with null.
Parameters:
adml - ADML document
tableNames - a array of table names.
values - variable values used for parameterized query by metric rules.
properties - a list of name-value pairs containing auxilary information for this method.
Returns:
an array of Table.
Throws:
AdmlException - if an error occurred
Since:
Oracle Application Server 10g (10.1.3)

Skip navigation links

Oracle Application Server DMS API Reference
10g Release 3 (10.1.3.1.0)

B28943-01


Copyright © 2004, 2006, Oracle. All Rights Reserved.