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.OptiongetSessionNameOption(String sessionName) TheSessionname can only be specified using Coherence CE 21.12 and higher.
-
Method Details
-
getSessionNameOption
TheSessionname can only be specified using Coherence CE 21.12 and higher. Specifying a sessionNames for older Coherence versions will result in anIllegalArgumentExceptionto be thrown.- Parameters:
sessionName- must not be null- Returns:
- the Session.Option
-