org.exolab.jms.config
Class Connectors
java.lang.Object
|
+--org.exolab.jms.config.Connectors
- All Implemented Interfaces:
- java.io.Serializable
- public synchronized class Connectors
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Connectors
public Connectors()
addConnector
public void addConnector(Connector)
throws java.lang.IndexOutOfBoundsException
addConnector
public void addConnector(int,
Connector)
throws java.lang.IndexOutOfBoundsException
clearConnector
public void clearConnector()
enumerateConnector
public java.util.Enumeration enumerateConnector()
getConnector
public Connector getConnector(int)
throws java.lang.IndexOutOfBoundsException
getConnector
public Connector[] getConnector()
getConnectorCount
public int getConnectorCount()
isValid
public boolean isValid()
marshal
public void marshal(java.io.Writer)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
marshal
public void marshal(org.xml.sax.ContentHandler)
throws java.io.IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
removeConnector
public boolean removeConnector(Connector)
setConnector
public void setConnector(int,
Connector)
throws java.lang.IndexOutOfBoundsException
setConnector
public void setConnector(Connector[])
unmarshal
public static Connectors unmarshal(java.io.Reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
validate
public void validate()
throws org.exolab.castor.xml.ValidationException
Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.