Class ConfigUtils
- java.lang.Object
-
- com.oracle.coherence.hibernate.cache.v53.configuration.support.ConfigUtils
-
public abstract class ConfigUtils extends Object
Helper class for some common Configuration utilities.- Since:
- 2.3
- Author:
- Gunnar Hillert
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.tangosol.net.Session.OptiongetSessionNameOption(String sessionName)TheSessionname can only be specified using Coherence CE 21.12 and higher.
-
-
-
Method Detail
-
getSessionNameOption
public static com.tangosol.net.Session.Option getSessionNameOption(String sessionName)
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
-
-