Class ConfigUtils
java.lang.Object
com.oracle.coherence.hibernate.cache.v6.configuration.support.ConfigUtils
Helper class for some common Configuration utilities.
- Since:
- 2.3
- Author:
- Gunnar Hillert
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.tangosol.net.Session.Option
getSessionNameOption
(String sessionName) TheSession
name can only be specified using Coherence CE 21.12 and higher.
-
Method Details
-
getSessionNameOption
TheSession
name can only be specified using Coherence CE 21.12 and higher. Specifying a sessionNames for older Coherence versions will result in anIllegalArgumentException
to be thrown.- Parameters:
sessionName
- must not be null- Returns:
- the Session.Option
-