public abstract class SessionCallbackWithoutResult<F> extends java.lang.Object implements SessionCallback<F,java.lang.Object>
SessionCallback for cases where
no result is returned.| Constructor and Description |
|---|
SessionCallbackWithoutResult() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
doInSession(Session<F> session)
Called within the context of a session.
|
protected abstract void |
doInSessionWithoutResult(Session<F> session)
Called within the context of a session.
|
public java.lang.Object doInSession(Session<F> session) throws java.io.IOException
SessionCallbackdoInSession in interface SessionCallback<F,java.lang.Object>session - The session.java.io.IOExceptionprotected abstract void doInSessionWithoutResult(Session<F> session) throws java.io.IOException
session - The session.java.io.IOException