|
4.1.0.610 20071213 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.ecma.csta.CastorObject
ch.ecma.csta.binding.ClearConnection
public class ClearConnection
Releases a specific device from a call. In the case of a two-party call, this may result in the call being torn down. In the case of a conference call, this results in the specific party being removed from the conference. This service can also be used to inactivate a bridged appearance.
The Connection ID provided in the request is released. The ClearConnection request has these parameters:ClearConnection Request Parameters | ||
---|---|---|
connectionToBeCleared | Mandatory | A valid connection ID that indicates the callID and station extension. |
ClearCall
service
request and not the Clear Connection service request if
clearing a
connection that is involved in a conference call causes the
entire
conference call to be terminated. However, some switching
functions
accept a Clear Connection service when it results in an entire
conference call to be terminated. The capability exchange
services
indicate if the switching functions protects or allows a
conference call from being torn down via the Clear Connection
service.
Constructor Summary | |
---|---|
ClearConnection()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
ConnectionID |
getConnectionToBeCleared()
Returns the value of field 'connectionToBeCleared'. |
CorrelatorData |
getCorrelatorData()
Returns the value of field 'correlatorData'. |
CSTACommonArguments |
getExtensions()
Returns the value of field 'extensions'. |
EventCause |
getReason()
Returns the value of field 'reason'. |
UserData |
getUserData()
Returns the value of field 'userData'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setConnectionToBeCleared(ConnectionID connectionToBeCleared)
Sets the value of field 'connectionToBeCleared'. |
void |
setCorrelatorData(CorrelatorData correlatorData)
Sets the value of field 'correlatorData'. |
void |
setExtensions(CSTACommonArguments extensions)
Sets the value of field 'extensions'. |
void |
setReason(EventCause reason)
Sets the value of field 'reason'. |
void |
setUserData(UserData userData)
Sets the value of field 'userData'. |
static ClearConnection |
unmarshalClearConnection(java.io.Reader reader)
Method unmarshalClearConnection |
void |
validate()
Method validate |
Methods inherited from class ch.ecma.csta.CastorObject |
---|
getOldSessionID, hashCode, setOldSessionID, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClearConnection()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public ConnectionID getConnectionToBeCleared()
public CorrelatorData getCorrelatorData()
public CSTACommonArguments getExtensions()
public EventCause getReason()
public UserData getUserData()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setConnectionToBeCleared(ConnectionID connectionToBeCleared)
connectionToBeCleared
- the value of field
'connectionToBeCleared'.public void setCorrelatorData(CorrelatorData correlatorData)
correlatorData
- the value of field 'correlatorData'.public void setExtensions(CSTACommonArguments extensions)
extensions
- the value of field 'extensions'.public void setReason(EventCause reason)
reason
- the value of field 'reason'.public void setUserData(UserData userData)
userData
- the value of field 'userData'.public static ClearConnection unmarshalClearConnection(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
4.1.0.610 20071213 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |