com.nhncorp.neptune.changelog.pipe
Interface PipeEventHandler


public interface PipeEventHandler


Method Summary
 void pipeClosed(java.lang.String tabletName, java.lang.String pipeKey)
           
 void pipeEstablished(java.lang.String tabletName, java.lang.String pipeKey, Pipe pipe)
           
 

Method Detail

pipeEstablished

void pipeEstablished(java.lang.String tabletName,
                     java.lang.String pipeKey,
                     Pipe pipe)
                     throws java.io.IOException
Throws:
java.io.IOException

pipeClosed

void pipeClosed(java.lang.String tabletName,
                java.lang.String pipeKey)
                throws java.io.IOException
Throws:
java.io.IOException