Uses of Class
com.pervasive.datarush.cal.AttributeScope
-
Packages that use AttributeScope Package Description com.pervasive.datarush.cal Provides interfaces the define the "cluster abstraction layer". -
-
Uses of AttributeScope in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal that return AttributeScope Modifier and Type Method Description static AttributeScope
AttributeScope. scope(long id)
Intended as a unit-testing hook; useunique()
instead.static AttributeScope
AttributeScope. unique()
Returns the next unique attribute scope.Methods in com.pervasive.datarush.cal with parameters of type AttributeScope 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.
-