|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@UciService(value="ucp.v30.requests.ccbscall") @RpcInterface(value="ucp.v30.requests.ccbscall") public interface UcpCcbsCallRequests
This interface defines the call requests provided by the UCI server.
| Field Summary | |
|---|---|
static String |
SERVICE_NAME
The UCI service name used for this interface |
| Method Summary | |
|---|---|
boolean |
ccbs(String callId)
This request tells the UCI server to start or quit ccbs to the given call identified by the given UUID. |
List<CcbsCall> |
getAllCcbsCalls()
This request tells the UCI server to get all current ccbs calls. |
CcbsAccountState |
getCcbsAccountState()
This request tells the UCI server to get the CcbsAccountState. |
void |
removeAvailableCcbs(String callId)
This request tells the UCI server to remove an available ccbs call by the given UUID. |
| Field Detail |
|---|
static final String SERVICE_NAME
| Method Detail |
|---|
void removeAvailableCcbs(String callId)
throws UciException
callId - the UUID of the call to be transfered.
UciException - if the request is not valid as defined by the UCI specification. This may be the case
if one of the request's arguments has an illegal value (
UciIllegalArgumentException) or if the request with the given parameters is
not allowed to the user (UciIllegalAccessException) or if the request is
placed while the UCI client is not connected (UcpNotConnectedException).
boolean ccbs(String callId)
throws UciException
callId - the UUID of the call to be transfered.
UciException - if the request is not valid as defined by the UCI specification. This may be the case
if one of the request's arguments has an illegal value (
UciIllegalArgumentException) or if the request with the given parameters is
not allowed to the user (UciIllegalAccessException) or if the request is
placed while the UCI client is not connected (UcpNotConnectedException).
CcbsAccountState getCcbsAccountState()
throws UciException
UciException - if the request is not valid as defined by the UCI specification. This may be the case
if one of the request's arguments has an illegal value (
UciIllegalArgumentException) or if the request with the given parameters is
not allowed to the user (UciIllegalAccessException) or if the request is
placed while the UCI client is not connected (UcpNotConnectedException).
List<CcbsCall> getAllCcbsCalls()
throws UciException
UciException - if the request is not valid as defined by the UCI specification. This may be the case
if one of the request's arguments has an illegal value (
UciIllegalArgumentException) or if the request with the given parameters is
not allowed to the user (UciIllegalAccessException) or if the request is
placed while the UCI client is not connected (UcpNotConnectedException).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||