com.ibm.websphere.smf
Interface SmfEventNotifier
- public interface SmfEventNotifier
Field Summary
Modifier and Type | Field and Description |
---|---|
|
smf120Subtype9
Qualifier for an event relating to SMF 120 subtype 9
|
|
smfRecordingOffFor120Subtype
Event ID for when SMF 120 Recording turns off
|
|
smfRecordingOnFor120Subtype
Event ID for when SMF 120 Recording turns on
|
|
smfSt9AsyncSectionOff
Event ID for when the SMF 120-9 Async section turns off
|
|
smfSt9AsyncSectionOn
Event ID for when the SMF 120-9 Async section turns on
|
|
smfSt9CpuUsageSectionOff
Event ID for when the SMF 120-9 CPU Usage section turns off
|
|
smfSt9CpuUsageSectionOn
Event ID for when the SMF 120-9 CPU Usage section turns on
|
|
smfSt9SecuritySectionOff
Event ID for when the SMF 120-9 Security section turns off
|
|
smfSt9SecuritySectionOn
Event ID for when the SMF 120-9 Security section turns on
|
|
smfSt9TimestampsSectionOff
Event ID for when the SMF 120-9 Timestamps section turns off
|
|
smfSt9TimestampsSectionOn
Event ID for when the SMF 120-9 Timestamps section turns on
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
eventOccurred(int eventId,int qualifier)
Called when a change has occurred in the SMF status of the server.
|
|
identifySelf()
Called for diagnostic purposes
|
Field Detail
smfRecordingOnFor120Subtype
- static final int smfRecordingOnFor120Subtype
Event ID for when SMF 120 Recording turns on
See Also:
smfRecordingOffFor120Subtype
- static final int smfRecordingOffFor120Subtype
Event ID for when SMF 120 Recording turns off
See Also:
smfSt9CpuUsageSectionOn
- static final int smfSt9CpuUsageSectionOn
Event ID for when the SMF 120-9 CPU Usage section turns on
See Also:
smfSt9CpuUsageSectionOff
- static final int smfSt9CpuUsageSectionOff
Event ID for when the SMF 120-9 CPU Usage section turns off
See Also:
smfSt9TimestampsSectionOn
- static final int smfSt9TimestampsSectionOn
Event ID for when the SMF 120-9 Timestamps section turns on
See Also:
smfSt9TimestampsSectionOff
- static final int smfSt9TimestampsSectionOff
Event ID for when the SMF 120-9 Timestamps section turns off
See Also:
smfSt9SecuritySectionOn
- static final int smfSt9SecuritySectionOn
Event ID for when the SMF 120-9 Security section turns on
See Also:
smfSt9SecuritySectionOff
- static final int smfSt9SecuritySectionOff
Event ID for when the SMF 120-9 Security section turns off
See Also:
smfSt9AsyncSectionOn
- static final int smfSt9AsyncSectionOn
Event ID for when the SMF 120-9 Async section turns on
See Also:
smfSt9AsyncSectionOff
- static final int smfSt9AsyncSectionOff
Event ID for when the SMF 120-9 Async section turns off
See Also:
smf120Subtype9
- static final int smf120Subtype9
Qualifier for an event relating to SMF 120 subtype 9
See Also:
Method Detail
eventOccurred
- void eventOccurred(int eventId,
- int qualifier)
Called when a change has occurred in the SMF status of the server.
eventOccurred is not called if the chnage is because of a
setting in the workload classification document.
Parameters:
eventId
- identifies the event that has occurred qualifier
- further qualifies the event identifySelf
- java.lang.String identifySelf()
Called for diagnostic purposes
Returns:
a String identifying the owner of the implementation
of this interface