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