|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionDelegate | |
org.jboss.jms.client | |
org.jboss.jms.client.delegate | |
org.jboss.jms.client.state | |
org.jboss.jms.server.endpoint | |
org.jboss.jms.server.endpoint.advised | |
org.jboss.jms.tx |
Uses of ConnectionDelegate in org.jboss.jms.client |
Fields in org.jboss.jms.client declared as ConnectionDelegate | |
protected ConnectionDelegate |
JBossConnection.delegate
|
Methods in org.jboss.jms.client that return ConnectionDelegate | |
ConnectionDelegate |
JBossConnection.getDelegate()
|
Constructors in org.jboss.jms.client with parameters of type ConnectionDelegate | |
JBossConnectionConsumer(ConnectionDelegate conn,
JBossDestination dest,
java.lang.String subName,
java.lang.String messageSelector,
ServerSessionPool sessPool,
int maxMessages)
JBossConnectionConsumer constructor |
|
JBossConnection(ConnectionDelegate delegate,
int connectionType)
|
Uses of ConnectionDelegate in org.jboss.jms.client.delegate |
Classes in org.jboss.jms.client.delegate that implement ConnectionDelegate | |
class |
ClientConnectionDelegate
The client-side Connection delegate class. |
Methods in org.jboss.jms.client.delegate that return ConnectionDelegate | |
ConnectionDelegate |
ClientConnectionFactoryDelegate.createConnectionDelegate(java.lang.String username,
java.lang.String password)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
Uses of ConnectionDelegate in org.jboss.jms.client.state |
Constructors in org.jboss.jms.client.state with parameters of type ConnectionDelegate | |
ConnectionState(int serverID,
ConnectionDelegate delegate,
JMSRemotingConnection remotingConnection,
Version versionToUse,
ResourceManager rm,
MessageIdGenerator gen)
|
Uses of ConnectionDelegate in org.jboss.jms.server.endpoint |
Methods in org.jboss.jms.server.endpoint that return ConnectionDelegate | |
ConnectionDelegate |
ConnectionFactoryEndpoint.createConnectionDelegate(java.lang.String username,
java.lang.String password)
|
ConnectionDelegate |
ServerConnectionFactoryEndpoint.createConnectionDelegate(java.lang.String username,
java.lang.String password)
|
Uses of ConnectionDelegate in org.jboss.jms.server.endpoint.advised |
Methods in org.jboss.jms.server.endpoint.advised that return ConnectionDelegate | |
ConnectionDelegate |
ConnectionFactoryAdvised.createConnectionDelegate(java.lang.String username,
java.lang.String password)
|
Uses of ConnectionDelegate in org.jboss.jms.tx |
Methods in org.jboss.jms.tx with parameters of type ConnectionDelegate | |
void |
ResourceManager.commitLocal(LocalTx xid,
ConnectionDelegate connection)
|
void |
ResourceManager.rollbackLocal(LocalTx xid,
ConnectionDelegate connection)
|
void |
ResourceManager.commit(javax.transaction.xa.Xid xid,
boolean onePhase,
ConnectionDelegate connection)
|
void |
ResourceManager.rollback(javax.transaction.xa.Xid xid,
ConnectionDelegate connection)
|
protected int |
ResourceManager.prepare(javax.transaction.xa.Xid xid,
ConnectionDelegate connection)
|
protected javax.transaction.xa.Xid[] |
ResourceManager.recover(int flags,
ConnectionDelegate conn)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |