org.exolab.jms.config
Class Connectors

java.lang.Object
  |
  +--org.exolab.jms.config.Connectors
All Implemented Interfaces:
java.io.Serializable

public class Connectors
extends java.lang.Object
implements java.io.Serializable

Class Connectors.

Version:
$Revision$ $Date$
See Also:
Serialized Form

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

Connectors

public Connectors()
Method Detail

addConnector

public void addConnector(Connector vConnector)
                  throws java.lang.IndexOutOfBoundsException
Method addConnector
Parameters:
vConnector -  

addConnector

public void addConnector(int index,
                         Connector vConnector)
                  throws java.lang.IndexOutOfBoundsException
Method addConnector
Parameters:
index -  
vConnector -  

clearConnector

public void clearConnector()
Method clearConnector

enumerateConnector

public java.util.Enumeration enumerateConnector()
Method enumerateConnector

getConnector

public Connector getConnector(int index)
                       throws java.lang.IndexOutOfBoundsException
Method getConnector
Parameters:
index -  

getConnector

public Connector[] getConnector()
Method getConnector

getConnectorCount

public int getConnectorCount()
Method getConnectorCount

isValid

public boolean isValid()
Method isValid

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal
Parameters:
out -  

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal
Parameters:
handler -  

removeConnector

public boolean removeConnector(Connector vConnector)
Method removeConnector
Parameters:
vConnector -  

setConnector

public void setConnector(int index,
                         Connector vConnector)
                  throws java.lang.IndexOutOfBoundsException
Method setConnector
Parameters:
index -  
vConnector -  

setConnector

public void setConnector(Connector[] connectorArray)
Method setConnector
Parameters:
connectorArray -  

unmarshal

public static Connectors unmarshal(java.io.Reader reader)
                            throws org.exolab.castor.xml.MarshalException,
                                   org.exolab.castor.xml.ValidationException
Method unmarshal
Parameters:
reader -  

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate


Copyright © 1999-2004 The OpenJMS Group. All Rights Reserved.