JCAT
v0.3.1

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

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

Methods in javax.csapi.cc.jcc that throw InvalidStateException
 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.
 JccCall JccProvider.createCall()
          Creates a new instance of the call with no connections.
 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.
 

Uses of InvalidStateException in javax.jcat
 

Methods in javax.jcat that throw InvalidStateException
 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.
 


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