|
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.ConnectionList
public class ConnectionList
Provides the linkage mechanism between a device's old connection ID and new connection ID resulting from the conference or transfer.
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 |
---|
public ConnectionList()
Method Detail |
---|
public void addConnectionListItem(ConnectionListItem vConnectionListItem) throws java.lang.IndexOutOfBoundsException
vConnectionListItem
-
java.lang.IndexOutOfBoundsException
public void addConnectionListItem(int index, ConnectionListItem vConnectionListItem) throws java.lang.IndexOutOfBoundsException
index
- vConnectionListItem
-
java.lang.IndexOutOfBoundsException
public java.util.Enumeration enumerateConnectionListItem()
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public ConnectionListItem getConnectionListItem(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public ConnectionListItem[] getConnectionListItem()
public int getConnectionListItemCount()
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 removeAllConnectionListItem()
public ConnectionListItem removeConnectionListItem(int index)
index
-
public void setConnectionListItem(int index, ConnectionListItem vConnectionListItem) throws java.lang.IndexOutOfBoundsException
index
- vConnectionListItem
-
java.lang.IndexOutOfBoundsException
public void setConnectionListItem(ConnectionListItem[] connectionListItemArray)
connectionListItemArray
- public static ConnectionList unmarshalConnectionList(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 |