Uses of Interface
org.mc4j.ems.connection.bean.notification.EmsNotification

Packages that use EmsNotification
org.mc4j.ems.connection.bean   
 

Uses of EmsNotification in org.mc4j.ems.connection.bean
 

Methods in org.mc4j.ems.connection.bean that return EmsNotification
 EmsNotification EmsBean.getNotification(java.lang.String name)
          Returns the notification with the specified name, or null if this MBean has no such notification.
 

Methods in org.mc4j.ems.connection.bean that return types with arguments of type EmsNotification
 java.util.SortedSet<EmsNotification> EmsBean.getNotifications()
          Returns the set of all notifications for this MBean; never null.