|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SmfEventNotifier
A WebSphere programming model extension which allows connectors or application components to be notified when the SMF related events occur in the server during runtime, such as the start and stop of the writing of SMF 120 Subtype 9 records.
Field Summary | |
---|---|
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 |
Method Summary | |
---|---|
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 |
Field Detail |
---|
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
Method Detail |
---|
void eventOccurred(int eventId, int qualifier)
eventId
- identifies the event that has occurredqualifier
- further qualifies the eventjava.lang.String identifySelf()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |