org.apache.openejb.persistence
Class PersistenceBootstrap.Transformer
java.lang.Object
org.apache.openejb.persistence.PersistenceBootstrap.Transformer
- All Implemented Interfaces:
- ClassFileTransformer
- Enclosing class:
- PersistenceBootstrap
public static class PersistenceBootstrap.Transformer
- extends Object
- implements ClassFileTransformer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistenceBootstrap.Transformer
public PersistenceBootstrap.Transformer(ClassFileTransformer transformer)
transform
public byte[] transform(ClassLoader loader,
String className,
Class<?> classBeingRedefined,
ProtectionDomain protectionDomain,
byte[] classfileBuffer)
throws IllegalClassFormatException
- Specified by:
transform
in interface ClassFileTransformer
- Throws:
IllegalClassFormatException
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.