Uses of Enum Class
com.pushtechnology.diffusion.client.session.Session.SessionLockScope
Packages that use Session.SessionLockScope
-
Uses of Session.SessionLockScope in com.pushtechnology.diffusion.client.session
Methods in com.pushtechnology.diffusion.client.session that return Session.SessionLockScopeModifier and TypeMethodDescriptionSession.SessionLock.getScope()
The scope of the lock.static Session.SessionLockScope
Returns the enum constant of this class with the specified name.static Session.SessionLockScope[]
Session.SessionLockScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pushtechnology.diffusion.client.session with parameters of type Session.SessionLockScopeModifier and TypeMethodDescriptionSession.lock
(String lockName, Session.SessionLockScope scope) Variant ofSession.lock(String)
that provides control over when a lock will be released.