|
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.TransferedEvent
public class TransferedEvent
Indicates that an existing call has been transferred to another device and that the device transferring the call has been dropped from the call. The transferring device does not appear in any future events for the call.
The supported parameters for the TransferedEvent are:TransferedEvent Supported Parameters | ||
---|---|---|
monitorCrossRefID | Mandatory | Associates the event to an established monitor. |
primaryOldCall | Mandatory | Specifies the connection of the primary call. |
secondaryOldCall | Mandatory | Specifies the connection of the secondary call. |
transferringDevice | Mandatory | Specifies the device that transferred the call. |
transferredToDevice | Mandatory | Specifies the transferred to device. |
transferredConnections | Mandatory | Specifies information on each device/ConnectionID in
the resulting transferred call.
Each list item is of type ConnectionListItem .
|
localConnectionInfo | Conditional | Specifies the local connection state of the device associated with the Monitor Cross Reference ID. |
cause | Mandatory | Specifies the reason for the event. |
primaryOldCall
and the secondaryOldCall
parameters may contain
either a
"fixed view" or a "local view" of the
connections
at a device before the transfer has been completed.
This product supports fixed view as defined below.primaryOldCall
and the secondaryOldCall
parameters independent of
the monitorType
(call or device-type monitor) and
independent of the role of the device in the conference
(conferencingDevice
, addedParty
,
etc.).
The meaning of these parameters for the fixed-view are:
transferringDevice
.transferringDevice
.transferredConnections
parameter is a list
that contains
the new ConnectionID, old ConnectionID, DeviceID (values such
as ANI,
etc.), and for externally located devices the associated
Network
Interface DeviceID. Refer to Connection
List),
for a description of which components are optional and
mandatory.
Constructor Summary | |
---|---|
TransferedEvent()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
CallCharacteristics |
getCallCharacteristics()
Returns the value of field 'callCharacteristics'. |
CallLinkageDataList |
getCallLinkageDataList()
Returns the value of field 'callLinkageDataList'. |
EventCause |
getCause()
Returns the value of field 'cause'. |
ChargingInfo |
getChargingInfo()
Returns the value of field 'chargingInfo'. |
CorrelatorData |
getCorrelatorData()
Returns the value of field 'correlatorData'. |
DeviceHistory |
getDeviceHistory()
Returns the value of field 'deviceHistory'. |
CSTACommonArguments |
getExtensions()
Returns the value of field 'extensions'. |
java.lang.String |
getLanguagePreferences()
Returns the value of field 'languagePreferences'. |
LocalConnectionState |
getLocalConnectionInfo()
Returns the value of field 'localConnectionInfo'. |
MediaCallCharacteristics |
getMediaCallCharacteristics()
Returns the value of field 'mediaCallCharacteristics'. |
java.lang.String |
getMonitorCrossRefID()
Returns the value of field 'monitorCrossRefID'. |
ConnectionID |
getPrimaryOldCall()
Returns the value of field 'primaryOldCall'. |
ConnectionID |
getSecondaryOldCall()
Returns the value of field 'secondaryOldCall'. |
ServicesPermitted |
getServicesPermitted()
Returns the value of field 'servicesPermitted'. |
ConnectionList |
getTransferredConnections()
Returns the value of field 'transferredConnections'. |
SubjectDeviceID |
getTransferredToDevice()
Returns the value of field 'transferredToDevice'. |
SubjectDeviceID |
getTransferringDevice()
Returns the value of field 'transferringDevice'. |
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 |
setCallCharacteristics(CallCharacteristics callCharacteristics)
Sets the value of field 'callCharacteristics'. |
void |
setCallLinkageDataList(CallLinkageDataList callLinkageDataList)
Sets the value of field 'callLinkageDataList'. |
void |
setCause(EventCause cause)
Sets the value of field 'cause'. |
void |
setChargingInfo(ChargingInfo chargingInfo)
Sets the value of field 'chargingInfo'. |
void |
setCorrelatorData(CorrelatorData correlatorData)
Sets the value of field 'correlatorData'. |
void |
setDeviceHistory(DeviceHistory deviceHistory)
Sets the value of field 'deviceHistory'. |
void |
setExtensions(CSTACommonArguments extensions)
Sets the value of field 'extensions'. |
void |
setLanguagePreferences(java.lang.String languagePreferences)
Sets the value of field 'languagePreferences'. |
void |
setLocalConnectionInfo(LocalConnectionState localConnectionInfo)
Sets the value of field 'localConnectionInfo'. |
void |
setMediaCallCharacteristics(MediaCallCharacteristics mediaCallCharacteristics)
Sets the value of field 'mediaCallCharacteristics'. |
void |
setMonitorCrossRefID(java.lang.String monitorCrossRefID)
Sets the value of field 'monitorCrossRefID'. |
void |
setPrimaryOldCall(ConnectionID primaryOldCall)
Sets the value of field 'primaryOldCall'. |
void |
setSecondaryOldCall(ConnectionID secondaryOldCall)
Sets the value of field 'secondaryOldCall'. |
void |
setServicesPermitted(ServicesPermitted servicesPermitted)
Sets the value of field 'servicesPermitted'. |
void |
setTransferredConnections(ConnectionList transferredConnections)
Sets the value of field 'transferredConnections'. |
void |
setTransferredToDevice(SubjectDeviceID transferredToDevice)
Sets the value of field 'transferredToDevice'. |
void |
setTransferringDevice(SubjectDeviceID transferringDevice)
Sets the value of field 'transferringDevice'. |
void |
setUserData(UserData userData)
Sets the value of field 'userData'. |
static TransferedEvent |
unmarshalTransferedEvent(java.io.Reader reader)
Method unmarshalTransferedEvent |
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 TransferedEvent()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public CallCharacteristics getCallCharacteristics()
public CallLinkageDataList getCallLinkageDataList()
public EventCause getCause()
public ChargingInfo getChargingInfo()
public CorrelatorData getCorrelatorData()
public DeviceHistory getDeviceHistory()
public CSTACommonArguments getExtensions()
public java.lang.String getLanguagePreferences()
public LocalConnectionState getLocalConnectionInfo()
public MediaCallCharacteristics getMediaCallCharacteristics()
public java.lang.String getMonitorCrossRefID()
public ConnectionID getPrimaryOldCall()
public ConnectionID getSecondaryOldCall()
public ServicesPermitted getServicesPermitted()
public ConnectionList getTransferredConnections()
public SubjectDeviceID getTransferredToDevice()
public SubjectDeviceID getTransferringDevice()
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 setCallCharacteristics(CallCharacteristics callCharacteristics)
callCharacteristics
- the value of field
'callCharacteristics'.public void setCallLinkageDataList(CallLinkageDataList callLinkageDataList)
callLinkageDataList
- the value of field
'callLinkageDataList'.public void setCause(EventCause cause)
cause
- the value of field 'cause'.public void setChargingInfo(ChargingInfo chargingInfo)
chargingInfo
- the value of field 'chargingInfo'.public void setCorrelatorData(CorrelatorData correlatorData)
correlatorData
- the value of field 'correlatorData'.public void setDeviceHistory(DeviceHistory deviceHistory)
deviceHistory
- the value of field 'deviceHistory'.public void setExtensions(CSTACommonArguments extensions)
extensions
- the value of field 'extensions'.public void setLanguagePreferences(java.lang.String languagePreferences)
languagePreferences
- the value of field
'languagePreferences'.public void setLocalConnectionInfo(LocalConnectionState localConnectionInfo)
localConnectionInfo
- the value of field
'localConnectionInfo'.public void setMediaCallCharacteristics(MediaCallCharacteristics mediaCallCharacteristics)
mediaCallCharacteristics
- the value of field
'mediaCallCharacteristics'.public void setMonitorCrossRefID(java.lang.String monitorCrossRefID)
monitorCrossRefID
- the value of field
'monitorCrossRefID'.public void setPrimaryOldCall(ConnectionID primaryOldCall)
primaryOldCall
- the value of field 'primaryOldCall'.public void setSecondaryOldCall(ConnectionID secondaryOldCall)
secondaryOldCall
- the value of field 'secondaryOldCall'public void setServicesPermitted(ServicesPermitted servicesPermitted)
servicesPermitted
- the value of field
'servicesPermitted'.public void setTransferredConnections(ConnectionList transferredConnections)
transferredConnections
- the value of field
'transferredConnections'.public void setTransferredToDevice(SubjectDeviceID transferredToDevice)
transferredToDevice
- the value of field
'transferredToDevice'.public void setTransferringDevice(SubjectDeviceID transferringDevice)
transferringDevice
- the value of field
'transferringDevice'.public void setUserData(UserData userData)
userData
- the value of field 'userData'.public static TransferedEvent unmarshalTransferedEvent(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 |