|
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.StartDataCollection
public class StartDataCollection
This request has been deprecated.
Starts data collection on a connection. Used to collect information such as DTMF/rotary pulse digits and telephony tones from a connection at a specified device. Data Collection may be started on either an existing connection or on the first connection that appears at a device after the service request has been acknowledged. Data Collection continues until theStopDataCollection
service is used
to terminate the collection or until the connection over which
data is
being collected is cleared. This connection is either an
existing
connection or the first connection that appears at a device
after the
service request has been acknowledged.
The service request specifies criteria that specify when the
collection of
DTMF/rotary pulse digits is reported via the DataCollected
service.
digitsReportingCriteria
parameter, is satisfied.
When
telephony tones are being collected, the Data Collected service
is
sent after a single telephony tone is collected.digitsReportingCriteria
is not
provided, the number
of digits (for digits collection) that need to be detected
before
the Data Collected service is generated is switching function
specific.
Constructor Summary | |
---|---|
StartDataCollection()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
DataCollType |
getDataCollType()
Returns the value of field 'dataCollType'. |
DigitsReportingCriteria |
getDigitsReportingCriteria()
Returns the value of field 'digitsReportingCriteria'. |
CSTACommonArguments |
getExtensions()
Returns the value of field 'extensions'. |
CallObject |
getObject()
Returns the value of field 'object'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setDataCollType(DataCollType dataCollType)
Sets the value of field 'dataCollType'. |
void |
setDigitsReportingCriteria(DigitsReportingCriteria digitsReportingCriteria)
Sets the value of field 'digitsReportingCriteria'. |
void |
setExtensions(CSTACommonArguments extensions)
Sets the value of field 'extensions'. |
void |
setObject(CallObject object)
Sets the value of field 'object'. |
static StartDataCollection |
unmarshalStartDataCollection(java.io.Reader reader)
Method unmarshalStartDataCollection |
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 StartDataCollection()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public DataCollType getDataCollType()
public DigitsReportingCriteria getDigitsReportingCriteria()
public CSTACommonArguments getExtensions()
public CallObject getObject()
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 setDataCollType(DataCollType dataCollType)
dataCollType
- the value of field 'dataCollType'.public void setDigitsReportingCriteria(DigitsReportingCriteria digitsReportingCriteria)
digitsReportingCriteria
- the value of field
'digitsReportingCriteria'.public void setExtensions(CSTACommonArguments extensions)
extensions
- the value of field 'extensions'.public void setObject(CallObject object)
object
- the value of field 'object'.public static StartDataCollection unmarshalStartDataCollection(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 |