Uses of Interface
com.sun.jdo.api.persistence.enhancer.ByteCodeEnhancer
Packages that use ByteCodeEnhancer
-
Uses of ByteCodeEnhancer in com.sun.jdo.api.persistence.enhancer
Classes in com.sun.jdo.api.persistence.enhancer that implement ByteCodeEnhancerModifier and TypeClassDescriptionfinal classclassImplements a JDO enhancer as a byte-code filtering tool.Fields in com.sun.jdo.api.persistence.enhancer declared as ByteCodeEnhancerMethods in com.sun.jdo.api.persistence.enhancer with parameters of type ByteCodeEnhancerModifier and TypeMethodDescriptionstatic final booleanByteCodeEnhancerHelper.enhanceClassFile(ByteCodeEnhancer enhancer, InputStream in, OutputStream out) Enhances a classfile.static final booleanByteCodeEnhancerHelper.enhanceZipFile(ByteCodeEnhancer enhancer, ZipInputStream zip_in, ZipOutputStream zip_out) Enhances a zip file.Constructors in com.sun.jdo.api.persistence.enhancer with parameters of type ByteCodeEnhancerModifierConstructorDescriptionByteCodeEnhancerTimer(ByteCodeEnhancer delegate) Creates an instance.