|
Oracle Application Server DMS API Reference 10g Release 3 (10.1.3.1.0) B28943-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Schema
s in results. Acceptable values are true" or "false". The default is "true".Row
s in results. Acceptable values are "true" or "false". The default is "true".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 Table s. |
Method Detail |
---|
java.lang.String[] getTableNames(NamedValue[] properties)
properties
- a list of name-value pairs containing auxilary information for this method.int tableCount(NamedValue[] properties)
Table
s.properties
- a list of name-value pairs containing auxilary information for this method.Table
s.Table[] getTables(java.lang.String[] tableNames, NamedValue[] values, NamedValue[] properties)
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
.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.Table
.Table[] queryTables(java.lang.String adml, java.lang.String[] tableNames, NamedValue[] values, NamedValue[] properties) throws AdmlException
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
.adml
- ADML documenttableNames
- 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.Table
.AdmlException
- if an error occurred
|
Oracle Application Server DMS API Reference 10g Release 3 (10.1.3.1.0) B28943-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |