|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jms.config.ConnectionFactories
Connection factories are bound in JNDI by the OpenJMS server. This element defines the type and binding of factories.
Constructor Summary | |
ConnectionFactories()
|
Method Summary | |
void |
addQueueConnectionFactory(int index,
QueueConnectionFactory vQueueConnectionFactory)
Method addQueueConnectionFactory |
void |
addQueueConnectionFactory(QueueConnectionFactory vQueueConnectionFactory)
Method addQueueConnectionFactory |
void |
addTopicConnectionFactory(int index,
TopicConnectionFactory vTopicConnectionFactory)
Method addTopicConnectionFactory |
void |
addTopicConnectionFactory(TopicConnectionFactory vTopicConnectionFactory)
Method addTopicConnectionFactory |
void |
addXAQueueConnectionFactory(int index,
XAQueueConnectionFactory vXAQueueConnectionFactory)
Method addXAQueueConnectionFactory |
void |
addXAQueueConnectionFactory(XAQueueConnectionFactory vXAQueueConnectionFactory)
Method addXAQueueConnectionFactory |
void |
addXATopicConnectionFactory(int index,
XATopicConnectionFactory vXATopicConnectionFactory)
Method addXATopicConnectionFactory |
void |
addXATopicConnectionFactory(XATopicConnectionFactory vXATopicConnectionFactory)
Method addXATopicConnectionFactory |
void |
clearQueueConnectionFactory()
Method clearQueueConnectionFactory |
void |
clearTopicConnectionFactory()
Method clearTopicConnectionFactory |
void |
clearXAQueueConnectionFactory()
Method clearXAQueueConnectionFactory |
void |
clearXATopicConnectionFactory()
Method clearXATopicConnectionFactory |
java.util.Enumeration |
enumerateQueueConnectionFactory()
Method enumerateQueueConnectionFactory |
java.util.Enumeration |
enumerateTopicConnectionFactory()
Method enumerateTopicConnectionFactory |
java.util.Enumeration |
enumerateXAQueueConnectionFactory()
Method enumerateXAQueueConnectionFactory |
java.util.Enumeration |
enumerateXATopicConnectionFactory()
Method enumerateXATopicConnectionFactory |
QueueConnectionFactory[] |
getQueueConnectionFactory()
Method getQueueConnectionFactory |
QueueConnectionFactory |
getQueueConnectionFactory(int index)
Method getQueueConnectionFactory |
int |
getQueueConnectionFactoryCount()
Method getQueueConnectionFactoryCount |
TopicConnectionFactory[] |
getTopicConnectionFactory()
Method getTopicConnectionFactory |
TopicConnectionFactory |
getTopicConnectionFactory(int index)
Method getTopicConnectionFactory |
int |
getTopicConnectionFactoryCount()
Method getTopicConnectionFactoryCount |
XAQueueConnectionFactory[] |
getXAQueueConnectionFactory()
Method getXAQueueConnectionFactory |
XAQueueConnectionFactory |
getXAQueueConnectionFactory(int index)
Method getXAQueueConnectionFactory |
int |
getXAQueueConnectionFactoryCount()
Method getXAQueueConnectionFactoryCount |
XATopicConnectionFactory[] |
getXATopicConnectionFactory()
Method getXATopicConnectionFactory |
XATopicConnectionFactory |
getXATopicConnectionFactory(int index)
Method getXATopicConnectionFactory |
int |
getXATopicConnectionFactoryCount()
Method getXATopicConnectionFactoryCount |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
boolean |
removeQueueConnectionFactory(QueueConnectionFactory vQueueConnectionFactory)
Method removeQueueConnectionFactory |
boolean |
removeTopicConnectionFactory(TopicConnectionFactory vTopicConnectionFactory)
Method removeTopicConnectionFactory |
boolean |
removeXAQueueConnectionFactory(XAQueueConnectionFactory vXAQueueConnectionFactory)
Method removeXAQueueConnectionFactory |
boolean |
removeXATopicConnectionFactory(XATopicConnectionFactory vXATopicConnectionFactory)
Method removeXATopicConnectionFactory |
void |
setQueueConnectionFactory(int index,
QueueConnectionFactory vQueueConnectionFactory)
Method setQueueConnectionFactory |
void |
setQueueConnectionFactory(QueueConnectionFactory[] queueConnectionFactoryArray)
Method setQueueConnectionFactory |
void |
setTopicConnectionFactory(int index,
TopicConnectionFactory vTopicConnectionFactory)
Method setTopicConnectionFactory |
void |
setTopicConnectionFactory(TopicConnectionFactory[] topicConnectionFactoryArray)
Method setTopicConnectionFactory |
void |
setXAQueueConnectionFactory(int index,
XAQueueConnectionFactory vXAQueueConnectionFactory)
Method setXAQueueConnectionFactory |
void |
setXAQueueConnectionFactory(XAQueueConnectionFactory[] XAQueueConnectionFactoryArray)
Method setXAQueueConnectionFactory |
void |
setXATopicConnectionFactory(int index,
XATopicConnectionFactory vXATopicConnectionFactory)
Method setXATopicConnectionFactory |
void |
setXATopicConnectionFactory(XATopicConnectionFactory[] XATopicConnectionFactoryArray)
Method setXATopicConnectionFactory |
static ConnectionFactories |
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 ConnectionFactories()
Method Detail |
public void addQueueConnectionFactory(QueueConnectionFactory vQueueConnectionFactory) throws java.lang.IndexOutOfBoundsException
vQueueConnectionFactory
- public void addQueueConnectionFactory(int index, QueueConnectionFactory vQueueConnectionFactory) throws java.lang.IndexOutOfBoundsException
index
- vQueueConnectionFactory
- public void addTopicConnectionFactory(TopicConnectionFactory vTopicConnectionFactory) throws java.lang.IndexOutOfBoundsException
vTopicConnectionFactory
- public void addTopicConnectionFactory(int index, TopicConnectionFactory vTopicConnectionFactory) throws java.lang.IndexOutOfBoundsException
index
- vTopicConnectionFactory
- public void addXAQueueConnectionFactory(XAQueueConnectionFactory vXAQueueConnectionFactory) throws java.lang.IndexOutOfBoundsException
vXAQueueConnectionFactory
- public void addXAQueueConnectionFactory(int index, XAQueueConnectionFactory vXAQueueConnectionFactory) throws java.lang.IndexOutOfBoundsException
index
- vXAQueueConnectionFactory
- public void addXATopicConnectionFactory(XATopicConnectionFactory vXATopicConnectionFactory) throws java.lang.IndexOutOfBoundsException
vXATopicConnectionFactory
- public void addXATopicConnectionFactory(int index, XATopicConnectionFactory vXATopicConnectionFactory) throws java.lang.IndexOutOfBoundsException
index
- vXATopicConnectionFactory
- public void clearQueueConnectionFactory()
public void clearTopicConnectionFactory()
public void clearXAQueueConnectionFactory()
public void clearXATopicConnectionFactory()
public java.util.Enumeration enumerateQueueConnectionFactory()
public java.util.Enumeration enumerateTopicConnectionFactory()
public java.util.Enumeration enumerateXAQueueConnectionFactory()
public java.util.Enumeration enumerateXATopicConnectionFactory()
public QueueConnectionFactory getQueueConnectionFactory(int index) throws java.lang.IndexOutOfBoundsException
index
- public QueueConnectionFactory[] getQueueConnectionFactory()
public int getQueueConnectionFactoryCount()
public TopicConnectionFactory getTopicConnectionFactory(int index) throws java.lang.IndexOutOfBoundsException
index
- public TopicConnectionFactory[] getTopicConnectionFactory()
public int getTopicConnectionFactoryCount()
public XAQueueConnectionFactory getXAQueueConnectionFactory(int index) throws java.lang.IndexOutOfBoundsException
index
- public XAQueueConnectionFactory[] getXAQueueConnectionFactory()
public int getXAQueueConnectionFactoryCount()
public XATopicConnectionFactory getXATopicConnectionFactory(int index) throws java.lang.IndexOutOfBoundsException
index
- public XATopicConnectionFactory[] getXATopicConnectionFactory()
public int getXATopicConnectionFactoryCount()
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 removeQueueConnectionFactory(QueueConnectionFactory vQueueConnectionFactory)
vQueueConnectionFactory
- public boolean removeTopicConnectionFactory(TopicConnectionFactory vTopicConnectionFactory)
vTopicConnectionFactory
- public boolean removeXAQueueConnectionFactory(XAQueueConnectionFactory vXAQueueConnectionFactory)
vXAQueueConnectionFactory
- public boolean removeXATopicConnectionFactory(XATopicConnectionFactory vXATopicConnectionFactory)
vXATopicConnectionFactory
- public void setQueueConnectionFactory(int index, QueueConnectionFactory vQueueConnectionFactory) throws java.lang.IndexOutOfBoundsException
index
- vQueueConnectionFactory
- public void setQueueConnectionFactory(QueueConnectionFactory[] queueConnectionFactoryArray)
queueConnectionFactoryArray
- public void setTopicConnectionFactory(int index, TopicConnectionFactory vTopicConnectionFactory) throws java.lang.IndexOutOfBoundsException
index
- vTopicConnectionFactory
- public void setTopicConnectionFactory(TopicConnectionFactory[] topicConnectionFactoryArray)
topicConnectionFactoryArray
- public void setXAQueueConnectionFactory(int index, XAQueueConnectionFactory vXAQueueConnectionFactory) throws java.lang.IndexOutOfBoundsException
index
- vXAQueueConnectionFactory
- public void setXAQueueConnectionFactory(XAQueueConnectionFactory[] XAQueueConnectionFactoryArray)
XAQueueConnectionFactoryArray
- public void setXATopicConnectionFactory(int index, XATopicConnectionFactory vXATopicConnectionFactory) throws java.lang.IndexOutOfBoundsException
index
- vXATopicConnectionFactory
- public void setXATopicConnectionFactory(XATopicConnectionFactory[] XATopicConnectionFactoryArray)
XATopicConnectionFactoryArray
- public static ConnectionFactories 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 |