|
Oracle® Coherence Java API Reference Release 3.6.1.0 E18814-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ConnectionFactory
A factory for connections to a Coherence data grid.
| Method Summary | |
|---|---|
Connection |
createConnection()Create a connection to a Coherence data grid. |
Connection |
createConnection(java.lang.ClassLoader loader)Create a connection to a Coherence data grid. |
Connection |
createConnection(java.lang.String sServiceName)Create a connection to a Coherence data grid. |
Connection |
createConnection(java.lang.String sServiceName, java.lang.ClassLoader loader)Create a connection to a Coherence data grid. |
| Method Detail |
|---|
Connection createConnection()
Connection createConnection(java.lang.String sServiceName)
sServiceName - the name of the cache service to be associated with the connection; must be specified in a "transactional-scheme" configuration elementConnection createConnection(java.lang.ClassLoader loader)
loader - class loader that should be used to configure the connection
Connection createConnection(java.lang.String sServiceName,
java.lang.ClassLoader loader)
sServiceName - the name of the cache service to be associated with the connection; must be specified in a "transactional-scheme" configuration elementloader - class loader that should be used to configure the connection
|
Oracle® Coherence Java API Reference Release 3.6.1.0 E18814-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||