biz.hammurapi.web.mda
Interface RootChannel

All Superinterfaces:
biz.hammurapi.util.Attributable, Channel
All Known Implementing Classes:
FileRootChannel

public interface RootChannel
extends Channel

Creates channels and flushes them to their "final" destinations.

Author:
Pavel

Method Summary
 void flush()
          Outputs all channels to their destinations.
 
Methods inherited from interface biz.hammurapi.web.mda.Channel
getChannel, getChannel, getParts, getWriter, getWriter
 
Methods inherited from interface biz.hammurapi.util.Attributable
getAttribute, removeAttribute, setAttribute
 

Method Detail

flush

public void flush()
           throws java.io.IOException
Outputs all channels to their destinations. Channels shall not be used afer flush() is invoked.

Throws:
java.io.IOException


Copyright © 2006 Hammurapi Group. All Rights Reserved.