4.1.0.610 20071213

ch.ecma.csta.binding
Class ConnectionList

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

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

Provides the linkage mechanism between a device's old connection ID and new connection ID resulting from the conference or transfer.

CSTA Functional Requirements:

  1. This list should be used by the computing function to associate devices which remain in a call, as a result of a Conference or Transfer, with the connection IDs that are used to manipulate them.

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

Constructor Summary
ConnectionList()
           
 
Method Summary
 void addConnectionListItem(ConnectionListItem vConnectionListItem)
          Method addConnectionListItem
 void addConnectionListItem(int index, ConnectionListItem vConnectionListItem)
          Method addConnectionListItem
 java.util.Enumeration enumerateConnectionListItem()
          Method enumerateConnectionListItem
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 ConnectionListItem[] getConnectionListItem()
          Method getConnectionListItem
 ConnectionListItem getConnectionListItem(int index)
          Method getConnectionListItem
 int getConnectionListItemCount()
          Method getConnectionListItemCount
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void removeAllConnectionListItem()
          Method removeAllConnectionListItem
 ConnectionListItem removeConnectionListItem(int index)
          Method removeConnectionListItem
 void setConnectionListItem(ConnectionListItem[] connectionListItemArray)
          Method setConnectionListItem
 void setConnectionListItem(int index, ConnectionListItem vConnectionListItem)
          Method setConnectionListItem
static ConnectionList unmarshalConnectionList(java.io.Reader reader)
          Method unmarshalConnectionList
 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

ConnectionList

public ConnectionList()
Method Detail

addConnectionListItem

public void addConnectionListItem(ConnectionListItem vConnectionListItem)
                           throws java.lang.IndexOutOfBoundsException
Method addConnectionListItem

Parameters:
vConnectionListItem -
Throws:
java.lang.IndexOutOfBoundsException

addConnectionListItem

public void addConnectionListItem(int index,
                                  ConnectionListItem vConnectionListItem)
                           throws java.lang.IndexOutOfBoundsException
Method addConnectionListItem

Parameters:
index -
vConnectionListItem -
Throws:
java.lang.IndexOutOfBoundsException

enumerateConnectionListItem

public java.util.Enumeration enumerateConnectionListItem()
Method enumerateConnectionListItem

Returns:
Enumeration

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

getConnectionListItem

public ConnectionListItem getConnectionListItem(int index)
                                         throws java.lang.IndexOutOfBoundsException
Method getConnectionListItem

Parameters:
index -
Returns:
ConnectionListItem
Throws:
java.lang.IndexOutOfBoundsException

getConnectionListItem

public ConnectionListItem[] getConnectionListItem()
Method getConnectionListItem

Returns:
ConnectionListItem

getConnectionListItemCount

public int getConnectionListItemCount()
Method getConnectionListItemCount

Returns:
int

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

removeAllConnectionListItem

public void removeAllConnectionListItem()
Method removeAllConnectionListItem


removeConnectionListItem

public ConnectionListItem removeConnectionListItem(int index)
Method removeConnectionListItem

Parameters:
index -
Returns:
ConnectionListItem

setConnectionListItem

public void setConnectionListItem(int index,
                                  ConnectionListItem vConnectionListItem)
                           throws java.lang.IndexOutOfBoundsException
Method setConnectionListItem

Parameters:
index -
vConnectionListItem -
Throws:
java.lang.IndexOutOfBoundsException

setConnectionListItem

public void setConnectionListItem(ConnectionListItem[] connectionListItemArray)
Method setConnectionListItem

Parameters:
connectionListItemArray -

unmarshalConnectionList

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

Parameters:
reader -
Returns:
ConnectionList
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.