Interface Registry

All Superinterfaces:
ObjectLocator
All Known Subinterfaces:
InternalRegistry
All Known Implementing Classes:
RegistryImpl, RegistryWrapper

public interface Registry extends ObjectLocator
Public access to the IoC service registry.
  • Method Details

    • cleanupThread

      Invoked at the end of a request to discard any thread-specific information accumulated during the current request.
      See Also:
    • shutdown

      void shutdown()
      Shuts down a Registry instance. Notifies all listeners that the registry has shutdown. Further method invocations on the Registry are no longer allowed, and the Registry instance should be discarded.
      See Also:
    • performRegistryStartup

      Invoked to eagerly load services marked with the EagerLoad annotation, and to execute all contributions to the Startup service.