Package omero :: Module clients :: Class BaseClient :: Class CallbackI
[hide private]
[frames] | no frames]

Class CallbackI

source code


Implemention of ClientCallback which will be added to any Session which this instance creates. Note: this client should avoid all interaction with the {@link client#lock} since it can lead to deadlocks during shutdown. See: ticket:1210

Instance Methods [hide private]
 
_noop(self) source code
 
_closeSession(self) source code
 
__init__(self, ic, oa) source code
 
execute(self, myCallable, action) source code
 
requestHeartbeat(self, current=None) source code
 
shutdownIn(self, milliseconds, current=None) source code
 
sessionClosed(self, current=None) source code