jremote jbase5.2.1

Uses of Interface
com.jbase.jremote.JConnection

Packages that use JConnection
com.jbase.jremote   
com.jbase.jremote.io   
com.jbase.jremote.jca   
com.jbase.jremote.jca.cci   
com.jbase.jremote.jca.spring   
 

Uses of JConnection in com.jbase.jremote
 

Subinterfaces of JConnection in com.jbase.jremote
 interface JXAConnection
           
 

Methods in com.jbase.jremote that return JConnection
 JConnection JConnectionFactory.getConnection()
          Get a connection to a remote jBASE instance.
 JConnection DefaultJConnectionFactory.getConnection()
           
 JConnection JConnectionFactory.getConnection(JConnectionCallbackHandler handler)
          Get a connection to a remote jBASE instance, in a managed environment the callback handler provides ancillary connection initialisation.
 JConnection DefaultJConnectionFactory.getConnection(JConnectionCallbackHandler handler)
           
 JConnection JConnectionFactory.getConnection(java.lang.String user, java.lang.String password)
          Get a connection to a remote jBASE instance.
 JConnection DefaultJConnectionFactory.getConnection(java.lang.String user, java.lang.String password)
           
 JConnection JConnectionFactory.getConnection(java.lang.String user, java.lang.String password, java.util.Properties props)
          Get a connection to a remote jBASE instance.
 JConnection DefaultJConnectionFactory.getConnection(java.lang.String user, java.lang.String password, java.util.Properties props)
           
 JConnection JConnectionFactory.getConnection(java.lang.String user, java.lang.String account, java.lang.String password)
          Get a connection to a remote jBASE account.
 JConnection DefaultJConnectionFactory.getConnection(java.lang.String user, java.lang.String account, java.lang.String password)
           
 

Methods in com.jbase.jremote with parameters of type JConnection
 boolean JConnectionCallbackHandler.initialise(javax.security.auth.Subject subject, JConnection connection)
          Initialise a connection for the supplied Subject.
 boolean JConnectionCallbackHandler.reinitialise(javax.security.auth.Subject subject, JConnection connection)
          The Subject intends to use a connection that was previously initialised for another Subject.
 boolean JConnectionCallbackHandler.reuse(javax.security.auth.Subject subject, JConnection connection)
          The Subject is reusing the supplied connection.
 

Uses of JConnection in com.jbase.jremote.io
 

Classes in com.jbase.jremote.io that implement JConnection
 class JConnectionImpl
          The connection to a remote jBASE instance implemented using a IO messages over an abstract connection.
 

Uses of JConnection in com.jbase.jremote.jca
 

Classes in com.jbase.jremote.jca that implement JConnection
 class WrappedJConnection
           Implementation of a connection to a remote jBASE instance.
 

Methods in com.jbase.jremote.jca that return JConnection
protected  JConnection JRemoteManagedConnectionFactory.connect()
           
protected  JConnection WrappedJConnection.getConnection()
          Get the real connection.
 JConnection JRemoteManagedConnection.getConnection()
           
 JConnection JRemoteConnectionFactoryImpl.getConnection()
           
 JConnection JRemoteConnectionFactoryImpl.getConnection(JConnectionCallbackHandler handler)
           
 JConnection JRemoteConnectionFactoryImpl.getConnection(java.lang.String user, java.lang.String password)
           
 JConnection JRemoteConnectionFactoryImpl.getConnection(java.lang.String user, java.lang.String password, java.util.Properties props)
           
 JConnection JRemoteConnectionFactoryImpl.getConnection(java.lang.String user, java.lang.String account, java.lang.String password)
           
protected  JConnection JRemoteConnectionFactoryImpl.getConnection(java.lang.String user, java.lang.String account, java.lang.String password, JConnectionCallbackHandler handler)
           
 

Methods in com.jbase.jremote.jca with parameters of type JConnection
protected  void WrappedJConnection.setConnection(JConnection connection)
           
 

Constructors in com.jbase.jremote.jca with parameters of type JConnection
JRemoteManagedConnection(JConnection connection, javax.security.auth.Subject subject)
          Constructor for JRemoteManagedConnection
 

Uses of JConnection in com.jbase.jremote.jca.cci
 

Methods in com.jbase.jremote.jca.cci that return JConnection
protected  JConnection CCIJConnection.getJConnection()
           
 

Constructors in com.jbase.jremote.jca.cci with parameters of type JConnection
CCIJConnection(JConnection c)
           
CCILocalTransactionManager(JConnection c)
           
 

Uses of JConnection in com.jbase.jremote.jca.spring
 

Methods in com.jbase.jremote.jca.spring that return JConnection
static JConnection JConnectionFactoryUtils.getConnection(JConnectionFactory cf)
          Obtain a JConnection from the given JConnectionFactory.
 JConnection ConnectionHolder.getJConnection()
           
 

Methods in com.jbase.jremote.jca.spring with parameters of type JConnection
static boolean JConnectionFactoryUtils.isConnectionTransactional(JConnection con, JConnectionFactory cf)
          Determine whether the given JRemote Connection is transactional, that is, bound to the current thread by Spring's transaction facilities.
static void JConnectionFactoryUtils.releaseConnection(JConnection con, JConnectionFactory cf)
          Close the given JConnection, obtained from the given JConnectionFactory, if it is not managed externally (that is, not bound to the thread).
 

Constructors in com.jbase.jremote.jca.spring with parameters of type JConnection
ConnectionHolder(JConnection connection)
           
 


jremote jbase5.2.1

Copyright © 2010 TEMENOS. All Rights Reserved.