Skip to content

Commit

Permalink
Updated change log; Declared NotificationReceiver as experimental
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Jan 31, 2017
1 parent 1c800d4 commit 4a60979
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 4a60979

Please sign in to comment.