JCAT
v0.3.1

Uses of Interface
javax.csapi.cc.jcc.EventFilter

Packages that use EventFilter
javax.csapi.cc.jcc This package contains Java Call Control API interfaces. 
javax.jcat This package contains Java CAll control exTensions API interfaces. 
 

Uses of EventFilter in javax.csapi.cc.jcc
 

Methods in javax.csapi.cc.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.createEventFilterMidCallEvent(int midCallType, java.lang.String midCallValue, int matchDisposition, int nomatchDisposition)
          This method returns a standard EventFilter which is implemented by the JCC platform.
 EventFilter JccProvider.createEventFilterMinimunCollectedAddressLength(int minimumAddressLength, int matchDisposition, int nomatchDisposition)
          This method returns a standard EventFilter which is implemented by the JCC platform.
 EventFilter JccProvider.createEventFilterCauseCode(int causeCode, int matchDisposition, int nomatchDisposition)
          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 javax.csapi.cc.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.addConnectionListener(JccConnectionListener connectionlistener, EventFilter filter)
          Add a connection listener to all connections under this JccProvider.
 void JccCall.addConnectionListener(JccConnectionListener cl, EventFilter filter)
          Add a connection listener to all connections under this call.
 

Uses of EventFilter in javax.jcat
 

Methods in javax.jcat that return EventFilter
 EventFilter JcatProvider.createEventFilterRegistration(java.lang.String terminalNameRegex, int matchDisposition, int nomatchDisposition)
          This method returns a standard EventFilter which is implemented by the JCAT platform.
 

Methods in javax.jcat with parameters of type EventFilter
 void JcatAddress.addAddressListener(JcatAddressListener addrlistener, EventFilter eventFilter)
          Adds a listener to the address.
 


JCAT
v0.3.1

August, 2003
If you have any comments or queries, please mail them to JSR-122-EG@JCP.ORG

Copyright - 2001, 2003 Sun Microsystems