|
jremote jbase5.2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JConnectionFactory
The connection factory for connections to remote a jBASE instance.
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 |
---|
JConnection getConnection() throws JRemoteException
Get a connection to a remote jBASE instance.
JRemoteException
JConnection getConnection(String user, String password) throws JRemoteException
Get a connection to a remote jBASE instance.
user
- password
-
JRemoteException
JConnection getConnection(String user, String password, Properties props) throws JRemoteException
Get a connection to a remote jBASE instance.
user
- password
- connection
- properties
JRemoteException
JConnection getConnection(String user, String account, String password) throws JRemoteException
Get a connection to a remote jBASE account.
user
- account
- password
-
JRemoteException
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.
handler
-
JRemoteException
|
jremote jbase5.2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |