|
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.DigitsDialedEvent
public class DigitsDialedEvent
Not implemented.
Indicates that a call or feature is being attempted from a device and that a portion of the dialling sequence has been completed. It implies that only part of the input activity is complete, and that more of the dialling sequence needs to be supplied before the entire input activity is complete. After the entire dialling sequence is complete, theOriginatedEvent
will be generated in the case where a call is being attempted.
The last
Digits Dialled event received prior to receiving the Originated
event will
report the last digits dialled to complete the dialling
sequence.
For an illustration of this event, see ECMA 269, section
17.2.6,
Figure 17-38 "Digits Dialled Event".
The Digits Dialed Event could be caused by any of the
following:
MakeCall
or ConsultationCall
service which
started
the dialling sequence. If no digits were specified in the
initiating
Make Call or Consultation Call service (in the case where a
null
string was passed in the service request), the
diallingSequence
parameter in the Digits Dialled event contains a null
string.NetworkReachedEvent
is received prior to the
receipt of an
originated event, it may not be possible to determine the
complete
dialling sequence.
Constructor Summary | |
---|---|
DigitsDialedEvent()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
AssociatedCalledDeviceID |
getAssociatedCalledDevice()
Returns the value of field 'associatedCalledDevice'. |
AssociatedCallingDeviceID |
getAssociatedCallingDevice()
Returns the value of field 'associatedCallingDevice'. |
CallCharacteristics |
getCallCharacteristics()
Returns the value of field 'callCharacteristics'. |
CallLinkageData |
getCallLinkageData()
Returns the value of field 'callLinkageData'. |
EventCause |
getCause()
Returns the value of field 'cause'. |
CorrelatorData |
getCorrelatorData()
Returns the value of field 'correlatorData'. |
ConnectionID |
getDialingConnection()
Returns the value of field 'dialingConnection'. |
ConnectionInformation |
getDialingConnectionInfo()
Returns the value of field 'dialingConnectionInfo'. |
SubjectDeviceID |
getDialingDevice()
Returns the value of field 'dialingDevice'. |
DeviceID |
getDialingSequence()
Returns the value of field 'dialingSequence'. |
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'. |
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'. |
ServicesPermitted |
getServicesPermitted()
Returns the value of field 'servicesPermitted'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
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 |
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 |
setDialingConnection(ConnectionID dialingConnection)
Sets the value of field 'dialingConnection'. |
void |
setDialingConnectionInfo(ConnectionInformation dialingConnectionInfo)
Sets the value of field 'dialingConnectionInfo'. |
void |
setDialingDevice(SubjectDeviceID dialingDevice)
Sets the value of field 'dialingDevice'. |
void |
setDialingSequence(DeviceID dialingSequence)
Sets the value of field 'dialingSequence'. |
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 |
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 |
setServicesPermitted(ServicesPermitted servicesPermitted)
Sets the value of field 'servicesPermitted'. |
static DigitsDialedEvent |
unmarshalDigitsDialedEvent(java.io.Reader reader)
Method unmarshalDigitsDialedEvent |
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 DigitsDialedEvent()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public AssociatedCalledDeviceID getAssociatedCalledDevice()
public AssociatedCallingDeviceID getAssociatedCallingDevice()
public CallCharacteristics getCallCharacteristics()
public CallLinkageData getCallLinkageData()
public EventCause getCause()
public CorrelatorData getCorrelatorData()
public ConnectionID getDialingConnection()
public ConnectionInformation getDialingConnectionInfo()
public SubjectDeviceID getDialingDevice()
public DeviceID getDialingSequence()
public CSTACommonArguments getExtensions()
public java.lang.String getLanguagePreferences()
public LocalConnectionState getLocalConnectionInfo()
public java.lang.String getMonitorCrossRefID()
public NetworkCalledDeviceID getNetworkCalledDevice()
public NetworkCallingDeviceID getNetworkCallingDevice()
public ServicesPermitted getServicesPermitted()
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 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 setCause(EventCause cause)
cause
- the value of field 'cause'.public void setCorrelatorData(CorrelatorData correlatorData)
correlatorData
- the value of field 'correlatorData'.public void setDialingConnection(ConnectionID dialingConnection)
dialingConnection
- the value of field
'dialingConnection'.public void setDialingConnectionInfo(ConnectionInformation dialingConnectionInfo)
dialingConnectionInfo
- the value of field
'dialingConnectionInfo'.public void setDialingDevice(SubjectDeviceID dialingDevice)
dialingDevice
- the value of field 'dialingDevice'.public void setDialingSequence(DeviceID dialingSequence)
dialingSequence
- the value of field 'dialingSequence'.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 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 setServicesPermitted(ServicesPermitted servicesPermitted)
servicesPermitted
- the value of field
'servicesPermitted'.public static DigitsDialedEvent unmarshalDigitsDialedEvent(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 |