org.apache.cocoon.components
Interface Preloadable

All Known Subinterfaces:
Receiver
All Known Implementing Classes:
AbstractActionAspect, AbstractProfileManager, BasketManagerImpl, CachingURICopletAdapter, ConnectionFactoryImpl, DefaultLayoutFactory, DefaultServiceSelector, InternalEventReceiver, LoggerImpl, PortalToolManager, PortletAdapter, StandaloneServiceSelector, WSRPAdapter

public interface Preloadable

Marker interface for Avalon-managed components that need to be loaded at startup time.

Components implementing this interface will always be initialized when the service manager that holds them is created, even if lazy-loading of components is enabled.

Note that there are also other ways to require a component to be loaded at startup:

Since:
2.2
Version:
$Id: Preloadable.java 326062 2005-10-18 09:31:53Z sylvain $



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.