Uses of Interface
com.pushtechnology.diffusion.client.session.Session.SessionLock
Packages that use Session.SessionLock
Package
Description
Client API : Standard Features.
Client API : Sessions.
-
Uses of Session.SessionLock in com.pushtechnology.diffusion.client.features
Methods in com.pushtechnology.diffusion.client.features with parameters of type Session.SessionLockModifier and TypeMethodDescriptionUpdateConstraint.Factory.locked
(Session.SessionLock lock) Create a constraint requiring a lock to be held by the session. -
Uses of Session.SessionLock in com.pushtechnology.diffusion.client.session
Methods in com.pushtechnology.diffusion.client.session that return types with arguments of type Session.SessionLockModifier and TypeMethodDescriptionAttempt to acquire asession lock
.Session.lock
(String lockName, Session.SessionLockScope scope) Variant ofSession.lock(String)
that provides control over when a lock will be released.