com.sapportals.wcm.crt
Interface IClassLoaderRegistryListener
- All Known Implementing Classes:
- AbstractFactory, CollectionRendererFactory, ComponentFactory, LayoutControllerFactory, ResourceRendererFactory, UICommandFactory
public interface IClassLoaderRegistryListener
This interface provides methods to notify a subscriber for changes
in the registered CRT class loaders.
classLoaderAdded
void classLoaderAdded(String id,
ClassLoader newLoader)
- Notify a subscriber for newly added class loader
- Parameters:
id - the ID of the application being registered with CRTnewLoader - the class loader of the application
classLoaderReplaced
void classLoaderReplaced(String id,
ClassLoader newLoader,
ClassLoader oldLoader)
- Notify a subscriber whenever a registered class loader is replaced.
- Parameters:
id - the ID of the application being registered with CRTnewLoader - the new class loaderoldLoader - the old class loader
This class can be accessed from:
|
SC
|
DC
|
Public Part
|
ACH
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
Copyright 2011 SAP AG Complete Copyright Notice