|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface ConnectionFactory.ConnectionSpec
The connection spec is used to pass connection properties to connection factory during a connection request.
| Method Summary | |
|---|---|
java.lang.ClassLoader |
getClassLoader()Get the class loader for which the configuration should be used. |
java.lang.String |
getConfigURI()Get the configuration URI used to create the connection. |
Isolation |
getIsolation()Get the transaction isolation for this connection. |
java.lang.String |
getServiceName()Get the name of the service that will be associated with any connection obtained with this connection spec. |
int |
getTimeout()Obtain the transaction timeout for this connection. |
XmlElement |
getXmlConfig()Get the cache configuration in xml element format used to create the connection. |
boolean |
isAutoCommit()Get the auto commit option. |
boolean |
isEager()Get the eager mode value. |
| Method Detail |
|---|
java.lang.String getServiceName()
java.lang.String getConfigURI()
XmlElement getXmlConfig()
xml element format used to create the connection.java.lang.ClassLoader getClassLoader()
boolean isAutoCommit()
Isolation getIsolation()
transaction isolation for this connection.boolean isEager()
int getTimeout()
|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||