JCC
v0.9.2

Uses of Class
jain.application.services.jcp.ResourceUnavailableException

Packages that use ResourceUnavailableException
jain.application.services.jcc This package contains JAIN Call Control API interfaces. 
jain.application.services.jcp This package contains the classes and interfaces in the JAIN Core Package API that make up the common subset between JTAPI and JCC. 
 

Uses of ResourceUnavailableException in jain.application.services.jcc
 

Methods in jain.application.services.jcc that throw ResourceUnavailableException
 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.
 void JccProvider.addProviderListener(JcpProviderListener providerlistener, EventFilter filter)
          Adds a listener to this provider.
 void JccProvider.addCallListener(JcpCallListener calllistener)
          Add a call listener to all call objects that will be created under the domain of 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 JccConnection.routeConnection(boolean attachmedia)
          Routes this JccConnection to the target address associated with this JccConnection object.
 void JccConnection.release()
          Drops a JccConnection from an active telephone call.
 void JccConnection.answer()
          This method causes the call to be answered.
 void JccConnection.continueProcessing()
          This method requests the platform to continue processing.
 void JccConnection.attachMedia()
          This method will allow transmission on all associated bearer connections or media channels to and from other parties in the call.
 void JccConnection.detachMedia()
          This method will detach the JccConnection from the call, i.e., this will prevent transmission on any associated bearer connections or media channels to and from other parties in the call.
 java.lang.String JccConnection.getMoreDialedDigits()
          This method is used by the application to instruct the platform to collect further digits and return them to the application.
 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.
 void JccCall.release()
          This method requests the release of the call object and associated connection objects.
 JccConnection JccCall.createConnection(java.lang.String targetAddress, java.lang.String originatingAddress, java.lang.String originalCalledAddress, java.lang.String redirectingAddress)
          Creates a new JccConnection and attaches it to this JccCall.
 JccConnection JccCall.routeCall(java.lang.String targetAddress, java.lang.String originatingAddress, java.lang.String originalDestinationAddress, java.lang.String redirectingAddress)
          This method requests routing of a call to the given call party.
 

Uses of ResourceUnavailableException in jain.application.services.jcp
 

Methods in jain.application.services.jcp that throw ResourceUnavailableException
 void JcpCall.addCallListener(JcpCallListener calllistener)
          Add a listener to this call.
 JcpCall JcpProvider.createCall()
          Creates a new instance of the call with no connections.
 void JcpProvider.addProviderListener(JcpProviderListener providerlistener)
          Adds a listener to this provider.
 


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