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()
           
 String toXML()
           
 
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

toXML

public String toXML()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.