|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A container manager is used by container components for managing their
children. This interface inherits from IComponentManager. The
additional methods defined in this interface are used by the container to
create and remove its children.
Copyright (c) SAP AG 2001-2002
IContainer| Nested Class Summary |
| Nested classes inherited from class com.sapportals.wcm.crt.component.IComponentManager |
IComponentManager.IComponentInformation |
| Method Summary | |
void |
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 |
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. |
void |
removeChild(String key)
Removes a child component with the specified key. |
| Methods inherited from interface com.sapportals.wcm.crt.component.IComponentManager |
hasComponent, listComponentKeys, lookupComponent, lookupComponentInformation, releaseComponent |
| Method Detail |
public void addChild(String key,
String className,
String proxyName,
IConfiguration config,
Object parameters)
throws ConfigurationException,
ComponentException
key - The new component's key.className - The name of the new component's java class.proxyName - The name of a component's proxy class.config - Configuration data.parameters - Some arbitrary parameters that will be put into the
component context. The parameters should be read-only.
ConfigurationException - Exception raised in failure situation
ComponentException - Exception raised in failure situation
public void addChild(String key,
String className,
String proxyName,
IConfiguration config,
Object parameters,
int defaultPoolSize,
int maximumPoolSize)
throws ConfigurationException,
ComponentException
key - The new component's key.className - The name of the new component's java class.proxyName - The name of a component's proxy class.config - Configuration data.parameters - Some arbitrary parameters that will pe put into the
component context. The parameters should be read-only.defaultPoolSize - maximumPoolSize -
ConfigurationException - Exception raised in failure situation
ComponentException - Exception raised in failure situationpublic void removeChild(String key)
key - The key of the component to remove.
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||