Constructor and Description |
---|
RT_Level2Filter() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
java.lang.String |
featureType() |
boolean |
filterOff(RT_Consumer.Subscription clntSub,
RT_Message msg) |
boolean |
isActive() |
static boolean |
isLevel2(java.lang.String key) |
void |
onCancel(RT_Consumer.Subscription clntSub) |
boolean |
onMessage(RT_Consumer.Subscription clntSub,
RT_Message msg) |
boolean |
onRequest(RT_Consumer.Subscription clntSub,
RT_Request req) |
boolean |
start() |
boolean |
stop() |
public static boolean isLevel2(java.lang.String key)
public boolean onRequest(RT_Consumer.Subscription clntSub, RT_Request req)
public boolean filterOff(RT_Consumer.Subscription clntSub, RT_Message msg)
public boolean onMessage(RT_Consumer.Subscription clntSub, RT_Message msg)
public void onCancel(RT_Consumer.Subscription clntSub)
public java.lang.String featureType()
featureType
in interface RT_Filter