JCAT
v0.3.1

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

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

Methods in javax.csapi.cc.jcc that throw InvalidArgumentException
 void JccConnection.release(int causeCode)
          Drops a JccConnection from an active telephone call.
 void JccConnection.routeConnection(boolean attachmedia)
          Routes this JccConnection to the target address associated with this JccConnection object.
 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 JccCall.release(int causeCode)
          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 targetAddress given as an input parameter.
 

Uses of InvalidArgumentException in javax.jcat
 

Methods in javax.jcat that throw InvalidArgumentException
 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.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.
 void JcatConnection.reconnect()
          The application can use the reconnect method in the JcatConnection.SUSPENDED state.
 EventFilter JcatProvider.createEventFilterRegistration(java.lang.String terminalNameRegex, int matchDisposition, int nomatchDisposition)
          This method returns a standard EventFilter which is implemented by the JCAT platform.
 void JcatAddress.setDisplayText(java.lang.String text, boolean displayAllowed)
          Displays the specified string on the terminal.
 


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