|
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.SnapshotDevice
public class SnapshotDevice
Provides information about calls associated with a given device. The information provided identifies each call the device is participating in and the local connection state of the device in that call. The ConnectionIDs found in the response are useful as parameters to SnapshotCall and SingleStepConferenceCall requests.
The single parameter (snapshotObject) is a DeviceID indicating the device to be queried. The DeviceID can be either a third party device ID (representing an extension not controlled by this application) or a first party device ID (representing an extension controlled by this application). In either case, the DeviceID should be obtained using DeviceServices. Negative Acknowledgements:
Constructor Summary | |
---|---|
SnapshotDevice()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
CSTACommonArguments |
getExtensions()
Returns the value of field 'extensions'. |
DeviceID |
getSnapshotObject()
Returns the value of field 'snapshotObject'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setExtensions(CSTACommonArguments extensions)
Sets the value of field 'extensions'. |
void |
setSnapshotObject(DeviceID snapshotObject)
Sets the value of field 'snapshotObject'. |
static SnapshotDevice |
unmarshalSnapshotDevice(java.io.Reader reader)
Method unmarshalSnapshotDevice |
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 SnapshotDevice()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public CSTACommonArguments getExtensions()
public DeviceID getSnapshotObject()
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 setExtensions(CSTACommonArguments extensions)
extensions
- the value of field 'extensions'.public void setSnapshotObject(DeviceID snapshotObject)
snapshotObject
- the value of field 'snapshotObject'.public static SnapshotDevice unmarshalSnapshotDevice(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 |