| java.lang.Object uk.org.ponder.rsac.RSACLazarusList
RSACLazarusList | public class RSACLazarusList implements Runnable(Code) | | A list of Runnables to be invoked on (that is, immediately *after*) RSAC
context destruction. These are not registered as Spring standard listeners
(beans) because they are intended to execute once their parent context is
destroyed - all relevant configuration from RSAC must have been closed over.
An RSACLazarus element may perform any "exterior" action, including (usually)
firing another RSAC.
author: Antranig Basman (antranig@caret.cam.ac.uk) |
RSAC_LAZARUS_LIST | final public static String RSAC_LAZARUS_LIST(Code) | | The standard bean name within RSAC of this instance
|
getLazarusRunnable | public Runnable getLazarusRunnable(Map newbeans, String rootbeanname)(Code) | | Invoked in the context of an *existing* RSAC request, returning
a Runnable which may be invoked as a Lazarus element which will
start a further one.
Parameters: newbeans - a Map of any new beans to populate the initial,subsequent RSAC container (overriding any which have been inherited as"seeds" from the current invocation) Parameters: rootbeanname - the name of the "root bean" to be fetched to triggerthe subsequent RSAC computation. |
|
|