|
||||||||||
| 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(Object wrappedNotificationResult)
Constructs a NotificationResponseMessage object. |
|
| Method Summary | |
|---|---|
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(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.| Method Detail |
|---|
public Object getWrappedNotificationResult()
NotificationResult using
the ObjectWrapping for the connection using this message.
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||