JCAT
v0.3.1

Uses of Class
javax.csapi.cc.jcc.ResourceUnavailableException

Packages that use ResourceUnavailableException
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 ResourceUnavailableException in javax.csapi.cc.jcc
 

Methods in javax.csapi.cc.jcc that throw ResourceUnavailableException
 void JccConnection.selectRoute(java.lang.String address)
          Replaces address information onto an existing JccConnection.
 void JccConnection.release(int causeCode)
          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.
 void JccConnection.routeConnection(boolean attachmedia)
          Routes this JccConnection to the target address associated with this JccConnection object.
 MidCallData JccConnection.getMidCallData()
          This methods gives access to service code type and service code value.
 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.
 void JccProvider.addCallListener(JccCallListener calllistener)
          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 JccProvider.
 void JccProvider.addCallLoadControlListener(CallLoadControlListener loadcontrollistener)
          Adds a listener to listen to load control related events.
 JccCall JccProvider.createCall()
          Creates a new instance of the call with no connections.
 void JccProvider.addProviderListener(JccProviderListener providerlistener)
          Adds a listener to this provider.
 void JccCall.addConnectionListener(JccConnectionListener cl, EventFilter filter)
          Add a connection listener to all connections under this call.
 void JccCall.release(int causeCode)
          This method requests the release of the call object and associated connection objects.
 JccConnection[] JccCall.connect(JccAddress origaddr, java.lang.String dialedDigits)
          Places a call from an originating address to a destination address string.
 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 targetAddress given as an input parameter.
 void JccCall.addCallListener(JccCallListener calllistener)
          Add a listener to this call.
 

Uses of ResourceUnavailableException in javax.jcat
 

Methods in javax.jcat that throw ResourceUnavailableException
 void JcatCall.addTerminalConnectionListener(JcatTerminalConnectionListener termconnlistener)
          Adds a JcatTerminalConnectionListener to the call.
 JcatConnection JcatCall.blindTransfer(java.lang.String dialledDigits)
          This method transfers all participants currently on this Call, with the exception of the transfer controller participant, to another telephone address.
 void JcatCall.conference(JcatCall othercall)
          Merges two JcatCalls together, resulting in the union of the participants of both calls being placed on a single JcatCall.
 JcatConnection[] JcatCall.connect(JcatTerminal term, JcatAddress addr, java.lang.String dialedDigits)
          Places a telephone call from an originating endpoint to a destination address string.
 JcatConnection[] JcatCall.consult(JcatTerminalConnection termconn, java.lang.String dialedDigits)
          Creates a consultation between this idle JcatCall and an active JcatCall.
 void JcatCall.consultTransfer(JcatCall otherCall)
          This method moves all participants from one JcatCall to another, with the exception of a selected common participant.
 void JcatCall.setConferenceController(JcatTerminalConnection tc)
          Sets the JcatTerminalConnection which acts as the conference controller for the JcatCall.
 void JcatCall.setConferenceEnable(boolean enabled)
          Controls whether the JcatCall is permitted or able to perform the conferencing feature.
 void JcatCall.setTransferController(JcatTerminalConnection termconn)
          Sets the JcatTerminalConnection which acts as the transfer controller for the JcatCall.
 void JcatCall.setTransferEnable(boolean enable)
          Controls whether the JcatCall is permitted or able to perform the transferring feature.
 JcatConnection JcatConnection.park(java.lang.String destinationAddress)
          Parks a Connection at a destination telephone address.
 void JcatConnection.reconnect()
          The application can use the reconnect method in the JcatConnection.SUSPENDED state.
 void JcatConnection.suspendConnection()
          This method suspends causes a transition to the JcatConnection.SUSPENDED state.
 void JcatTerminalConnection.hold()
          Places a JcatTerminalConnection on hold with respect to the JcatCall of which it is a part.
 void JcatTerminalConnection.join()
          Makes a currently bridged JcatTerminalConnection active on a JcatCall.
 void JcatTerminalConnection.leave()
          Places a currently active JcatTerminalConnection in a bridged state on a JcatCall.
 void JcatTerminalConnection.unhold()
          Takes a JcatTerminalConnection off hold with respect to the JcatCall of which it is a part.
 void JcatTerminal.addCallListener(JccCallListener listener)
          Adds a listener to a JcatCall when this JcatTerminal first becomes part of that JcatCall.
 EventFilter JcatProvider.createEventFilterRegistration(java.lang.String terminalNameRegex, int matchDisposition, int nomatchDisposition)
          This method returns a standard EventFilter which is implemented by the JCAT platform.
 


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