StatusCache MBean

Partial ObjectName:
WebSphere:*,type=StatusCache


MBean StatusCache

Cache for Notifications and Report Generation.


Operation Summary

voidsendReport(java.lang.Boolean force)
           WebSphere internal use only: Builds a report and sends it back as an event.
voidsendReport()
           WebSphere internal use only: Builds a report and sends it back as an event.
voidplaceReport(com.ibm.ws.management.status.StatusReport report)
           WebSphere internal use only: Builds a report and sends it back as an event.
java.lang.StringdumpCache()
           WebSphere internal use only: Dump the contents of the cache.

Notification Summary

websphere.status.report
           WebSphere internal use only: A new status report has been built.

Operation Detail

sendReport

public void sendReport(java.lang.Boolean force)

     WebSphere internal use only: Builds a report and sends it back as an event.

Parameters:

     force - To Force the Refresh of the Cache, set this to true

Security Roles:

     administrator
     operator


sendReport

public void sendReport()

     WebSphere internal use only: Builds a report and sends it back as an event.

Security Roles:

     administrator
     operator


placeReport

public void placeReport(com.ibm.ws.management.status.StatusReport report)

     WebSphere internal use only: Builds a report and sends it back as an event.

Parameters:

     report - Report to set in the currect cache

Security Roles:

     administrator
     operator


dumpCache

public java.lang.String dumpCache()

     WebSphere internal use only: Dump the contents of the cache.

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


Notification Detail

websphere.status.report

     WebSphere internal use only: A new status report has been built.

Severity:

6  (Normal, Cleared, or Informative)


Copyright IBM Corporation 2002, 2012