org.milyn.scribe
Interface Flushable


public interface Flushable

The Flusable interface

Provides a method for flushing the DAO. What 'flushing' means depends on the implementation.

Author:
maurice.zeijen@smies.com

Method Summary
 void flush()
          Flush the DAO
 

Method Detail

flush

void flush()
Flush the DAO

Throws:
UnsupportedOperationException - if the operation is not supported


Copyright © 2014. All Rights Reserved.