|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatefulServiceInterface
OMERO API Interface with stateful semantics. As of 4.0, each stateful service is responsible for providing its own passivation/activation logic in the similarly named methods.
Method Summary | |
---|---|
void |
activate()
Completely restore this service for active use from whatever passivation it has implemented. |
void |
close()
signals the end of the service lifecycle. |
EventContext |
getCurrentEventContext()
Returns the current EventContext for this instance. |
void |
passivate()
Perform whatever passivation is possible or throw an exception. |
Method Detail |
---|
void passivate()
void activate()
void close()
EventContext getCurrentEventContext()
EventContext
for this instance. This is
useful for later identifying changes made by this Event
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: Beta4.2.1-r8614-Beta4.2-b41
Copyright © 2009 The University of Dundee. All Rights Reserved.