|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComponentException | |
| com.sapportals.wcm.crt | Provides access to the component runtime system. |
| com.sapportals.wcm.crt.component | Provides interfaces for CRT component implementations. |
| Uses of ComponentException in com.sapportals.wcm.crt |
| Methods in com.sapportals.wcm.crt that throw ComponentException | |
abstract IComponent |
CrtSystem.lookupComponentByUri(ComponentUri uri)
Returns the component instance for the specified URI or null
if the component does not exist. |
| Uses of ComponentException in com.sapportals.wcm.crt.component |
| Methods in com.sapportals.wcm.crt.component that throw ComponentException | |
void |
IContainerManager.addChild(java.lang.String key,
java.lang.String className,
java.lang.String proxyName,
IConfiguration config,
java.lang.Object parameters)
Adds a child component with the specified key, java class name and configuration data. |
void |
IContainerManager.addChild(java.lang.String key,
java.lang.String className,
java.lang.String proxyName,
IConfiguration config,
java.lang.Object parameters,
int defaultPoolSize,
int maximumPoolSize)
Adds a pooled child component with the specified key, java class name and configuration data. |
IComponent |
IComponentManager.lookupComponent(java.lang.String key)
Returns the component instance for the specified key or null
if the component was not found. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||