Class ConcurrentServicesSessionConfiguration.ConcurrentServicesSessionProvider
- java.lang.Object
-
- com.oracle.coherence.concurrent.config.ConcurrentServicesSessionConfiguration.ConcurrentServicesSessionProvider
-
- All Implemented Interfaces:
SessionProvider,Comparable<SessionProvider>
- Enclosing class:
- ConcurrentServicesSessionConfiguration
public static class ConcurrentServicesSessionConfiguration.ConcurrentServicesSessionProvider extends Object implements SessionProvider
The custom Atomics session provider.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.tangosol.net.SessionProvider
SessionProvider.Context, SessionProvider.DefaultContext, SessionProvider.Option, SessionProvider.Provider, SessionProvider.Providers
-
-
Field Summary
-
Fields inherited from interface com.tangosol.net.SessionProvider
PRIORITY
-
-
Constructor Summary
Constructors Constructor Description ConcurrentServicesSessionProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionProvider.ContextcreateSession(SessionConfiguration configuration, SessionProvider.Context context)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.tangosol.net.SessionProvider
close, compareTo, createSession, createSession, createSession, getPriority
-
-
-
-
Method Detail
-
createSession
public SessionProvider.Context createSession(SessionConfiguration configuration, SessionProvider.Context context)
- Specified by:
createSessionin interfaceSessionProvider
-
-