Class ConcurrentServicesSessionConfiguration
java.lang.Object
com.oracle.coherence.concurrent.config.ConcurrentServicesSessionConfiguration
- All Implemented Interfaces:
SessionConfiguration,Comparable<SessionConfiguration>
Session configuration for the concurrent service.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe custom Atomics session provider.Nested classes/interfaces inherited from interface com.tangosol.net.SessionConfiguration
SessionConfiguration.Builder, SessionConfiguration.ConfigurableCacheFactorySessionConfig -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic StringThe URI to the default configuration for thecoherence-concurrentmodule.static StringThe URI to the default configuration for thecoherence-concurrentmodule.static StringThe name of thecoherence-concurrentsession.Fields inherited from interface com.tangosol.net.SessionConfiguration
DEFAULT_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the optional configuration file URI for a session that wraps aConfigurableCacheFactory.getName()Return the name of theSession.Return the scope name of theSession.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.tangosol.net.SessionConfiguration
compareTo, getClassLoader, getInterceptors, getMode, getParameterResolver, getPriority, isEnabled, sessionProvider
-
Field Details
-
SESSION_NAME
-
CONFIG_URI
The URI to the default configuration for thecoherence-concurrentmodule. -
CLIENT_CONFIG_URI
The URI to the default configuration for thecoherence-concurrentmodule.
-
-
Constructor Details
-
ConcurrentServicesSessionConfiguration
public ConcurrentServicesSessionConfiguration()
-
-
Method Details
-
getName
Description copied from interface:SessionConfigurationReturn the name of theSession.If not specifically set the
Coherence.DEFAULT_NAMEwill be used.A session name must be unique.
- Specified by:
getNamein interfaceSessionConfiguration- Returns:
- the name of the
Session
-
getScopeName
Description copied from interface:SessionConfigurationReturn the scope name of theSession.If not specifically set, the name will default to the
SessionConfiguration.getName()value. If theSessionConfiguration.getName()isCoherence.DEFAULT_NAMEno scope will be used.- Specified by:
getScopeNamein interfaceSessionConfiguration- Returns:
- the scope name of the
Session
-
getConfigUri
Description copied from interface:SessionConfigurationReturn the optional configuration file URI for a session that wraps aConfigurableCacheFactory.- Specified by:
getConfigUriin interfaceSessionConfiguration- Returns:
- the optional configuration file URI for a session that
wraps a
ConfigurableCacheFactory
-