JCC
v0.9.2

Uses of Interface
jain.application.services.jcc.EventFilter

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.createEventFilterAddressRE(java.lang.String addressRE, 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.
 

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.addProviderListener(JcpProviderListener providerlistener, EventFilter filter)
          Adds a listener to this provider.
 void JccProvider.addCallListener(JccCallListener calllistener, EventFilter filter)
          Add a call listener to all call objects that will be created under 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
v0.9.2

29 Oct 2000
If you have any comments or queries, please mail them to jcc@research.telcordia.com


Copyright-2000 Sun Microsystems