Uses of Interface
org.tentackle.session.SessionDependable
-
Packages that use SessionDependable Package Description org.tentackle.session The low-level core of sessions, persistent objects and operations. -
-
Uses of SessionDependable in org.tentackle.session
Methods in org.tentackle.session with parameters of type SessionDependable Modifier and Type Method Description default voidSession. applyTo(SessionDependable obj)Applies this session to a session dependable object.
The method must invoke obj.setSession() only if the session really differs.Method parameters in org.tentackle.session with type arguments of type SessionDependable Modifier and Type Method Description default voidSession. applyTo(java.util.Collection<? extends SessionDependable> list)Applies this session to a collection of session dependables.
-