Uses of Class
com.pervasive.datarush.cal.SessionAttribute
-
Packages that use SessionAttribute Package Description com.pervasive.datarush.cal 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 SessionAttribute Modifier and Type Method Description <T> T
DistributedCallableContext. getLocalSessionAttribute(AttributeScope scope, SessionAttribute<T> attribute)
Looks up the value of a session attribute.<T> void
DistributedCallableContext. setLocalSessionAttribute(AttributeScope scope, SessionAttribute<T> attribute, T value)
Sets the value of a session attribute.
-