|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleodbc.javaagent.instrumentor.InstrumentorCache
public class InstrumentorCache
Cache che contiene le classi già modificate per i contratti
Constructor Summary | |
---|---|
InstrumentorCache()
Inizializzazione |
Method Summary | |
---|---|
byte[] |
getFromCache(java.lang.String name)
Ritorna una classe se è già in cache |
void |
setCache(java.lang.String name,
byte[] byteCode)
Imposta un bytecode nella cache |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InstrumentorCache()
Method Detail |
---|
public byte[] getFromCache(java.lang.String name)
name
- Nome della classe
public void setCache(java.lang.String name, byte[] byteCode)
name
- Nome della classe corrispondentebyteCode
- Bytecode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |