public interface IMessageHandler
| Modifier and Type | Method and Description | 
|---|---|
IFilter<IMessageAdapter> | 
getFilter()
Get the filter. 
 | 
long | 
getTimeout()
Get the timeout. 
 | 
void | 
handleMessage(java.util.Map<java.lang.String,java.lang.Object> msg,
             MessageType type)
Handle the message. 
 | 
boolean | 
isRealtime()
Test if handler should be real time. 
 | 
boolean | 
isRemove()
Test if handler should be removed. 
 | 
void | 
timeoutOccurred()
Timeout occurred. 
 | 
IFilter<IMessageAdapter> getFilter()
long getTimeout()
boolean isRemove()
boolean isRealtime()
void handleMessage(java.util.Map<java.lang.String,java.lang.Object> msg,
                   MessageType type)
ia - The internal access.msg - The message.type - The message type.void timeoutOccurred()