Package io.hyperfoil.api.session
Interface ObjectAccess
-
- All Superinterfaces:
ReadAccess,java.io.Serializable,WriteAccess
public interface ObjectAccess extends WriteAccess
-
-
Field Summary
-
Fields inherited from interface io.hyperfoil.api.session.WriteAccess
log, trace
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectactivate(Session session)Make variable set without changing its (pre-allocated) value.voidsetObject(Session session, java.lang.Object value)-
Methods inherited from interface io.hyperfoil.api.session.ReadAccess
getInt, getObject, getVar, index, isSequenceScoped, isSet, key, setIndex
-
Methods inherited from interface io.hyperfoil.api.session.WriteAccess
createVar, unset
-
-