public static class JcrEngine.SessionRequest extends RepoEngine.Request
Constructor and Description |
---|
SessionRequest(RepoEngine.RequestType requestType,
RepoEngine.RequestCallback callback,
UnitOfWorkDelegate requestSession,
String requestName) |
getCallback, getRequestType, setRequestType
public SessionRequest(RepoEngine.RequestType requestType, RepoEngine.RequestCallback callback, UnitOfWorkDelegate requestSession, String requestName)
requestType
- the request type (cannot be null
and must be a session request
.callback
- the callback (can be null
)requestSession
- the session the request pertains to (cannot be null
)requestName
- a name given to the request for logging purposesCopyright © 2013–2019. All rights reserved.