com.nhncorp.neptune.changelog.pipe
Class CloseState
java.lang.Object
com.nhncorp.neptune.changelog.pipe.CloseState
- All Implemented Interfaces:
- FaultInjectionIF
public class CloseState
- extends java.lang.Object
- implements FaultInjectionIF
|
Method Summary |
java.lang.String |
getStateName()
|
void |
init(com.nhncorp.neptune.changelog.pipe.Pipe.Context ctx)
|
static com.nhncorp.neptune.changelog.pipe.PipeState |
instance()
|
boolean |
readFromNext(com.nhncorp.neptune.changelog.pipe.Pipe.Context ctx)
|
boolean |
readFromPrev(com.nhncorp.neptune.changelog.pipe.Pipe.Context ctx)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CloseState
public CloseState()
instance
public static com.nhncorp.neptune.changelog.pipe.PipeState instance()
getStateName
public java.lang.String getStateName()
init
public void init(com.nhncorp.neptune.changelog.pipe.Pipe.Context ctx)
throws java.io.IOException
- Throws:
java.io.IOException
readFromNext
public boolean readFromNext(com.nhncorp.neptune.changelog.pipe.Pipe.Context ctx)
throws java.io.IOException
- Throws:
java.io.IOException
readFromPrev
public boolean readFromPrev(com.nhncorp.neptune.changelog.pipe.Pipe.Context ctx)
throws java.io.IOException
- Throws:
java.io.IOException