| Methods in com.sapportals.wcm.crt.component that throw ComponentException |
void |
IContainerManager.addChild(String key,
String className,
String proxyName,
IConfiguration config,
Object parameters)
Adds a child component with the specified key, java class name and
configuration data. |
void |
IContainerManager.addChild(String key,
String className,
String proxyName,
IConfiguration config,
Object parameters,
int defaultPoolSize,
int maximumPoolSize)
Adds a pooled child component with the specified key, java class name and
configuration data. |
IComponent |
IComponentManager.lookupComponent(String key)
Returns the component instance for the specified key or null
if the component was not found. |
IComponentManager.IComponentInformation |
IComponentManager.lookupComponentInformation(String key)
Performs a lookup with the specified key and returns information about the component's current state.
|