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

Constructor Summary
Connectors()
           
 
Method Summary
 void addConnector(Connector)
           
 void addConnector(int, Connector)
           
 void clearConnector()
           
 java.util.Enumeration enumerateConnector()
           
 Connector[] getConnector()
           
 Connector getConnector(int)
           
 int getConnectorCount()
           
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler)
           
 void marshal(java.io.Writer)
           
 boolean removeConnector(Connector)
           
 void setConnector(Connector[])
           
 void setConnector(int, Connector)
           
static Connectors unmarshal(java.io.Reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Connectors

public Connectors()
Method Detail

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.