Public Member Functions | |
ChannelInfo (ContainerServicesBase services) | |
HashMap< String, Double > | getEventHandlerTimeoutMap (String channelName) |
Private Attributes | |
Logger | m_logger = null |
ContainerServicesBase | m_services = null |
|
Constructor.
|
|
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.
|
|
standard logger |
|
our own private copy of the container services. used to access the ACS CDB among other things |