|
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.ConnectionListItems
public class ConnectionListItems
Class ConnectionListItems.
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 |
---|
public ConnectionListItems()
Method Detail |
---|
public void addConnection(ConnectionID vConnection) throws java.lang.IndexOutOfBoundsException
vConnection
-
java.lang.IndexOutOfBoundsException
public void addConnection(int index, ConnectionID vConnection) throws java.lang.IndexOutOfBoundsException
index
- vConnection
-
java.lang.IndexOutOfBoundsException
public java.util.Enumeration enumerateConnection()
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public ConnectionID getConnection(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public ConnectionID[] getConnection()
public int getConnectionCount()
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 removeAllConnection()
public ConnectionID removeConnection(int index)
index
-
public void setConnection(int index, ConnectionID vConnection) throws java.lang.IndexOutOfBoundsException
index
- vConnection
-
java.lang.IndexOutOfBoundsException
public void setConnection(ConnectionID[] connectionArray)
connectionArray
- public static ConnectionListItems unmarshalConnectionListItems(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 |