|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.management.remote.message.NotificationResponseMessage
public class NotificationResponseMessage
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 Summary | |
|---|---|
NotificationResponseMessage(java.lang.Object wrappedNotificationResult)
Constructs a NotificationResponseMessage object. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getWrappedNotificationResult()
Returns the notification result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotificationResponseMessage(java.lang.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.
java.lang.NullPointerException - if
wrappedNotificationResult is null.| Method Detail |
|---|
public java.lang.Object getWrappedNotificationResult()
NotificationResult using
the ObjectWrapping for the connection using this message.
|
Open Source build 01-ea opendmk-1.0-b01-ea 2010.10.20_19:39:55_UTC |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||