com.nhncorp.neptune.changelog.pipe
Interface InitStateTestIF

All Known Implementing Classes:
InitState

public interface InitStateTestIF


Method Summary
 void clearWriteProcess(com.nhncorp.neptune.changelog.pipe.Pipe.Context ctx)
           
 int processPipeConnection(com.nhncorp.neptune.changelog.pipe.Pipe.Context ctx, PipeConnectionInfo connInfo)
           
 

Method Detail

clearWriteProcess

void clearWriteProcess(com.nhncorp.neptune.changelog.pipe.Pipe.Context ctx)
                       throws java.io.IOException
Throws:
java.io.IOException

processPipeConnection

int processPipeConnection(com.nhncorp.neptune.changelog.pipe.Pipe.Context ctx,
                          PipeConnectionInfo connInfo)
                          throws java.io.IOException,
                                 UnmatchedLogException
Throws:
java.io.IOException
UnmatchedLogException