|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.client.connector.DefaultConnectionManager
public class DefaultConnectionManager
The DefaultConnectionManager
class is the default connection
manager provided with JORAM resource adapter, which intercepts connections
requests coming from non managed client applications.
Constructor Summary | |
---|---|
DefaultConnectionManager()
Creates a DefaultConnectionManager instance. |
Method Summary | |
---|---|
java.lang.Object |
allocateConnection(javax.resource.spi.ManagedConnectionFactory mcf,
javax.resource.spi.ConnectionRequestInfo cxRequest)
Returns a javax.jms.Connection connection instance for
a non managed application. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultConnectionManager()
DefaultConnectionManager
instance.
Method Detail |
---|
public java.lang.Object allocateConnection(javax.resource.spi.ManagedConnectionFactory mcf, javax.resource.spi.ConnectionRequestInfo cxRequest) throws javax.resource.ResourceException
javax.jms.Connection
connection instance for
a non managed application.
allocateConnection
in interface javax.resource.spi.ConnectionManager
javax.resource.spi.CommException
- If connecting fails.
javax.resource.spi.SecurityException
- If connecting is not authorized.
javax.resource.ResourceException
- Generic exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |