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.


Method Summary
 void classLoaderAdded(String id, ClassLoader newLoader)
          Notify a subscriber for newly added class loader
 void classLoaderReplaced(String id, ClassLoader newLoader, ClassLoader oldLoader)
          Notify a subscriber whenever a registered class loader is replaced.
 

Method Detail

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 CRT
newLoader - 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 CRT
newLoader - the new class loader
oldLoader - the old class loader
Access Rights

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