Represents a notification emitted by an MBean. More...

Public Member Functions |
|
| def | setSource |
| def | getSequenceNumber (self) |
| Get the notification sequence number. More... |
|
| def | getType (self) |
| Get the notification type. More... |
|
| def | getMessage (self) |
| Get the notification message. More... |
|
| def | getUserData (self) |
| Get the user data. More... |
|
| def | getSource (self) |
| Get the notification source. More... |
|
| def | setUserData |
| def | toString (self) |
| Returns a string representation of this notification. More... |
|
Represents a notification emitted by an MBean.
| def streams.Notification.setSource | ( | self, | |
| source | |||
| ) |
| def streams.Notification.getSequenceNumber | ( | self, | |
| int | |||
| ) |
Get the notification sequence number.
| def streams.Notification.getType | ( | self, | |
| str | |||
| ) |
Get the notification type.
| def streams.Notification.getMessage | ( | self, | |
| str | |||
| ) |
Get the notification message.
| def streams.Notification.getUserData | ( | self, | |
| str | |||
| ) |
Get the user data.
| def streams.Notification.getSource | ( | self, | |
| str | |||
| ) |
Get the notification source.
| def streams.Notification.setUserData | ( | self, | |
| userData | |||
| ) |
| def streams.Notification.toString | ( | self, | |
| str | |||
| ) |
Returns a string representation of this notification.