public interface Access extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Object |
activate(Session session)
Make variable set without changing its (pre-allocated) value.
|
int |
addToInt(Session session,
int delta) |
void |
declareInt(Session session) |
void |
declareObject(Session session) |
int |
getInt(Session session) |
Object |
getObject(Session session) |
<V extends Session.Var> |
getVar(Session session) |
boolean |
isSet(Session session) |
void |
setInt(Session session,
int value) |
void |
setObject(Session session,
Object value) |
void |
unset(Session session) |
void declareObject(Session session)
void declareInt(Session session)
boolean isSet(Session session)
int getInt(Session session)
void setInt(Session session, int value)
<V extends Session.Var> V getVar(Session session)
int addToInt(Session session, int delta)
Object activate(Session session)
session - Session with variables.void unset(Session session)
Copyright © 2019 JBoss by Red Hat. All rights reserved.