|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionConfiguration | |
---|---|
org.palo.api | |
org.palo.api.impl |
Uses of ConnectionConfiguration in org.palo.api |
---|
Methods in org.palo.api that return ConnectionConfiguration | |
---|---|
abstract ConnectionConfiguration |
ConnectionFactory.getConfiguration(java.lang.String host,
java.lang.String service)
Creates a new ConnectionConfiguration instance. |
abstract ConnectionConfiguration |
ConnectionFactory.getConfiguration(java.lang.String host,
java.lang.String service,
java.lang.String user,
java.lang.String password)
Creates a new ConnectionConfiguration instance with the specified
settings for host, service, user and password. |
Methods in org.palo.api with parameters of type ConnectionConfiguration | |
---|---|
abstract Connection |
ConnectionFactory.newConnection(ConnectionConfiguration cfg)
Creates a new Connection using the connection settings from the
given ConnectionConfiguration |
Uses of ConnectionConfiguration in org.palo.api.impl |
---|
Methods in org.palo.api.impl that return ConnectionConfiguration | |
---|---|
ConnectionConfiguration |
ConnectionFactoryImpl.getConfiguration(java.lang.String host,
java.lang.String service)
Returns a default ConnectionConfiguration instance. |
ConnectionConfiguration |
ConnectionFactoryImpl.getConfiguration(java.lang.String host,
java.lang.String service,
java.lang.String user,
java.lang.String password)
|
Methods in org.palo.api.impl with parameters of type ConnectionConfiguration | |
---|---|
Connection |
ConnectionFactoryImpl.newConnection(ConnectionConfiguration cfg)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |