修飾子とタイプ | フィールドと説明 |
---|---|
protected Helper |
helper |
protected omero.grid.InternalRepositoryPrx |
repo |
コンストラクタと説明 |
---|
RawAccessRequestI(Registry reg) |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
buildResponse(int step,
java.lang.Object object)
Post-transaction chance to map from the return value of
IRequest.step(int) to a omero.cmd.Respnse object. |
void |
finish()
Method within the transaction boudnaries after all processing has
occurred.
|
java.util.Map<java.lang.String,java.lang.String> |
getCallContext()
Returns the desired call context for this request.
|
omero.cmd.Response |
getResponse()
Returns the current response value.
|
void |
init(Helper helper)
Method called within the transaction boundaries before any processing occurs.
|
void |
local(AbstractRepositoryI abstractRepositoryI,
PublicRepositoryI servant,
Ice.Current __current)
Method called locally to the repository during
rawAccess() . |
omero.cmd.Response |
rawAccess() |
java.lang.Object |
step(int step)
Single uncancellable action which will be performed by this IRequest.
|
__read, __read, __write, __write, ice_factory, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId
protected Helper helper
protected omero.grid.InternalRepositoryPrx repo
public RawAccessRequestI(Registry reg)
public java.util.Map<java.lang.String,java.lang.String> getCallContext()
IRequest
Map
as desired.getCallContext
インタフェース内 IRequest
public void init(Helper helper)
IRequest
Status
object by calling Helper#setSteps(int). This count
will define how many times the {@link #step(int)} method will be called.
The {@link Helper} instance passed in contains those resources needed by
IRequests to interact with data and should be stored for later use.public java.lang.Object step(int step) throws HandleI.Cancel
IRequest
IRequest.buildResponse(int, Object)
for conversion and storage.step
インタフェース内 IRequest
HandleI.Cancel
public void finish() throws HandleI.Cancel
IRequest
HandleI.Cancel
will still rollback the current
transaction.finish
インタフェース内 IRequest
HandleI.Cancel
public void buildResponse(int step, java.lang.Object object)
IRequest
IRequest.step(int)
to a omero.cmd.Respnse
object.buildResponse
インタフェース内 IRequest
public omero.cmd.Response getResponse()
IRequest
getResponse
インタフェース内 IRequest
public omero.cmd.Response rawAccess()
public void local(AbstractRepositoryI abstractRepositoryI, PublicRepositoryI servant, Ice.Current __current) throws java.lang.Exception
rawAccess()
. Only
the remoteable fields should be accessed during this method call since this
will be a copy of the object originally called.abstractRepositoryI
- servant
- __current
- java.lang.Exception