SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

com.solarmetric.kodo.enhance
Interface OutputProvider

All Known Implementing Classes:
DefaultOutputProvider

public interface OutputProvider

An interface to provide the enhancer with an java.io.OutputStream appropriate for a given class.


Method Summary
 void notifyClosed(Class c)
          notify implementations that the enhancer has finished work on the class's bytecode and that the stream given prior has been closed.
 OutputStream provideOutputStream(Class c)
          return an output stream for a given class.
 

Method Detail

provideOutputStream

public OutputStream provideOutputStream(Class c)
                                 throws IOException
return an output stream for a given class.

notifyClosed

public void notifyClosed(Class c)
notify implementations that the enhancer has finished work on the class's bytecode and that the stream given prior has been closed.

SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.