WebSphere:*,type=BBSON 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.
5.1 XD
Operation Summary | |
|---|---|
com.ibm.websphere.bbson.jmx.BBSnapshot | getSnapshot()A snapshot of the local bulletinboards state |
com.ibm.websphere.bbson.jmx.AbstractDump | getAbstractStateDump()Fetches a text dump of the local abstract internal state |
java.lang.String | getConcreteStateDump()Fetches a text dump of the local concrete internal state |
com.ibm.websphere.bbson.jmx.BBIORates | getIORates()Returns a snapshot of recent I/O rates |
int | getStatisticsPrintTimeout()Returns a local bulletin boards statistics print timeout |
void | setStatisticsPrintTimeout(Sets a local bulletin boards statistics print timeout |
Operation Detail |
|---|
public com.ibm.websphere.bbson.jmx.BBSnapshot getSnapshot()
A snapshot of the local bulletinboards state administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public com.ibm.websphere.bbson.jmx.AbstractDump getAbstractStateDump()
Fetches a text dump of the local abstract internal state administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String getConcreteStateDump()
Fetches a text dump of the local concrete internal state administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public com.ibm.websphere.bbson.jmx.BBIORates getIORates()
Returns a snapshot of recent I/O rates administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public int getStatisticsPrintTimeout()
Returns a local bulletin boards statistics print timeout administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public void setStatisticsPrintTimeout(int timeout)
Sets a local bulletin boards statistics print timeout 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.
administrator
operator