|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.jms.serverless.GroupConnectionFactory
Constructor Summary | |
GroupConnectionFactory(java.lang.String stackConfigFileName)
|
Method Summary | |
Connection (src) |
createConnection()
The Connection is stopped, but it is active (ready to send and receive traffic), which means the method throws an exception if the group cannot be contacted for some reason. |
Connection (src) |
createConnection(java.lang.String userName,
java.lang.String password)
The Connection is stopped, but it is active (ready to send and receive traffic), which means the method throws an exception if the group cannot be contacted for some reason. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public GroupConnectionFactory(java.lang.String stackConfigFileName)
Method Detail |
public Connection (src) createConnection() throws JMSException (src)
createConnection
in interface ConnectionFactory (src)
JMSException (src)
- if the JMS provider fails to create the
connection due to some internal error.ConnectionFactory.createConnection()
public java.lang.String toString()
public Connection (src) createConnection(java.lang.String userName, java.lang.String password) throws JMSException (src)
createConnection
in interface ConnectionFactory (src)
userName
- the caller's user namepassword
- the caller's password
JMSException (src)
- if the JMS provider fails to create the
connection due to some internal error.ConnectionFactory.createConnection(String, String)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |