JCC
v1.0

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.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.
 void JccProvider.addCallListener(JcpCallListener calllistener)
          Add a call listener to all (future and current) call objects within the domain of this provider.
 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.
 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(s) and attaches it/them 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 targetAddress given as an input parameter.
 void JccConnection.routeConnection(boolean attachmedia)
          Routes this JccConnection to the target address associated with this JccConnection object.
 void JccConnection.selectRoute(java.lang.String address)
          Replaces address information onto an existing JccConnection.
 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 address information (which may be in the form of digits or letters) and return this to the application.
 

Uses of ResourceUnavailableException in jain.application.services.jcp
 

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


JCC
v1.0

January 19, 2001
If you have any comments or queries, please mail them to m-JAIN-JCC@notes.cc.telcordia.com

Copyright - 2001 Sun Microsystems