Uses of Class
com.pervasive.datarush.cal.SessionAttribute
Packages that use SessionAttribute
Package
Description
Provides interfaces the define the "cluster abstraction layer".
-
Uses of SessionAttribute in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal with parameters of type SessionAttributeModifier and TypeMethodDescription<T> TDistributedCallableContext.getLocalSessionAttribute(AttributeScope scope, SessionAttribute<T> attribute) Looks up the value of a session attribute.<T> voidDistributedCallableContext.setLocalSessionAttribute(AttributeScope scope, SessionAttribute<T> attribute, T value) Sets the value of a session attribute.