|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jms.config.Connectors
Class Connectors.
Constructor Summary | |
Connectors()
|
Method Summary | |
void |
addConnector(Connector vConnector)
Method addConnector |
void |
addConnector(int index,
Connector vConnector)
Method addConnector |
void |
clearConnector()
Method clearConnector |
java.util.Enumeration |
enumerateConnector()
Method enumerateConnector |
Connector[] |
getConnector()
Method getConnector |
Connector |
getConnector(int index)
Method getConnector |
int |
getConnectorCount()
Method getConnectorCount |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
boolean |
removeConnector(Connector vConnector)
Method removeConnector |
void |
setConnector(Connector[] connectorArray)
Method setConnector |
void |
setConnector(int index,
Connector vConnector)
Method setConnector |
static Connectors |
unmarshal(java.io.Reader reader)
Method unmarshal |
void |
validate()
Method validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Connectors()
Method Detail |
public void addConnector(Connector vConnector) throws java.lang.IndexOutOfBoundsException
vConnector
- public void addConnector(int index, Connector vConnector) throws java.lang.IndexOutOfBoundsException
index
- vConnector
- public void clearConnector()
public java.util.Enumeration enumerateConnector()
public Connector getConnector(int index) throws java.lang.IndexOutOfBoundsException
index
- public Connector[] getConnector()
public int getConnectorCount()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- public boolean removeConnector(Connector vConnector)
vConnector
- public void setConnector(int index, Connector vConnector) throws java.lang.IndexOutOfBoundsException
index
- vConnector
- public void setConnector(Connector[] connectorArray)
connectorArray
- public static Connectors unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- public void validate() throws org.exolab.castor.xml.ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |