|
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.EstablishedEvent
public class EstablishedEvent
Indicates that a device has answered or has been connected to a call.
The supported parameters for the EstablishedEvent are:EstablishedEvent Supported Parameters | ||
---|---|---|
monitorCrossRefID | Mandatory | Associates the event to an established monitor. |
establishedConnection | Mandatory | Specifies the connection that was connected. |
answeringDevice | Mandatory | Specifies the device that connected into the call. |
callingDevice | Mandatory | Specifies the calling device. |
calledDevice | Mandatory | Specifies the originally called device. |
lastRedirectionDevice | Mandatory | Specifies the previously known redirected from device |
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. |
ServiceInitiatedEvent
) (for example, because of MakeCall
with prompting) indicating that the calling device is connected
in the
call. Instead, the computing function will see an OriginatedEvent
indicating connection into the call.DivertedEvent
for all devices in a call or for
call-type
monitors (as indicated through the capabilities exchange
services
option), the computing function will use the
answeringDevice
,
calledDevice
, lastRedirectionDevice
,
and
cause
(eventCause
parameter type)
parameters to properly track the progress of the call as a
result of
the redirection.
See Tracking
a Diverted Call for
more information.originatingNIDConnection
parameter will not be present.associatedCallingDevice
,
networkCallingDevice
or
associatedCalledDevice
,
networkCalledDevice
for external incoming and
outgoing calls
respectively.
Constructor Summary | |
---|---|
EstablishedEvent()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
SubjectDeviceID |
getAnsweringDevice()
Returns the value of field 'answeringDevice'. |
AssociatedCalledDeviceID |
getAssociatedCalledDevice()
Returns the value of field 'associatedCalledDevice'. |
AssociatedCallingDeviceID |
getAssociatedCallingDevice()
Returns the value of field 'associatedCallingDevice'. |
CallCharacteristics |
getCallCharacteristics()
Returns the value of field 'callCharacteristics'. |
CalledDeviceID |
getCalledDevice()
Returns the value of field 'calledDevice'. |
CallingDeviceID |
getCallingDevice()
Returns the value of field 'callingDevice'. |
CallLinkageData |
getCallLinkageData()
Returns the value of field 'callLinkageData'. |
EventCause |
getCause()
Returns the value of field 'cause'. |
CorrelatorData |
getCorrelatorData()
Returns the value of field 'correlatorData'. |
DeviceHistory |
getDeviceHistory()
Returns the value of field 'deviceHistory'. |
ConnectionID |
getEstablishedConnection()
Returns the value of field 'establishedConnection'. |
ConnectionInformation |
getEstablishedConnectionInfo()
Returns the value of field 'establishedConnectionInfo'. |
CSTACommonArguments |
getExtensions()
Returns the value of field 'extensions'. |
java.lang.String |
getLanguagePreferences()
Returns the value of field 'languagePreferences'. |
RedirectionDeviceID |
getLastRedirectionDevice()
Returns the value of field 'lastRedirectionDevice'. |
LocalConnectionState |
getLocalConnectionInfo()
Returns the value of field 'localConnectionInfo'. |
MediaCallCharacteristics |
getMediaCallCharacteristics()
Returns the value of field 'mediaCallCharacteristics'. |
MessageInfo |
getMessageInfo()
Returns the value of field 'messageInfo'. |
java.lang.String |
getMonitorCrossRefID()
Returns the value of field 'monitorCrossRefID'. |
NetworkCalledDeviceID |
getNetworkCalledDevice()
Returns the value of field 'networkCalledDevice'. |
NetworkCallingDeviceID |
getNetworkCallingDevice()
Returns the value of field 'networkCallingDevice'. |
ConnectionID |
getOriginatinNIDConnection()
Returns the value of field 'originatinNIDConnection'. |
ServicesPermitted |
getServicesPermitted()
Returns the value of field 'servicesPermitted'. |
java.lang.String |
getSubjectOfCall()
Returns the value of field 'subjectOfCall'. |
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 |
setAnsweringDevice(SubjectDeviceID answeringDevice)
Sets the value of field 'answeringDevice'. |
void |
setAssociatedCalledDevice(AssociatedCalledDeviceID associatedCalledDevice)
Sets the value of field 'associatedCalledDevice'. |
void |
setAssociatedCallingDevice(AssociatedCallingDeviceID associatedCallingDevice)
Sets the value of field 'associatedCallingDevice'. |
void |
setCallCharacteristics(CallCharacteristics callCharacteristics)
Sets the value of field 'callCharacteristics'. |
void |
setCalledDevice(CalledDeviceID calledDevice)
Sets the value of field 'calledDevice'. |
void |
setCallingDevice(CallingDeviceID callingDevice)
Sets the value of field 'callingDevice'. |
void |
setCallLinkageData(CallLinkageData callLinkageData)
Sets the value of field 'callLinkageData'. |
void |
setCause(EventCause cause)
Sets the value of field 'cause'. |
void |
setCorrelatorData(CorrelatorData correlatorData)
Sets the value of field 'correlatorData'. |
void |
setDeviceHistory(DeviceHistory deviceHistory)
Sets the value of field 'deviceHistory'. |
void |
setEstablishedConnection(ConnectionID establishedConnection)
Sets the value of field 'establishedConnection'. |
void |
setEstablishedConnectionInfo(ConnectionInformation establishedConnectionInfo)
Sets the value of field 'establishedConnectionInfo'. |
void |
setExtensions(CSTACommonArguments extensions)
Sets the value of field 'extensions'. |
void |
setLanguagePreferences(java.lang.String languagePreferences)
Sets the value of field 'languagePreferences'. |
void |
setLastRedirectionDevice(RedirectionDeviceID lastRedirectionDevice)
Sets the value of field 'lastRedirectionDevice'. |
void |
setLocalConnectionInfo(LocalConnectionState localConnectionInfo)
Sets the value of field 'localConnectionInfo'. |
void |
setMediaCallCharacteristics(MediaCallCharacteristics mediaCallCharacteristics)
Sets the value of field 'mediaCallCharacteristics'. |
void |
setMessageInfo(MessageInfo messageInfo)
Sets the value of field 'messageInfo'. |
void |
setMonitorCrossRefID(java.lang.String monitorCrossRefID)
Sets the value of field 'monitorCrossRefID'. |
void |
setNetworkCalledDevice(NetworkCalledDeviceID networkCalledDevice)
Sets the value of field 'networkCalledDevice'. |
void |
setNetworkCallingDevice(NetworkCallingDeviceID networkCallingDevice)
Sets the value of field 'networkCallingDevice'. |
void |
setOriginatinNIDConnection(ConnectionID originatinNIDConnection)
Sets the value of field 'originatinNIDConnection'. |
void |
setServicesPermitted(ServicesPermitted servicesPermitted)
Sets the value of field 'servicesPermitted'. |
void |
setSubjectOfCall(java.lang.String subjectOfCall)
Sets the value of field 'subjectOfCall'. |
void |
setUserData(UserData userData)
Sets the value of field 'userData'. |
static EstablishedEvent |
unmarshalEstablishedEvent(java.io.Reader reader)
Method unmarshalEstablishedEvent |
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 EstablishedEvent()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public SubjectDeviceID getAnsweringDevice()
public AssociatedCalledDeviceID getAssociatedCalledDevice()
public AssociatedCallingDeviceID getAssociatedCallingDevice()
public CallCharacteristics getCallCharacteristics()
public CallLinkageData getCallLinkageData()
public CalledDeviceID getCalledDevice()
public CallingDeviceID getCallingDevice()
public EventCause getCause()
public CorrelatorData getCorrelatorData()
public DeviceHistory getDeviceHistory()
public ConnectionID getEstablishedConnection()
public ConnectionInformation getEstablishedConnectionInfo()
establishedConnection
connection. Optional. If
this
parameter is not present, then the connection information
is switching
function specific.
public CSTACommonArguments getExtensions()
public java.lang.String getLanguagePreferences()
public RedirectionDeviceID getLastRedirectionDevice()
public LocalConnectionState getLocalConnectionInfo()
public MediaCallCharacteristics getMediaCallCharacteristics()
public MessageInfo getMessageInfo()
public java.lang.String getMonitorCrossRefID()
public NetworkCalledDeviceID getNetworkCalledDevice()
public NetworkCallingDeviceID getNetworkCallingDevice()
public ConnectionID getOriginatinNIDConnection()
public ServicesPermitted getServicesPermitted()
public java.lang.String getSubjectOfCall()
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 setAnsweringDevice(SubjectDeviceID answeringDevice)
answeringDevice
- the value of field 'answeringDevice'.public void setAssociatedCalledDevice(AssociatedCalledDeviceID associatedCalledDevice)
associatedCalledDevice
- the value of field
'associatedCalledDevice'.public void setAssociatedCallingDevice(AssociatedCallingDeviceID associatedCallingDevice)
associatedCallingDevice
- the value of field
'associatedCallingDevice'.public void setCallCharacteristics(CallCharacteristics callCharacteristics)
callCharacteristics
- the value of field
'callCharacteristics'.public void setCallLinkageData(CallLinkageData callLinkageData)
callLinkageData
- the value of field 'callLinkageData'.public void setCalledDevice(CalledDeviceID calledDevice)
calledDevice
- the value of field 'calledDevice'.public void setCallingDevice(CallingDeviceID callingDevice)
callingDevice
- the value of field 'callingDevice'.public void setCause(EventCause cause)
cause
- the value of field 'cause'.public void setCorrelatorData(CorrelatorData correlatorData)
correlatorData
- the value of field 'correlatorData'.public void setDeviceHistory(DeviceHistory deviceHistory)
deviceHistory
- the value of field 'deviceHistory'.public void setEstablishedConnection(ConnectionID establishedConnection)
establishedConnection
- the value of field
'establishedConnection'.public void setEstablishedConnectionInfo(ConnectionInformation establishedConnectionInfo)
establishedConnection
connection. Optional. If
this
parameter is not present, then the connection information
is switching
function specific.
establishedConnectionInfo
- the value of field
'establishedConnectionInfo'.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 setLastRedirectionDevice(RedirectionDeviceID lastRedirectionDevice)
lastRedirectionDevice
- the value of field
'lastRedirectionDevice'.public void setLocalConnectionInfo(LocalConnectionState localConnectionInfo)
localConnectionInfo
- the value of field
'localConnectionInfo'.public void setMediaCallCharacteristics(MediaCallCharacteristics mediaCallCharacteristics)
mediaCallCharacteristics
- the value of field
'mediaCallCharacteristics'.public void setMessageInfo(MessageInfo messageInfo)
messageInfo
- the value of field 'messageInfo'.public void setMonitorCrossRefID(java.lang.String monitorCrossRefID)
monitorCrossRefID
- the value of field
'monitorCrossRefID'.public void setNetworkCalledDevice(NetworkCalledDeviceID networkCalledDevice)
networkCalledDevice
- the value of field
'networkCalledDevice'.public void setNetworkCallingDevice(NetworkCallingDeviceID networkCallingDevice)
networkCallingDevice
- the value of field
'networkCallingDevice'.public void setOriginatinNIDConnection(ConnectionID originatinNIDConnection)
originatinNIDConnection
- the value of field
'originatinNIDConnection'.public void setServicesPermitted(ServicesPermitted servicesPermitted)
servicesPermitted
- the value of field
'servicesPermitted'.public void setSubjectOfCall(java.lang.String subjectOfCall)
subjectOfCall
- the value of field 'subjectOfCall'.public void setUserData(UserData userData)
userData
- the value of field 'userData'.public static EstablishedEvent unmarshalEstablishedEvent(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 |