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
SessionCallback
doInSession
in interface SessionCallback<F,java.lang.Object>
session
- The session.java.io.IOException
protected abstract void doInSessionWithoutResult(Session<F> session) throws java.io.IOException
session
- The session.java.io.IOException