BBSON MBean

Partial ObjectName:
WebSphere:*,type=BBSON


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

getAbstractStateDump

public com.ibm.websphere.bbson.jmx.AbstractDump getAbstractStateDump()
Fetches a text dump of the local abstract internal state

getConcreteStateDump

public java.lang.String getConcreteStateDump()
Fetches a text dump of the local concrete internal state

getIORates

public com.ibm.websphere.bbson.jmx.BBIORates getIORates()
Returns a snapshot of recent I/O rates

getStatisticsPrintTimeout

public int getStatisticsPrintTimeout()
Returns a local bulletin boards statistics print timeout

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.

Copyright IBM Corp. 1996 - 2007