public class ChannelInfo
extends java.lang.Object
| Constructor and Description |
|---|
ChannelInfo(ContainerServicesBase services)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.HashMap<java.lang.String,java.lang.Double> |
getEventHandlerTimeoutMap(java.lang.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.
|
public ChannelInfo(ContainerServicesBase services)
public java.util.HashMap<java.lang.String,java.lang.Double> getEventHandlerTimeoutMap(java.lang.String channelName)
channelName - name of the channel