org.exolab.jms.config
Class ConnectorResources

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

public synchronized class ConnectorResources
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ConnectorResources()
           
 
Method Summary
 void addConnectorResource(ConnectorResource)
           
 void addConnectorResource(int, ConnectorResource)
           
 void clearConnectorResource()
           
 java.util.Enumeration enumerateConnectorResource()
           
 ConnectorResource[] getConnectorResource()
           
 ConnectorResource getConnectorResource(int)
           
 int getConnectorResourceCount()
           
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler)
           
 void marshal(java.io.Writer)
           
 boolean removeConnectorResource(ConnectorResource)
           
 void setConnectorResource(ConnectorResource[])
           
 void setConnectorResource(int, ConnectorResource)
           
static ConnectorResources 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

ConnectorResources

public ConnectorResources()
Method Detail

addConnectorResource

public void addConnectorResource(ConnectorResource)
                          throws java.lang.IndexOutOfBoundsException

addConnectorResource

public void addConnectorResource(int,
                                 ConnectorResource)
                          throws java.lang.IndexOutOfBoundsException

clearConnectorResource

public void clearConnectorResource()

enumerateConnectorResource

public java.util.Enumeration enumerateConnectorResource()

getConnectorResource

public ConnectorResource getConnectorResource(int)
                                       throws java.lang.IndexOutOfBoundsException

getConnectorResource

public ConnectorResource[] getConnectorResource()

getConnectorResourceCount

public int getConnectorResourceCount()

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

removeConnectorResource

public boolean removeConnectorResource(ConnectorResource)

setConnectorResource

public void setConnectorResource(int,
                                 ConnectorResource)
                          throws java.lang.IndexOutOfBoundsException

setConnectorResource

public void setConnectorResource(ConnectorResource[])

unmarshal

public static ConnectorResources 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.