public class NotificationResponseMessage extends Object implements Message
Message that transports one or more notifications emitted from an MBean server through a connector server to listeners in a remote client.
This message is sent from a server to a client in response to a
previous NotificationRequestMessage from the client.
| Constructor and Description |
|---|
NotificationResponseMessage(Object wrappedNotificationResult)
Constructs a
NotificationResponseMessage object. |
| Modifier and Type | Method and Description |
|---|---|
Object |
getWrappedNotificationResult()
Returns the notification result.
|
public NotificationResponseMessage(Object wrappedNotificationResult)
Constructs a NotificationResponseMessage object.
wrappedNotificationResult - notifications returned to the
caller. This is a NotificationResult object wrapped
using the ObjectWrapping for the connection using this
message.NullPointerException - if
wrappedNotificationResult is null.public Object getWrappedNotificationResult()
NotificationResult using
the ObjectWrapping for the connection using this message.Copyright © 2019 Terracotta, Inc.. All rights reserved.