public class HandleI extends Object implements omero.cmd._HandleOperations, IHandle, SessionAware
Runnable
and is passed to a ThreadPool instance
Transitions: +------------------o [FINISHED] | o | | (CREATED) ---o READY o===o RUNNING o===o CANCELLING ---o [CANCELLED] | | o o | |---------------------------| | +--------------------------------------------------------+
Modifier and Type | Class and Description |
---|---|
static class |
HandleI.Cancel
Signals that
run() has noticed that the state diagram
wants a cancellation or that the Request implementation wishes to
stop execution. |
Constructor and Description |
---|
HandleI(int cancelTimeoutMs)
Create a
HandleI (at CREATED in the state diagram)
with the given cancel timeout in milliseconds. |
Modifier and Type | Method and Description |
---|---|
void |
addCallback(omero.cmd.CmdCallbackPrx cb,
Ice.Current __current) |
boolean |
cancel(Ice.Current __current) |
void |
close(Ice.Current current) |
omero.cmd.Request |
getRequest(Ice.Current __current) |
omero.cmd.Response |
getResponse(Ice.Current __current) |
omero.cmd.Status |
getStatus(Ice.Current __current) |
void |
initialize(Ice.Identity id,
IRequest req,
Map<String,String> ctx)
Must be called on all instances exactly once before processing.
|
void |
notifyCallbacks()
Calls the proper notification on all callbacks based on the current
position in the state diagram.
|
void |
removeCallback(omero.cmd.CmdCallbackPrx cb,
Ice.Current __current) |
void |
run()
NB: Executes only if at
CREATED in the state diagram. |
void |
setSession(SessionI session) |
List<Object> |
steps(SqlAction sql,
org.hibernate.Session session,
ServiceFactory sf) |
public HandleI(int cancelTimeoutMs)
HandleI
(at CREATED
in the state diagram)
with the given cancel timeout in milliseconds.cancelTimeoutMs
- the cancel timeout (in milliseconds)public void setSession(SessionI session) throws omero.ServerError
setSession
in interface SessionAware
omero.ServerError
public void initialize(Ice.Identity id, IRequest req, Map<String,String> ctx)
IHandle
initialize
in interface IHandle
id
- Ice identity of this instance. Cannot be null.req
- Request to be processed. Must also be an
Request
instance.ctx
- Possibly null call context which will be passed to
Executor.execute(Map, ome.system.Principal, ome.services.util.Executor.Work)
public void addCallback(omero.cmd.CmdCallbackPrx cb, Ice.Current __current)
addCallback
in interface omero.cmd._HandleOperations
public void removeCallback(omero.cmd.CmdCallbackPrx cb, Ice.Current __current)
removeCallback
in interface omero.cmd._HandleOperations
public void notifyCallbacks()
CANCELLED
or FINISHED
then
CmdCallbackPrx.step(int, int)
is called.public omero.cmd.Request getRequest(Ice.Current __current)
getRequest
in interface omero.cmd._HandleOperations
public omero.cmd.Response getResponse(Ice.Current __current)
getResponse
in interface omero.cmd._HandleOperations
public omero.cmd.Status getStatus(Ice.Current __current)
getStatus
in interface omero.cmd._HandleOperations
public boolean cancel(Ice.Current __current) throws omero.LockTimeout
cancel
in interface omero.cmd._HandleOperations
omero.LockTimeout
public void close(Ice.Current current)
close
in interface omero.cmd._HandleOperations
close
in interface CloseableServant
public void run()
CREATED
in the state diagram.public List<Object> steps(SqlAction sql, org.hibernate.Session session, ServiceFactory sf) throws HandleI.Cancel
HandleI.Cancel
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.