|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.slee.resource.sip11.EventIDFilter
public class EventIDFilter
| Constructor Summary | |
|---|---|
EventIDFilter()
|
|
| Method Summary | |
|---|---|
boolean |
filterEvent(int eventID)
checks if event should be filtered or not |
void |
serviceActivated(java.lang.String serviceID)
tells the filter that a service has been activated, thus its eventIDs should not be filtered |
void |
serviceDeactivated(java.lang.String serviceID)
tells the filter that a service has been deactivated |
void |
serviceInstalled(java.lang.String serviceID,
int[] eventIDs)
tells the filter that a service has been installed, declaring a set of event IDs |
void |
serviceUninstalled(java.lang.String serviceID)
tells the filter that a service has been uninstalled |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventIDFilter()
| Method Detail |
|---|
public boolean filterEvent(int eventID)
eventID -
public void serviceInstalled(java.lang.String serviceID,
int[] eventIDs)
serviceID - eventIDs - public void serviceUninstalled(java.lang.String serviceID)
serviceID - public void serviceActivated(java.lang.String serviceID)
serviceID - public void serviceDeactivated(java.lang.String serviceID)
serviceID -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||