jremote jbase5.2.1

com.jbase.jremote
Interface JConnectionFactory

All Known Implementing Classes:
DefaultJConnectionFactory, JRemoteConnectionFactoryImpl

public interface JConnectionFactory

The connection factory for connections to remote a jBASE instance.

Author:
aphethean

Method Summary
 JConnection getConnection()
          Get a connection to a remote jBASE instance.
 JConnection getConnection(JConnectionCallbackHandler handler)
          Get a connection to a remote jBASE instance, in a managed environment the callback handler provides ancillary connection initialisation.
 JConnection getConnection(java.lang.String user, java.lang.String password)
          Get a connection to a remote jBASE instance.
 JConnection getConnection(java.lang.String user, java.lang.String password, java.util.Properties props)
          Get a connection to a remote jBASE instance.
 JConnection getConnection(java.lang.String user, java.lang.String account, java.lang.String password)
          Get a connection to a remote jBASE account.
 

Method Detail

getConnection

JConnection getConnection()
                          throws JRemoteException

Get a connection to a remote jBASE instance.

Returns:
JConnection The connection
Throws:
JRemoteException

getConnection

JConnection getConnection(java.lang.String user,
                          java.lang.String password)
                          throws JRemoteException

Get a connection to a remote jBASE instance.

Parameters:
user -
password -
Returns:
JConnection The connection
Throws:
JRemoteException

getConnection

JConnection getConnection(java.lang.String user,
                          java.lang.String password,
                          java.util.Properties props)
                          throws JRemoteException

Get a connection to a remote jBASE instance.

Parameters:
user -
password -
connection - properties
Returns:
JConnection The connection
Throws:
JRemoteException

getConnection

JConnection getConnection(java.lang.String user,
                          java.lang.String account,
                          java.lang.String password)
                          throws JRemoteException

Get a connection to a remote jBASE account.

Parameters:
user -
account -
password -
Returns:
JConnection The connection
Throws:
JRemoteException

getConnection

JConnection getConnection(JConnectionCallbackHandler handler)
                          throws JRemoteException

Get a connection to a remote jBASE instance, in a managed environment the callback handler provides ancillary connection initialisation.

Parameters:
handler -
Returns:
JConnection The connection
Throws:
JRemoteException

jremote jbase5.2.1

Copyright © 2010 TEMENOS. All Rights Reserved.