org.apache.geronimo.transformer
Class TransformerCollection
java.lang.Object
org.apache.geronimo.transformer.TransformerCollection
- All Implemented Interfaces:
- ClassFileTransformer
public class TransformerCollection
- extends Object
- implements ClassFileTransformer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransformerCollection
public TransformerCollection()
transform
public byte[] transform(ClassLoader loader,
String className,
Class<?> classBeingRedefined,
ProtectionDomain protectionDomain,
byte[] classfileBuffer)
throws IllegalClassFormatException
- Specified by:
transform
in interface ClassFileTransformer
- Throws:
IllegalClassFormatException
addTransformer
public void addTransformer(ClassFileTransformer classFileTransformer)
removeTransformer
public void removeTransformer(ClassFileTransformer classFileTransformer)
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.