Public Member Functions

alma.acs.nc.ChannelInfo Class Reference

List of all members.

Public Member Functions

 ChannelInfo (ContainerServicesBase services)
HashMap< String, Double > getEventHandlerTimeoutMap (String channelName)

Detailed Description

ChannelInfo is intended to provide various tidbits on information on CORBA Notification Channels to the ACS NC APIs. Currently this information comes from the Configuration Database.

think about joining this class with ChannelProperties.

Author:
dfugate
Version:
$Id$

Constructor & Destructor Documentation

alma.acs.nc.ChannelInfo.ChannelInfo ( ContainerServicesBase  services  ) 

Member Function Documentation

HashMap<String, Double> alma.acs.nc.ChannelInfo.getEventHandlerTimeoutMap ( String  channelName  ) 

The following returns a map where each key is the name of an event and the value is the maximum amount of time (in floating point seconds) an event receiver has to process the event before a warning message is logged.

Parameters:
channelName name of the channel
Returns:
HashMap described above

References alma.acs.container.ContainerServicesBase.getCDB().

Referenced by alma.acs.nc.Consumer.Consumer().


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