javax.management.remote
Class TargetedNotification

java.lang.Object
  extended by javax.management.remote.TargetedNotification
All Implemented Interfaces:
Serializable

public class TargetedNotification
extends Object
implements Serializable

Author:
Tom Elrod
See Also:
Serialized Form

Constructor Summary
TargetedNotification(Notification notification, Integer listenerID)
           
 
Method Summary
 Integer getListenerID()
           
 Notification getNotification()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TargetedNotification

public TargetedNotification(Notification notification,
                            Integer listenerID)
Method Detail

getNotification

public Notification getNotification()

getListenerID

public Integer getListenerID()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.