Public Member Functions

alma.acs.eventbrowser.model.NotifyServiceData Class Reference

Inheritance diagram for alma.acs.eventbrowser.model.NotifyServiceData:
alma.acs.eventbrowser.model.AbstractNotifyServiceElement

List of all members.

Public Member Functions

 NotifyServiceData (String name, String factoryName, EventChannelFactory ecf, NotificationServiceMonitorControl mc, int[] adminCounts, int[] adminDeltas)
EventChannelFactory getEventChannelFactory ()
ArrayList< ChannelDatagetChannels ()
ChannelData getChannel (String channelName)
void addChannelAndConfirm (String channelName, ChannelData cdata)
void removeChannel (String channelName)
int compareTo (NotifyServiceData o)
boolean equals (Object o)
int hashCode ()
String getFactoryName ()

Constructor & Destructor Documentation

alma.acs.eventbrowser.model.NotifyServiceData.NotifyServiceData ( String  name,
String  factoryName,
EventChannelFactory  ecf,
NotificationServiceMonitorControl  mc,
int[]  adminCounts,
int[]  adminDeltas 
)

Member Function Documentation

void alma.acs.eventbrowser.model.NotifyServiceData.addChannelAndConfirm ( String  channelName,
ChannelData  cdata 
)
int alma.acs.eventbrowser.model.NotifyServiceData.compareTo ( NotifyServiceData  o  ) 
boolean alma.acs.eventbrowser.model.NotifyServiceData.equals ( Object  o  ) 
ChannelData alma.acs.eventbrowser.model.NotifyServiceData.getChannel ( String  channelName  ) 
ArrayList<ChannelData> alma.acs.eventbrowser.model.NotifyServiceData.getChannels (  ) 
EventChannelFactory alma.acs.eventbrowser.model.NotifyServiceData.getEventChannelFactory (  ) 
String alma.acs.eventbrowser.model.NotifyServiceData.getFactoryName (  ) 
int alma.acs.eventbrowser.model.NotifyServiceData.hashCode (  ) 
void alma.acs.eventbrowser.model.NotifyServiceData.removeChannel ( String  channelName  ) 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties