|
JCC v1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventFilter | |
jain.application.services.jcc | This package contains JAIN Call Control API interfaces. |
Uses of EventFilter in jain.application.services.jcc |
Methods in jain.application.services.jcc that return EventFilter | |
EventFilter |
JccProvider.createEventFilterEventSet(int[] blockEvents,
int[] notifyEvents)
This method returns a standard EventFilter which is implemented by the JCC platform. |
EventFilter |
JccProvider.createEventFilterAddressRange(java.lang.String lowAddress,
java.lang.String highAddress,
int matchDisposition,
int nomatchDisposition)
This method returns a standard EventFilter which is implemented by the JCC platform. |
EventFilter |
JccProvider.createEventFilterAddressRegEx(java.lang.String addressRegex,
int matchDisposition,
int nomatchDisposition)
This method returns a standard EventFilter which is implemented by the JCC platform. |
EventFilter |
JccProvider.createEventFilterOr(EventFilter[] filters,
int nomatchDisposition)
This method returns a standard EventFilter which is implemented by the JCC platform. |
EventFilter |
JccProvider.createEventFilterAnd(EventFilter[] filters,
int nomatchDisposition)
This method returns a standard EventFilter which is implemented by the JCC platform. |
EventFilter |
JccProvider.createEventFilterDestAddressRange(java.lang.String lowDestAddress,
java.lang.String highDestAddress,
int matchDisposition,
int nomatchDisposition)
This method returns a standard EventFilter which is implemented by the JCC platform. |
EventFilter |
JccProvider.createEventFilterDestAddressRegEx(java.lang.String destAddressRegex,
int matchDisposition,
int nomatchDisposition)
This method returns a standard EventFilter which is implemented by the JCC platform. |
EventFilter |
JccProvider.createEventFilterOrigAddressRange(java.lang.String lowOrigAddress,
java.lang.String highOrigAddress,
int matchDisposition,
int nomatchDisposition)
This method returns a standard EventFilter which is implemented by the JCC platform. |
EventFilter |
JccProvider.createEventFilterOrigAddressRegEx(java.lang.String origAddressRegex,
int matchDisposition,
int nomatchDisposition)
This method returns a standard EventFilter which is implemented by the JCC platform. |
Methods in jain.application.services.jcc with parameters of type EventFilter | |
EventFilter |
JccProvider.createEventFilterOr(EventFilter[] filters,
int nomatchDisposition)
This method returns a standard EventFilter which is implemented by the JCC platform. |
EventFilter |
JccProvider.createEventFilterAnd(EventFilter[] filters,
int nomatchDisposition)
This method returns a standard EventFilter which is implemented by the JCC platform. |
void |
JccProvider.addCallListener(JccCallListener calllistener,
EventFilter filter)
Add a call listener to all (future and current) call objects within the domain of this provider. |
void |
JccProvider.addConnectionListener(JccConnectionListener connectionlistener,
EventFilter filter)
Add a connection listener to all connections under this JcpProvider. |
void |
JccProvider.addCallLoadControlListener(CallLoadControlListener loadcontrollistener,
EventFilter filter)
Adds a listener to listen to load control related events. |
void |
JccCall.addCallListener(JccCallListener calllistener,
EventFilter filter)
Add a listener to this call. |
void |
JccCall.addConnectionListener(JccConnectionListener cl,
EventFilter filter)
Add a connection listener to all connections under this call. |
|
JCC v1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |