autohit.common.channels
Interface Drain

All Known Implementing Classes:
AutohitLogDrain, QueuedDrain

public interface Drain

Version:
1.0 Version History EPG - Rewrite - 27Apr03
Author:
Erich P. Gatejen

Method Summary
 Receipt post(Atom a)
          Post an item
 

Method Detail

post

public Receipt post(Atom a)
             throws ChannelException
Post an item

Parameters:
a - An atom containing the posted data
Returns:
a receipt
Throws:
ChannelException


Test.