org.terracotta.collections
Class ConcurrentDistributedMapAdapter
java.lang.Object
com.tc.asm.ClassAdapter
org.terracotta.collections.ConcurrentDistributedMapAdapter
- All Implemented Interfaces:
- com.tc.asm.ClassVisitor, com.tc.object.bytecode.ClassAdapterFactory
public class ConcurrentDistributedMapAdapter
- extends com.tc.asm.ClassAdapter
- implements com.tc.object.bytecode.ClassAdapterFactory
| Fields inherited from class com.tc.asm.ClassAdapter |
cv |
| Methods inherited from class com.tc.asm.ClassAdapter |
visitAnnotation, visitAttribute, visitEnd, visitField, visitInnerClass, visitMethod, visitOuterClass, visitSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConcurrentDistributedMapAdapter
public ConcurrentDistributedMapAdapter(com.tc.asm.ClassVisitor cv)
ConcurrentDistributedMapAdapter
public ConcurrentDistributedMapAdapter()
create
public com.tc.asm.ClassAdapter create(com.tc.asm.ClassVisitor visitor,
ClassLoader loader)
- Specified by:
create in interface com.tc.object.bytecode.ClassAdapterFactory
visit
public void visit(int version,
int access,
String name,
String signature,
String superName,
String[] interfaces)
- Specified by:
visit in interface com.tc.asm.ClassVisitor- Overrides:
visit in class com.tc.asm.ClassAdapter
Copyright © 2010 Terracotta, Inc.. All Rights Reserved.