org.apache.geronimo.gbean
Class GNotificationInfo

java.lang.Object
  extended by org.apache.geronimo.gbean.GNotificationInfo
All Implemented Interfaces:
Serializable

public final class GNotificationInfo
extends Object
implements Serializable

Describes a notification of a GBean.

See Also:
Serialized Form

Constructor Summary
GNotificationInfo(String name, Set notificationTypes)
           
 
Method Summary
 String getName()
           
 Set getNotificationTypes()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GNotificationInfo

public GNotificationInfo(String name,
                         Set notificationTypes)
Method Detail

getName

public String getName()

getNotificationTypes

public Set getNotificationTypes()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.