Uses of Enum Class
com.oracle.coherence.spring.configuration.session.SessionType
Packages that use SessionType
Package
Description
Spring configuration Support.
Provides Coherence sesssion configuration support.
-
Uses of SessionType in com.oracle.coherence.spring.configuration
Method parameters in com.oracle.coherence.spring.configuration with type arguments of type SessionTypeModifier and TypeMethodDescriptionprotected com.tangosol.net.CoherenceDefaultCoherenceConfigurer.createCoherence(Set<SessionType> detectedSessionTypes) Creates aCoherenceinstance with theCoherenceConfigurationprovided byDefaultCoherenceConfigurer.getCoherenceConfiguration(). -
Uses of SessionType in com.oracle.coherence.spring.configuration.session
Methods in com.oracle.coherence.spring.configuration.session that return SessionTypeModifier and TypeMethodDescriptionAbstractSessionConfigurationBean.getType()Returns the type of the session.static SessionTypeReturns the enum constant of this class with the specified name.static SessionType[]SessionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.oracle.coherence.spring.configuration.session with parameters of type SessionTypeModifier and TypeMethodDescriptionvoidAbstractSessionConfigurationBean.setType(SessionType sessionType) Set the priority of this configuration.