java.lang.Object | |||
↳ | com.microstrategy.web.beans.GenericEventHandler | ||
↳ | com.microstrategy.web.beans.SysEventHandler | ||
↳ | com.microstrategy.web.admin.beans.DiagnosticsBeanEventHandler |
Title: DiagnosticsBeanEventHandler.
Default event handler for the DiagnosticsBean
.
This class takes care of processing the events related and/or triggered
by the DiagnosticsBean
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DiagnosticsBeanEventHandler()
Class Constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Class |
getSupportedWebComponentType()
Returns the
WebComponent class handled by this transform. | ||||||||||
WebComponent |
getWebComponent()
Get the corresponding web component
(should be of
DiagnosticsBean type) for this event handler | ||||||||||
boolean |
handleRequest(RequestKeys keys)
Handle request specified by the RequestKeys
| ||||||||||
void |
setWebComponent(WebComponent component)
Set the corresponding web component
(should be of
DiagnosticsBean type) for this event handler |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Class Constructor. Create a new instance of the handler.
Returns the WebComponent
class handled by this transform. For this
instance, it will be DiagnosticsBean
Class
of the WebComponent
this event
handler is associated with.
Get the corresponding web component
(should be of DiagnosticsBean
type) for this event handler
Handle request specified by the RequestKeys
keys | RequestKeys instance with the input request information |
---|
WebException | if an error happened while processing the request |
---|
Set the corresponding web component
(should be of DiagnosticsBean
type) for this event handler
component | the input web component |
---|