PmiRmJmxService MBean


Attribute Summary
java.lang.IntegertraceBufferSize
           the size of the trace buffer.
java.lang.IntegertraceLevel
           the trace level.

Operation Summary
voidsetFilters(java.lang.String filterTypeString, java.lang.String[] filterStrings, java.lang.Boolean[] filtersEnabled)
           Set the filter values for the specified type.
voidenableRm(java.lang.Boolean fEnable)
           Enable or disable Request Metrics.
java.lang.BooleanisRmEnabled()
           Is Request Metrics enabled.
voidenableARM(java.lang.Boolean fEnable)
           Enable or disable ARM.
java.lang.BooleanisARMEnabled()
           Is ARM enabled.
java.lang.String[]getFilterTypes()
           Return an array of Strings describing the defined filter types.
java.lang.String[]getFilters(java.lang.String filterType)
           Return an array of Strings describing a filter of specified type.
java.lang.Boolean[]getFiltersEnabled(java.lang.String filterType)
           Return an array of Booleans for a filtertype describing the state of each filter.
voidenableFilter(java.lang.String filterType, java.lang.Boolean fEnable)
           Enable filter type by name.
voidcommitConfig()
           Commit config changes.
voidcommitConfigWithComment(java.lang.String comment)
           Commit config changes with optional comment.

Attribute Detail

traceBufferSize

public java.lang.Integer traceBufferSize
the size of the trace buffer.

traceLevel

public java.lang.Integer traceLevel
the trace level.

Operation Detail

setFilters

public void setFilters(java.lang.String filterTypeString, java.lang.String[] filterStrings, java.lang.Boolean[] filtersEnabled)
Set the filter values for the specified type.
Parameters:
filterTypeString - a String describing the filter type.
filterStrings - strings describing the filters.
filtersEnabled - Booleans describing individual filter state.

enableRm

public void enableRm(java.lang.Boolean fEnable)
Enable or disable Request Metrics.
Parameters:
fEnable - Boolean enable/disable flag.

isRmEnabled

public java.lang.Boolean isRmEnabled()
Is Request Metrics enabled.

enableARM

public void enableARM(java.lang.Boolean fEnable)
Enable or disable ARM.
Parameters:
fEnable - Boolean enable/disable flag.

isARMEnabled

public java.lang.Boolean isARMEnabled()
Is ARM enabled.

getFilterTypes

public java.lang.String[] getFilterTypes()
Return an array of Strings describing the defined filter types.

getFilters

public java.lang.String[] getFilters(java.lang.String filterType)
Return an array of Strings describing a filter of specified type.
Parameters:
filterType - Filter type.

getFiltersEnabled

public java.lang.Boolean[] getFiltersEnabled(java.lang.String filterType)
Return an array of Booleans for a filtertype describing the state of each filter.
Parameters:
filterType - Filter type.

enableFilter

public void enableFilter(java.lang.String filterType, java.lang.Boolean fEnable)
Enable filter type by name.
Parameters:
filterType - Filter type.
fEnable - Enable/disable flag.

commitConfig

public void commitConfig()
Commit config changes.

commitConfigWithComment

public void commitConfigWithComment(java.lang.String comment)
Commit config changes with optional comment.
Parameters:
comment - comment

Copyright IBM Corp. 1996-2003