Uses of Interface
com.tangosol.coherence.transaction.ConnectionFactory.ConnectionSpec
-
Packages that use ConnectionFactory.ConnectionSpec Package Description com.tangosol.coherence.transaction Contains classes related to the Coherence Transaction Framework. -
-
Uses of ConnectionFactory.ConnectionSpec in com.tangosol.coherence.transaction
Classes in com.tangosol.coherence.transaction that implement ConnectionFactory.ConnectionSpec Modifier and Type Class Description classConnectionSpecImplThe connection spec implementation used to pass the connection info to the connection request on the connection factory.Methods in com.tangosol.coherence.transaction with parameters of type ConnectionFactory.ConnectionSpec Modifier and Type Method Description ConnectionConnectionFactory. createConnection(ConnectionFactory.ConnectionSpec connectionSpec)Create a connection to a Coherence data grid using the specifiedconnection specification.ConnectionDefaultConnectionFactory. createConnection(ConnectionFactory.ConnectionSpec connectionSpec)Create a connection to a Coherence data grid using the specifiedconnection specification.
-