|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jms.config.ConnectorResources
The connectorResources element is the root element of all connector resource documents.
Constructor Summary | |
ConnectorResources()
|
Method Summary | |
void |
addConnectorResource(ConnectorResource vConnectorResource)
Method addConnectorResource |
void |
addConnectorResource(int index,
ConnectorResource vConnectorResource)
Method addConnectorResource |
void |
clearConnectorResource()
Method clearConnectorResource |
java.util.Enumeration |
enumerateConnectorResource()
Method enumerateConnectorResource |
ConnectorResource[] |
getConnectorResource()
Method getConnectorResource |
ConnectorResource |
getConnectorResource(int index)
Method getConnectorResource |
int |
getConnectorResourceCount()
Method getConnectorResourceCount |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
boolean |
removeConnectorResource(ConnectorResource vConnectorResource)
Method removeConnectorResource |
void |
setConnectorResource(ConnectorResource[] connectorResourceArray)
Method setConnectorResource |
void |
setConnectorResource(int index,
ConnectorResource vConnectorResource)
Method setConnectorResource |
static ConnectorResources |
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 ConnectorResources()
Method Detail |
public void addConnectorResource(ConnectorResource vConnectorResource) throws java.lang.IndexOutOfBoundsException
vConnectorResource
- public void addConnectorResource(int index, ConnectorResource vConnectorResource) throws java.lang.IndexOutOfBoundsException
index
- vConnectorResource
- public void clearConnectorResource()
public java.util.Enumeration enumerateConnectorResource()
public ConnectorResource getConnectorResource(int index) throws java.lang.IndexOutOfBoundsException
index
- public ConnectorResource[] getConnectorResource()
public int getConnectorResourceCount()
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 removeConnectorResource(ConnectorResource vConnectorResource)
vConnectorResource
- public void setConnectorResource(int index, ConnectorResource vConnectorResource) throws java.lang.IndexOutOfBoundsException
index
- vConnectorResource
- public void setConnectorResource(ConnectorResource[] connectorResourceArray)
connectorResourceArray
- public static ConnectorResources 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 |