Skip to content

Commit

Permalink
Merge pull request #177 from zhmcclient/andy/notifications-experimental
Browse files Browse the repository at this point in the history
Updated change log; Declared NotificationReceiver as experimental
  • Loading branch information
leopoldjuergen authored Feb 1, 2017
2 parents 1fc5f89 + 4a60979 commit 587ee2e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ Released: not yet
* Documented the authorization requirements for each method, and in total
in a new section "Setting up the HMC".

* Added a method `open_os_message_channel()` on Partition and Lpar objects,
that returns a notification token for receiving operating system messages
as HMC notifications.

* Experimental: Added a class `NotificationReceiver` that supports receiving
and iterating through HMC notificationsi for a notification token, e.g.
those produced by `open_os_message_channel()`.

**Known Issues:**

* See `list of open issues`_.
Expand Down
3 changes: 3 additions & 0 deletions zhmcclient/_notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ class NotificationReceiver(object):
A class for receiving HMC notifications that are published to a particular
single HMC notification topic.
**Experimental:** This class is considered experimental at this point, and
its API may change incompatibly as long as it is experimental.
Creating an object of this class establishes a JMS session with the
HMC and subscribes for a particular HMC notification topic.
Expand Down

0 comments on commit 587ee2e

Please sign in to comment.