Attribute Summary | |
java.lang.Integer | traceBufferSize the size of the trace buffer. |
java.lang.Integer | traceLevel the trace level. |
Operation Summary | |
void | setFilters( Set the filter values for the specified type. |
void | enableRm( Enable or disable Request Metrics. |
java.lang.Boolean | isRmEnabled() Is Request Metrics enabled. |
void | enableARM( Enable or disable ARM. |
java.lang.Boolean | isARMEnabled() Is ARM enabled. |
java.lang.String[] | getFilterTypes() Return an array of Strings describing the defined filter types. |
java.lang.String[] | getFilters( Return an array of Strings describing a filter of specified type. |
java.lang.Boolean[] | getFiltersEnabled( Return an array of Booleans for a filtertype describing the state of each filter. |
void | enableFilter( Enable filter type by name. |
void | commitConfig() Commit config changes. |
void | commitConfigWithComment( Commit config changes with optional comment. |
Attribute Detail |
public java.lang.Integer traceBufferSize
public java.lang.Integer traceLevel
Operation Detail |
public void setFilters(java.lang.String filterTypeString,
java.lang.String[] filterStrings,
java.lang.Boolean[] filtersEnabled
)
filterTypeString
-
a String describing the filter type.filterStrings
-
strings describing the filters.filtersEnabled
-
Booleans describing individual filter state.
public void enableRm(java.lang.Boolean fEnable
)
fEnable
-
Boolean enable/disable flag.
public java.lang.Boolean isRmEnabled()
public void enableARM(java.lang.Boolean fEnable
)
fEnable
-
Boolean enable/disable flag.
public java.lang.Boolean isARMEnabled()
public java.lang.String[] getFilterTypes()
public java.lang.String[] getFilters(java.lang.String filterType
)
filterType
-
Filter type.
public java.lang.Boolean[] getFiltersEnabled(java.lang.String filterType
)
filterType
-
Filter type.
public void enableFilter(java.lang.String filterType,
java.lang.Boolean fEnable
)
filterType
-
Filter type.fEnable
-
Enable/disable flag.
public void commitConfig()
public void commitConfigWithComment(java.lang.String comment
)
comment
-
comment