Uses of Interface
jain.jcc.EventFilter

Packages that use EventFilter
jain.jcc   
 

Uses of EventFilter in jain.jcc
 

Methods in jain.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(JcpAddress lowAddress, JcpAddress 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.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(JcpCallListener calllistener, EventFilter filter)
          Add a call listener to all call objects that will be created under the domain of this provider.
 void JccProvider.addConnectionListener(JcpConnectionListener 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(JcpCallListener calllistener, EventFilter filter)
          Add a listener to this call.
 void JccCall.addConnectionListener(JcpConnectionListener cl, EventFilter filter)
          Add a connection listener to all connections under this call.
 



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


Copyright-2000 Sun Microsystems