|
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.CamponCall
public class CamponCall
This request is not supported.
Allows the computing function to queue a call for a device (that typically is busy) until that device becomes available (after finishing a current call or any previously queued calls, for example). For an illustration of this event, see ECMA 269, section 17.1.6, Figure 17-6 "Camp On Call Service". See also Connection Failure for a complete description of "Call ID only" connection IDs. Connection State Transitions:camponConnection
will transition from
an allowable
initial state of Connected to an allowable final state of
Connected.QueuedEvent
for both
device-type and call-type monitoring.
CSTA Functional Requirements:
ClearConnection
service or ClearCall
service with the campon connection.
Constructor Summary | |
---|---|
CamponCall()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
ConnectionID |
getCamponConnection()
Returns the value of field 'camponConnection'. |
CSTACommonArguments |
getExtensions()
Returns the value of field 'extensions'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setCamponConnection(ConnectionID camponConnection)
Sets the value of field 'camponConnection'. |
void |
setExtensions(CSTACommonArguments extensions)
Sets the value of field 'extensions'. |
static CamponCall |
unmarshalCamponCall(java.io.Reader reader)
Method unmarshalCamponCall |
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 CamponCall()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public ConnectionID getCamponConnection()
public CSTACommonArguments getExtensions()
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 setCamponConnection(ConnectionID camponConnection)
camponConnection
- the value of field 'camponConnection'public void setExtensions(CSTACommonArguments extensions)
extensions
- the value of field 'extensions'.public static CamponCall unmarshalCamponCall(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 |