public interface SmfEventNotifier
Modifier and Type | Field and Description |
---|---|
static int |
smf120Subtype9
Qualifier for an event relating to SMF 120 subtype 9
|
static int |
smfRecordingOffFor120Subtype
Event ID for when SMF 120 Recording turns off
|
static int |
smfRecordingOnFor120Subtype
Event ID for when SMF 120 Recording turns on
|
static int |
smfSt9AsyncSectionOff
Event ID for when the SMF 120-9 Async section turns off
|
static int |
smfSt9AsyncSectionOn
Event ID for when the SMF 120-9 Async section turns on
|
static int |
smfSt9CpuUsageSectionOff
Event ID for when the SMF 120-9 CPU Usage section turns off
|
static int |
smfSt9CpuUsageSectionOn
Event ID for when the SMF 120-9 CPU Usage section turns on
|
static int |
smfSt9SecuritySectionOff
Event ID for when the SMF 120-9 Security section turns off
|
static int |
smfSt9SecuritySectionOn
Event ID for when the SMF 120-9 Security section turns on
|
static int |
smfSt9TimestampsSectionOff
Event ID for when the SMF 120-9 Timestamps section turns off
|
static int |
smfSt9TimestampsSectionOn
Event ID for when the SMF 120-9 Timestamps section turns on
|
Modifier and Type | Method and Description |
---|---|
void |
eventOccurred(int eventId,
int qualifier)
Called when a change has occurred in the SMF status of the server.
|
java.lang.String |
identifySelf()
Called for diagnostic purposes
|
static final int smfRecordingOnFor120Subtype
static final int smfRecordingOffFor120Subtype
static final int smfSt9CpuUsageSectionOn
static final int smfSt9CpuUsageSectionOff
static final int smfSt9TimestampsSectionOn
static final int smfSt9TimestampsSectionOff
static final int smfSt9SecuritySectionOn
static final int smfSt9SecuritySectionOff
static final int smfSt9AsyncSectionOn
static final int smfSt9AsyncSectionOff
static final int smf120Subtype9
void eventOccurred(int eventId, int qualifier)
eventId
- identifies the event that has occurredqualifier
- further qualifies the eventjava.lang.String identifySelf()