Public Member Functions | Static Public Member Functions

alma.acs.eventbrowser.model.ChannelData Class Reference

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

List of all members.

Public Member Functions

 ChannelData (String name, AbstractNotifyServiceElement parent, int[] adminCounts, int[] adminDeltas)
void addStatistics (MCStatistics stat)
ArrayList< MCStatisticsgetStatistics ()
void subscribe ()
void unsubscribe ()
boolean isSubscribed ()
int compareTo (ChannelData o)
boolean equals (Object o)
int hashCode ()

Static Public Member Functions

static ChannelData returnInstanceForChannel (String channelName)

Constructor & Destructor Documentation

alma.acs.eventbrowser.model.ChannelData.ChannelData ( String  name,
AbstractNotifyServiceElement  parent,
int[]  adminCounts,
int[]  adminDeltas 
)

Member Function Documentation

void alma.acs.eventbrowser.model.ChannelData.addStatistics ( MCStatistics  stat  ) 
int alma.acs.eventbrowser.model.ChannelData.compareTo ( ChannelData  o  ) 
boolean alma.acs.eventbrowser.model.ChannelData.equals ( Object  o  ) 
ArrayList<MCStatistics> alma.acs.eventbrowser.model.ChannelData.getStatistics (  ) 
int alma.acs.eventbrowser.model.ChannelData.hashCode (  ) 
boolean alma.acs.eventbrowser.model.ChannelData.isSubscribed (  ) 
static ChannelData alma.acs.eventbrowser.model.ChannelData.returnInstanceForChannel ( String  channelName  )  [static]
void alma.acs.eventbrowser.model.ChannelData.subscribe (  ) 
void alma.acs.eventbrowser.model.ChannelData.unsubscribe (  ) 

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