Uses of Interface
com.tangosol.net.Session
Packages that use Session
Package
Description
Coherence CDI provides support for CDI (Contexts and Dependency Injection)
within Coherence cluster members.
Coherence Concurrent utilities based on java.util.concurrent.
Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.
Contains packages and classes supporting the Coherence CohQL command line tool.
Contains classes related to the Coherence REST API.
Contains basic cluster interfaces and factories.
Contains classes related to the Coherence Live Event Model.
Contains various generic utilities.
-
Uses of Session in com.oracle.coherence.cdi
Methods in com.oracle.coherence.cdi that return SessionModifier and TypeMethodDescriptionSessionProducer.getDefaultSession(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint) Produces the defaultSession.protected SessionAbstractCacheInterceptor.getSession(String sName) Obtains the namedSessionor the default one if session name was not specified.SessionProducer.getSessionWithName(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint) Produces aSessionfor a given scope.SessionProducer.getSessionWithSessionName(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint) Produces aSessionfor a given scope. -
Uses of Session in com.oracle.coherence.concurrent
Methods in com.oracle.coherence.concurrent that return Session -
Uses of Session in com.oracle.coherence.concurrent.locks
Methods in com.oracle.coherence.concurrent.locks that return Session -
Uses of Session in com.tangosol.coherence.dslquery
Fields in com.tangosol.coherence.dslquery declared as SessionModifier and TypeFieldDescriptionprotected SessionExecutionContext.m_sessionTheSessionto use for cache access.Methods in com.tangosol.coherence.dslquery that return SessionModifier and TypeMethodDescriptionExecutionContext.getSession()Return the currentSessionthat will be used by commands executed under this context.Methods in com.tangosol.coherence.dslquery with parameters of type SessionModifier and TypeMethodDescriptionvoidExecutionContext.setSession(Session session) Set theSessionthat will be used by commands executed under this context. -
Uses of Session in com.tangosol.coherence.rest
Fields in com.tangosol.coherence.rest declared as Session -
Uses of Session in com.tangosol.net
Classes in com.tangosol.net that implement SessionModifier and TypeClassDescriptionclassAn implementation of aSessionallowing applications to use the new operator to create aSessionvia the defaultSessionProvider.Fields in com.tangosol.net declared as SessionModifier and TypeFieldDescriptionprotected SessionCoherenceSession.m_sessionThe underlyingSessionto which this implementation will delegate requests.Methods in com.tangosol.net that return SessionModifier and TypeMethodDescriptionstatic SessionSession.create()Obtain the default Session.static SessionSession.create(Session.Option... options) Deprecated.default SessionSessionProvider.createSession(Session.Option... options) Deprecated.static SessionSession.ensure(SessionConfiguration configuration) Obtain aSessionbased on the specified configuration or throw anIllegalStateExceptionif a session could not be obtained.static SessionSession.ensure(SessionConfiguration configuration, Coherence.Mode mode) Obtain aSessionbased on the specified configuration or throw anIllegalStateExceptionif a session could not be obtained.Coherence.getSession()Coherence.getSession(String sName) SessionProvider.Context.getSession()Return theSessioncreated by the provider, ornullif no session could be created.SessionProvider.DefaultContext.getSession()Methods in com.tangosol.net that return types with arguments of type SessionModifier and TypeMethodDescriptionSession.create(SessionConfiguration configuration) Possibly obtain aSessionbased on the specified configuration.Session.create(SessionConfiguration configuration, Coherence.Mode mode) Possibly obtain aSessionbased on the specified configuration.Session.create(SessionConfiguration configuration, Coherence.Mode mode, Iterable<? extends EventInterceptor<?>> interceptors) Possibly obtain aSessionbased on the specified configuration.SessionProvider.createSession(SessionConfiguration configuration, Coherence.Mode mode) Create aSessionfrom the specified configuration.SessionProvider.createSession(SessionConfiguration configuration, Coherence.Mode defaultMode, Iterable<? extends EventInterceptor<?>> interceptors) Create aSessionfrom the specified configuration.SessionProvider.createSession(SessionConfiguration configuration, Coherence.Mode defaultMode, String sScopePrefix, Iterable<? extends EventInterceptor<?>> interceptors) Create aSessionfrom the specified configuration.Coherence.findSession(String sName) static Collection<Session> Coherence.findSessionsByScope(String sScope) Coherence.getSessionIfPresent(String sName) Coherence.getSessionsWithScope(String sScope) Methods in com.tangosol.net with parameters of type SessionModifier and TypeMethodDescriptionComplete this context.default voidCacheFactoryBuilder.releaseSession(Session session) default voidSessionProvider.releaseSession(Session session) Release theSession. -
Uses of Session in com.tangosol.net.events
Methods in com.tangosol.net.events that return SessionModifier and TypeMethodDescriptionSessionLifecycleEvent.getSession()TheSessioninstance that this event is associated with. -
Uses of Session in com.tangosol.util
Methods in com.tangosol.util with parameters of type SessionModifier and TypeMethodDescriptionstatic ExecutionContextQueryHelper.createExecutionContext(Session session) Create a newExecutionContext.
create(SessionConfiguration)