org.jboss.messaging.core.management
Class Notification

java.lang.Object
  extended by org.jboss.messaging.core.management.Notification

public class Notification
extends java.lang.Object

A Notification

Author:
Tim Fox Created 22 Jan 2009 16:41:12

Constructor Summary
Notification(java.lang.String uid, NotificationType type, TypedProperties properties)
           
 
Method Summary
 TypedProperties getProperties()
           
 NotificationType getType()
           
 java.lang.String getUID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Notification

public Notification(java.lang.String uid,
                    NotificationType type,
                    TypedProperties properties)
Method Detail

getType

public NotificationType getType()

getProperties

public TypedProperties getProperties()

getUID

public java.lang.String getUID()


Copyright © 2006 JBoss Inc. All Rights Reserved.