|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.management.remote.message.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.
|
JMX Remote API Specification 1.0 Final Release Generated from RI build jmxremote-1_0_1_03-b57.1 2005.02.08_17:20:23_MET |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |