org.apache.geronimo.transformer
Class TransformerCollection

java.lang.Object
  extended by org.apache.geronimo.transformer.TransformerCollection
All Implemented Interfaces:
ClassFileTransformer

public class TransformerCollection
extends Object
implements ClassFileTransformer


Constructor Summary
TransformerCollection()
           
 
Method Summary
 void addTransformer(ClassFileTransformer classFileTransformer)
           
 void removeTransformer(ClassFileTransformer classFileTransformer)
           
 byte[] transform(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransformerCollection

public TransformerCollection()
Method Detail

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.