Package com.tc.object.bytecode.rwsync

Interface Summary
MethodStrategy A strategy for modifying a method.
 

Class Summary
AddOrRemoveSynchronizedKeywordMethodStrategy  
InitMethodStrategy A strategy to process constructors of classes containing locking fields.
LockingClassAdapter A base for class adapters that wrap methods inside read or write locks.
LockingMethodStrategy Contains constants and utility methods convenient for method instrumentation strategies involving locking with ReentrantReadWriteLocks
LockNames Types and field names used for locking.
MethodId Uniquely identify a method by name and signature.
NoLockMethodStrategy A null "locking strategy" that leaves the method unaltered.
ReplaceMethodAdapter A method adapter that replaces the contents of the method.
SimpleLockMethodStrategy Instrument a method by renaming it and then calling it inside a wrapper method that takes a ReadLock or WriteLock.
 

Enum Summary
LockingMethodStrategy.LockType  
 



Copyright © 2010 Terracotta, Inc.. All Rights Reserved.