|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleodbc.support.AbstractVariableStore
leodbc.support.ThreadSensitiveVariableStore
public class ThreadSensitiveVariableStore
Constructor Summary | |
---|---|
ThreadSensitiveVariableStore()
Memorizzatore di variabili che alloca una instanza per thread |
Method Summary | |
---|---|
void |
addMethodMarker()
Linea di separazione dello stack pe run metodo |
java.lang.Object |
getValue(java.lang.String name)
Riprende un valore |
boolean |
putValue(java.lang.String name,
java.lang.Object val)
Imposta un valore |
void |
removeMethodAssociations()
Rimuove le associazioni di un metodo (ovvero tutto fino alla separation line compresa) |
Methods inherited from class leodbc.support.AbstractVariableStore |
---|
getByte, getDouble, getInt, getLong, putValue, putValue, putValue, putValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThreadSensitiveVariableStore()
Method Detail |
---|
public boolean putValue(java.lang.String name, java.lang.Object val)
name
- Nomeval
- Valorepublic java.lang.Object getValue(java.lang.String name)
public void addMethodMarker()
public void removeMethodAssociations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |