4.1.0.610 20071213

ch.ecma.csta.binding
Class CamponCall

java.lang.Object
  extended by ch.ecma.csta.CastorObject
      extended by ch.ecma.csta.binding.CamponCall
All Implemented Interfaces:
java.io.Serializable

public class CamponCall
extends ch.ecma.csta.CastorObject
implements java.io.Serializable

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:

The monitoring event sequence is a QueuedEvent for both device-type and call-type monitoring.

CSTA Functional Requirements:

  1. Only one Camp On Call feature can be active for any calling and called device pair. It is a switching function option (as indicated by the capability exchange services) if additional Camp On Call service requests for that pair result in a positive or negative acknowledgement from the switching function.
  2. To cancel a Camp On Call service, the computing function can either: Note that if the Camp On Call service is successfully cancelled, normal call progress messages of Connection Cleared (with an event cause of Normal Clearing) will be generated.

Version:
$Revision$ $Date$
See Also:
Serialized Form

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

CamponCall

public CamponCall()
Method Detail

equals

public boolean equals(java.lang.Object obj)
Note: hashCode() has not been overriden

Overrides:
equals in class ch.ecma.csta.CastorObject
Parameters:
obj -
Returns:
boolean

getCamponConnection

public ConnectionID getCamponConnection()
Returns the value of field 'camponConnection'. The field 'camponConnection' has the following description: Specifies the connection of the calling device. Mandatory.

Returns:
ConnectionID

getExtensions

public CSTACommonArguments getExtensions()
Returns the value of field 'extensions'.

Returns:
CSTACommonArguments

isValid

public boolean isValid()
Method isValid

Returns:
boolean

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
handler -
Throws:
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setCamponConnection

public void setCamponConnection(ConnectionID camponConnection)
Sets the value of field 'camponConnection'. The field 'camponConnection' has the following description: Specifies the connection of the calling device. Mandatory.

Parameters:
camponConnection - the value of field 'camponConnection'

setExtensions

public void setExtensions(CSTACommonArguments extensions)
Sets the value of field 'extensions'.

Parameters:
extensions - the value of field 'extensions'.

unmarshalCamponCall

public static CamponCall unmarshalCamponCall(java.io.Reader reader)
                                      throws org.exolab.castor.xml.MarshalException,
                                             org.exolab.castor.xml.ValidationException
Method unmarshalCamponCall

Parameters:
reader -
Returns:
CamponCall
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

Throws:
org.exolab.castor.xml.ValidationException

4.1.0.610 20071213

Copyright 2004 Avaya Inc All Rights Reserved.