|
JCAT v0.3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodNotSupportedException | |
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 MethodNotSupportedException in javax.csapi.cc.jcc |
Methods in javax.csapi.cc.jcc that throw MethodNotSupportedException | |
void |
JccConnection.selectRoute(java.lang.String address)
Replaces address information onto an existing JccConnection. |
void |
JccConnection.answer()
This method causes the call to be answered. |
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. |
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.setCallLoadControl(JccAddress[] address,
double duration,
double[] mechanism,
int[] treatment)
This method imposes or removes load control on calls made to the specified addresses. |
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.superviseCall(JccCallListener calllistener,
double time,
int treatment)
The application calls this method to supervise a call. |
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 MethodNotSupportedException in javax.jcat |
Methods in javax.jcat that throw MethodNotSupportedException | |
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. |
void |
JcatTerminal.registerAddress(JcatAddress addr)
This method is used to register a JcatAddress with the JcatTerminal |
void |
JcatTerminal.deregisterAddress(JcatAddress addr)
This method is used to deregister a JcatAddress with the JcatTerminal |
void |
JcatAddress.registerTerminal(JcatTerminal term)
This method is used to register a JcatTerminal with a JcatAddress |
void |
JcatAddress.deregisterTerminal(JcatTerminal term)
This method is used to deregister a JcatTerminal with a JcatAddress |
|
JCAT v0.3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright - 2001, 2003 Sun Microsystems