|
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.GroupPickupCall
public class GroupPickupCall
This request is not supported.
Moves a call that is a member of a specified or default pickup group to a new specified destination. This results in a connection in a pickup group to be connected to a new specified destination inside the switching sub-domain. Note that the difference between this service and theDirectedPickupCall
service is that Directed Pickup Call service specifies the
actual connection
to be picked up whereby the Group Pickup Call service does not.
For an illustration of this event, see ECMA 269, section
17.1.14,
Figure 17-15 "Group Pickup Call Service".
pickedCall
connection will transition from
an allowable
initial state of Null to an allowable final state of
Connected.DeflectCall
service in that the
Deflect Call service redirects a call to another destination
(in
which the resulting state of the new destination depends on the
destination's type and active features). The Group Pickup
Call
service redirects a call to another destination which is
immediately connected to the call.newDestination
connects to by first determining which group the
newDestination
belongs to (either as specified by the pickGroup
parameter or by a switching function administered group
associated
with the newDestination
device) and then
connecting it
to the appropriate call.newDestination
, all features such as
Forwarding
and Do Not Disturb for this device will be ignored while the
call
is being redirected to it.newDestination
or
pickGroup
parameters. A complete and valid device identifier will be
provided, otherwise the switching function will reject the
service
request with a negative acknowledgement.
Constructor Summary | |
---|---|
GroupPickupCall()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
CorrelatorData |
getCorrelatorData()
Returns the value of field 'correlatorData'. |
CSTACommonArguments |
getExtensions()
Returns the value of field 'extensions'. |
DeviceID |
getNewDestination()
Returns the value of field 'newDestination'. |
DeviceID |
getPickGroup()
Returns the value of field 'pickGroup'. |
UserData |
getUserData()
Returns the value of field 'userData'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setCorrelatorData(CorrelatorData correlatorData)
Sets the value of field 'correlatorData'. |
void |
setExtensions(CSTACommonArguments extensions)
Sets the value of field 'extensions'. |
void |
setNewDestination(DeviceID newDestination)
Sets the value of field 'newDestination'. |
void |
setPickGroup(DeviceID pickGroup)
Sets the value of field 'pickGroup'. |
void |
setUserData(UserData userData)
Sets the value of field 'userData'. |
static GroupPickupCall |
unmarshalGroupPickupCall(java.io.Reader reader)
Method unmarshalGroupPickupCall |
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 GroupPickupCall()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public CorrelatorData getCorrelatorData()
public CSTACommonArguments getExtensions()
public DeviceID getNewDestination()
public DeviceID getPickGroup()
newDestination device
.
public UserData getUserData()
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 setCorrelatorData(CorrelatorData correlatorData)
correlatorData
- the value of field 'correlatorData'.public void setExtensions(CSTACommonArguments extensions)
extensions
- the value of field 'extensions'.public void setNewDestination(DeviceID newDestination)
newDestination
- the value of field 'newDestination'.public void setPickGroup(DeviceID pickGroup)
newDestination device
.
pickGroup
- the value of field 'pickGroup'.public void setUserData(UserData userData)
userData
- the value of field 'userData'.public static GroupPickupCall unmarshalGroupPickupCall(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 |