| java.lang.Object org.apache.tapestry.ioc.internal.services.JustInTimeObjectCreator
JustInTimeObjectCreator | public class JustInTimeObjectCreator implements ObjectCreator,EagerLoadServiceProxy,RegistryShutdownListener(Code) | | Invoked from a fabricated service delegate to get or realize (instantiate and configure) the
service implementation. This includes synchronization logic, to prevent multiple threads from
attempting to realize the same service at the same time (a service should be realized only once).
The additional interfaces implemented by this class support eager loading of services (at
application startup), and orderly shutdown of proxies.
|
registryDidShutdown | public synchronized void registryDidShutdown()(Code) | | Sets the shutdown flag and releases the object and the creator.
|
|
|