4.1.0.610 20071213

ch.ecma.csta.binding
Class ConnectionListItems

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

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

Class ConnectionListItems.

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

Constructor Summary
ConnectionListItems()
           
 
Method Summary
 void addConnection(ConnectionID vConnection)
          Method addConnection
 void addConnection(int index, ConnectionID vConnection)
          Method addConnection
 java.util.Enumeration enumerateConnection()
          Method enumerateConnection
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 ConnectionID[] getConnection()
          Method getConnection
 ConnectionID getConnection(int index)
          Method getConnection
 int getConnectionCount()
          Method getConnectionCount
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void removeAllConnection()
          Method removeAllConnection
 ConnectionID removeConnection(int index)
          Method removeConnection
 void setConnection(ConnectionID[] connectionArray)
          Method setConnection
 void setConnection(int index, ConnectionID vConnection)
          Method setConnection
static ConnectionListItems unmarshalConnectionListItems(java.io.Reader reader)
          Method unmarshalConnectionListItems
 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

ConnectionListItems

public ConnectionListItems()
Method Detail

addConnection

public void addConnection(ConnectionID vConnection)
                   throws java.lang.IndexOutOfBoundsException
Method addConnection

Parameters:
vConnection -
Throws:
java.lang.IndexOutOfBoundsException

addConnection

public void addConnection(int index,
                          ConnectionID vConnection)
                   throws java.lang.IndexOutOfBoundsException
Method addConnection

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

enumerateConnection

public java.util.Enumeration enumerateConnection()
Method enumerateConnection

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

getConnection

public ConnectionID getConnection(int index)
                           throws java.lang.IndexOutOfBoundsException
Method getConnection

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

getConnection

public ConnectionID[] getConnection()
Method getConnection

Returns:
ConnectionID

getConnectionCount

public int getConnectionCount()
Method getConnectionCount

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

removeAllConnection

public void removeAllConnection()
Method removeAllConnection


removeConnection

public ConnectionID removeConnection(int index)
Method removeConnection

Parameters:
index -
Returns:
ConnectionID

setConnection

public void setConnection(int index,
                          ConnectionID vConnection)
                   throws java.lang.IndexOutOfBoundsException
Method setConnection

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

setConnection

public void setConnection(ConnectionID[] connectionArray)
Method setConnection

Parameters:
connectionArray -

unmarshalConnectionListItems

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

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