BBSON MBean

Partial ObjectName:
WebSphere:*,type=BBSON

ResourceInstanceIdentifier:

The resource being modified for the MBean is of type Server
The instance is identified by the value of key server in the MBean's Object Name


MBean BBSON

Management interface for the SON-based Bulletin Board service.

Since:
5.1 XD

Operation Summary
com.ibm.websphere.bbson.jmx.BBSnapshotgetSnapshot()
           A snapshot of the local bulletinboards state
com.ibm.websphere.bbson.jmx.AbstractDumpgetAbstractStateDump()
           Fetches a text dump of the local abstract internal state
java.lang.StringgetConcreteStateDump()
           Fetches a text dump of the local concrete internal state
com.ibm.websphere.bbson.jmx.BBIORatesgetIORates()
           Returns a snapshot of recent I/O rates
intgetStatisticsPrintTimeout()
           Returns a local bulletin boards statistics print timeout
voidsetStatisticsPrintTimeout(int timeout)
           Sets a local bulletin boards statistics print timeout

Operation Detail

getSnapshot

public com.ibm.websphere.bbson.jmx.BBSnapshot getSnapshot()
A snapshot of the local bulletinboards state
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getAbstractStateDump

public com.ibm.websphere.bbson.jmx.AbstractDump getAbstractStateDump()
Fetches a text dump of the local abstract internal state
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getConcreteStateDump

public java.lang.String getConcreteStateDump()
Fetches a text dump of the local concrete internal state
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getIORates

public com.ibm.websphere.bbson.jmx.BBIORates getIORates()
Returns a snapshot of recent I/O rates
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getStatisticsPrintTimeout

public int getStatisticsPrintTimeout()
Returns a local bulletin boards statistics print timeout
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

setStatisticsPrintTimeout

public void setStatisticsPrintTimeout(int timeout)
Sets a local bulletin boards statistics print timeout
Parameters:
timeout - A new statistics print timeout in milliseconds. If the given timeout is less or equal to null, the statistics will continue to be gathered, but will not be printed.
Security Roles:
administrator
operator

Copyright IBM Corp. 1996-2005