WebSphere:*,type=StatusCache
MBean StatusCache
Cache for Notifications and Report Generation.
Operation Summary | |
void | sendReport( WebSphere internal use only: Builds a report and sends it back as an event. |
void | sendReport() WebSphere internal use only: Builds a report and sends it back as an event. |
void | placeReport( WebSphere internal use only: Builds a report and sends it back as an event. |
java.lang.String | dumpCache() 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 |
public void sendReport(java.lang.Boolean force
)
force
-
To Force the Refresh of the Cache, set this to true
public void sendReport()
public void placeReport(com.ibm.ws.management.status.StatusReport report
)
report
-
Report to set in the currect cache
public java.lang.String dumpCache()
Notification Detail |