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(String user, String password)
          Get a connection to a remote jBASE instance.
 JConnection getConnection(String user, String password, Properties props)
          Get a connection to a remote jBASE instance.
 JConnection getConnection(String user, String account, 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(String user,
                          String password)
                          throws JRemoteException

Get a connection to a remote jBASE instance.

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

getConnection

JConnection getConnection(String user,
                          String password,
                          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(String user,
                          String account,
                          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 © 2016 TEMENOS. All Rights Reserved.