sunw.demo.classfile
Class EncapsulatedEventAdaptorClassFile

java.lang.Object
  |
  +--sunw.demo.classfile.EncapsulatedEventAdaptorClassFile

public final class EncapsulatedEventAdaptorClassFile
extends java.lang.Object

This class is used by the EncapsulatedEventAdaptorGenerator to author the implementation of the EncapsulatedEventAdaptor classes that it is responsible for generating and loading.

This class wraps all the ClassFile generic support classes and provides the adaptor specific implemenetation.


Constructor Summary
EncapsulatedEventAdaptorClassFile(java.lang.String className, java.io.OutputStream os)
           This statis function creates the class file implementation and writes it to the stream for loading ...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncapsulatedEventAdaptorClassFile

public EncapsulatedEventAdaptorClassFile(java.lang.String className,
                                         java.io.OutputStream os)
                                  throws java.io.IOException,
                                         java.lang.ClassNotFoundException

This statis function creates the class file implementation and writes it to the stream for loading ...

Parameters:
className - the name of the adaptor class to synthesize.
os - the stream to write the class file into