Operation Summary | |
void | setInstrumentationLevel( Set the instrumentation level for the MBean specified in MBeanLevelSpec to be the new level as specified in MBenaLevelSpec and return the updated MBeanLevelSpecs in the server |
void | setInstrumentationLevel( Set the instrumentation level for the MBeans specified in MBeanLevelSpec[] to be the new levels as specified in MBenaLevelSpec[] and return the updated MBeanLevelSpecs in the server |
void | setInstrumentationLevel( Set the instrumentation level based on the levels specified in the string parameter |
com.ibm.websphere.pmi.stat.MBeanLevelSpec[] | getInstrumentationLevel( Return an array of MBeanLevelSpec - the descriptor including a MBean ObjectName, an optional StatDescriptor, and the instrumentation level |
com.ibm.websphere.pmi.stat.MBeanLevelSpec[] | getInstrumentationLevel( Return an array of MBeanLevelSpec - the descriptor including a MBean ObjectName, an optional StatDescriptor, and the instrumentation level |
java.lang.String | getInstrumentationLevelString() Return the String for the top level PMI modules - a string with a list of PMI_MODULE_NAME=LEVEL seperated by ':' |
com.ibm.websphere.pmi.PmiModuleConfig[] | getConfigs() return the static descriptions of performance data in all statistic providers |
com.ibm.websphere.pmi.PmiModuleConfig | getConfig( return the static descriptions of performance data with the specified MBean ObjectName |
com.ibm.websphere.pmi.stat.MBeanStatDescriptor[] | listStatMembers( Return an array of MBeanStatDescriptors for its immediate children in PMI hierarchy |
com.ibm.websphere.pmi.stat.MBeanStatDescriptor[] | listStatMembers( Return an array of MBeanStatDescriptors for its immediate children in PMI hierarchy |
java.lang.String | listStatMemberNames( Return a list of submodule names under the MBean |
java.lang.String | getStatsString( Return the Stats Object in String |
java.lang.String | getStatsString( Return the Stats Object in String |
com.ibm.websphere.pmi.stat.Stats | getStatsObject( Return the Stats Object for the ObjectName |
com.ibm.websphere.pmi.stat.Stats | getStatsObject( Returns Stats object for the MBeanStatDescriptor which includes an ObjectName and an optional StatDescriptor |
com.ibm.websphere.pmi.stat.Stats[] | getStatsArray( Returns an array of Stats objects for the array of ObjectNames |
com.ibm.websphere.pmi.stat.Stats[] | getStatsArray( Returns an array of Stats objects for the array of MBeanStatDescriptors |
com.ibm.websphere.pmi.stat.Stats | getStatsObject( Return the Stats Object for the DataDescriptor |
com.ibm.websphere.pmi.stat.Stats[] | getStatsArray( Returns an array of Stats objects for the array of DataDescriptors |
com.ibm.ws.pmi.server.DataDescriptor[] | listStatMembers( Return an array of DataDescriptors for its immediate children in PMI hierarchy |
void | setInstrumentationLevel( Set the instrumentation level for the PMI module specified in PerfLevelDescriptor to be the new level |
void | setInstrumentationLevel( Set the instrumentation level for the PMI module specified in PerfLevelDescriptor to be the new level |
com.ibm.ws.pmi.server.PerfLevelDescriptor[] | getInstrumentationLevel( Return an array of PerfLevelDescriptor for the given PMI module |
Operation Detail |
public void setInstrumentationLevel(com.ibm.websphere.pmi.stat.MBeanLevelSpec mbeanLevelSpec,
java.lang.Boolean recursive
)
mbeanLevelSpec
-
A descriptor including a MBean ObjectName, an optional StatDescriptor, and the instrumentation levelrecursive
-
Is operation recursive?
public void setInstrumentationLevel(com.ibm.websphere.pmi.stat.MBeanLevelSpec[] mbeanLevelSpec,
java.lang.Boolean recursive
)
mbeanLevelSpec
-
An array of descriptors including a MBean ObjectName, an optional StatDescriptor, and the instrumentation levelrecursive
-
Is operation recursive?
public void setInstrumentationLevel(java.lang.String levelSpecString,
java.lang.Boolean recursive
)
levelSpecString
-
The instrumentation level settings in String formatrecursive
-
Is operation recursive?
public com.ibm.websphere.pmi.stat.MBeanLevelSpec[] getInstrumentationLevel(javax.management.ObjectName objectName,
java.lang.Boolean recursive
)
objectName
-
The ObjectName for the requested MBeanrecursive
-
Is operation recursive?
public com.ibm.websphere.pmi.stat.MBeanLevelSpec[] getInstrumentationLevel(com.ibm.websphere.pmi.stat.MBeanStatDescriptor msd,
java.lang.Boolean recursive
)
msd
-
The descriptor including the MBean ObjectName and an optional StatDescriptorrecursive
-
Is operation recursive?
public java.lang.String getInstrumentationLevelString()
public com.ibm.websphere.pmi.PmiModuleConfig[] getConfigs()
public com.ibm.websphere.pmi.PmiModuleConfig getConfig(javax.management.ObjectName objectName
)
objectName
-
The ObjectName for the requested MBean
public com.ibm.websphere.pmi.stat.MBeanStatDescriptor[] listStatMembers(javax.management.ObjectName objectName
)
objectName
-
The ObjectName for the requested MBean
public com.ibm.websphere.pmi.stat.MBeanStatDescriptor[] listStatMembers(com.ibm.websphere.pmi.stat.MBeanStatDescriptor objectName
)
objectName
-
The descriptor including the MBean ObjectName and an optional StatDescriptor
public java.lang.String listStatMemberNames(javax.management.ObjectName objectName
)
objectName
-
The ObjectName for the requested MBean
public java.lang.String getStatsString(javax.management.ObjectName objectName,
java.lang.Boolean recursive
)
objectName
-
The ObjectName for the requested MBeanrecursive
-
Is operation recursive?
public java.lang.String getStatsString(javax.management.ObjectName objectName,
java.lang.String submoduleName,
java.lang.Boolean recursive
)
objectName
-
The ObjectName for the requested MBeansubmoduleName
-
Name of the submodule in that MBeanrecursive
-
Is operation recursive?
public com.ibm.websphere.pmi.stat.Stats getStatsObject(javax.management.ObjectName objectName,
java.lang.Boolean recursive
)
objectName
-
The ObjectName for the requested MBeanrecursive
-
Is operation recursive?
public com.ibm.websphere.pmi.stat.Stats getStatsObject(com.ibm.websphere.pmi.stat.MBeanStatDescriptor msd,
java.lang.Boolean recursive
)
msd
-
The descriptor including the target ObjectName and an optional StatDescriptorrecursive
-
Is operation recursive?
public com.ibm.websphere.pmi.stat.Stats[] getStatsArray(javax.management.ObjectName[] objectName,
java.lang.Boolean recursive
)
objectName
-
Array of names of the target Objectsrecursive
-
Is operation recursive?
public com.ibm.websphere.pmi.stat.Stats[] getStatsArray(com.ibm.websphere.pmi.stat.MBeanStatDescriptor[] msd,
java.lang.Boolean recursive
)
msd
-
An array of descriptors including the target ObjectNames and optional StatDescriptorsrecursive
-
Is operation recursive?
public com.ibm.websphere.pmi.stat.Stats getStatsObject(com.ibm.ws.pmi.server.DataDescriptor datadescriptor,
java.lang.Boolean recursive
)
datadescriptor
-
DataDescriptor for the requested PMI modulerecursive
-
Is operation recursive?
public com.ibm.websphere.pmi.stat.Stats[] getStatsArray(com.ibm.ws.pmi.server.DataDescriptor[] dataDescriptor,
java.lang.Boolean recursive
)
dataDescriptor
-
An array of Data Descriptorsrecursive
-
Is operation recursive?
public com.ibm.ws.pmi.server.DataDescriptor[] listStatMembers(com.ibm.ws.pmi.server.DataDescriptor dataDescriptor
)
dataDescriptor
-
DataDescriptor for the requested PMI module
public void setInstrumentationLevel(com.ibm.ws.pmi.server.PerfLevelDescriptor perfLevelSpec,
java.lang.Boolean recursive
)
perfLevelSpec
-
A PerfDescriptorrecursive
-
Is operation recursive?
public void setInstrumentationLevel(com.ibm.ws.pmi.server.PerfLevelDescriptor[] perfLevelSpec,
java.lang.Boolean recursive
)
perfLevelSpec
-
PerfDescriptor arrayrecursive
-
Is operation recursive?
public com.ibm.ws.pmi.server.PerfLevelDescriptor[] getInstrumentationLevel(com.ibm.ws.pmi.server.DataDescriptor dataDescriptor,
java.lang.Boolean recursive
)
dataDescriptor
-
The DataDescriptor for the requested PMI modulerecursive
-
Is operation recursive?