|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConnectionFactory
This interface is used for creating connections to connection profiles. This interface must be implemented by connection factory extensions.
Method Summary | |
---|---|
IConnection |
createConnection(IConnectionProfile profile)
This method creates a connection to a server based on the properties specified by the connection profile. |
IConnection |
createConnection(IConnectionProfile profile,
java.lang.String uid,
java.lang.String pwd)
This method creates a connection to a server based on the properties specified by the connection profile. |
Method Detail |
---|
IConnection createConnection(IConnectionProfile profile)
profile
- the profile to connect to.
IConnection createConnection(IConnectionProfile profile, java.lang.String uid, java.lang.String pwd)
profile
- the profile to connect to.uid
- the user id to usepwd
- the password to use
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |