|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IConfiguration | |
| com.sap.netweaver.bc.rf.mi | Contains repository framework manager interface. |
| com.sapportals.wcm.crt.component | Provides interfaces for CRT component implementations. |
| com.sapportals.wcm.crt.configuration | Provides configuration data interfaces for CRT component implementations. |
| com.sapportals.wcm.repository.filter | Contains interfaces and classes to define repository filters. |
| com.sapportals.wcm.repository.manager | Contains interfaces for repository managers. |
| com.sapportals.wcm.repository.runtime | Contains the classes that enable components to interact with the repository framework runtime. |
| com.sapportals.wcm.service | Contains the service factory. |
| Uses of IConfiguration in com.sap.netweaver.bc.rf.mi |
| Fields in com.sap.netweaver.bc.rf.mi declared as IConfiguration | |
protected IConfiguration |
AbstractManager.config
This manager's configuration |
| Methods in com.sap.netweaver.bc.rf.mi that return IConfiguration | |
IConfiguration |
AbstractManager.getConfig()
|
| Methods in com.sap.netweaver.bc.rf.mi with parameters of type IConfiguration | |
void |
AbstractManager.configure(IConfiguration config)
|
protected void |
AbstractManager.checkNotReconfigurableAttributes(java.lang.String[] notReconfigurable,
IConfiguration newConfig)
Helper method for reconfigure() implementations. |
protected boolean |
AbstractManager.reconfigureSecurityManager(IConfiguration newConfig)
Must be called by the RM implementation in its reconfigure() method if reconfiguration of security managers at runtime must be supported. |
| Uses of IConfiguration in com.sapportals.wcm.crt.component |
| Methods in com.sapportals.wcm.crt.component with parameters of type IConfiguration | |
void |
IReconfigurable.reconfigure(IConfiguration configuration)
Passes the new configuration data to the component. |
void |
IConfigurable.configure(IConfiguration configuration)
Passes the configuration data to the configurable. |
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. |
| Uses of IConfiguration in com.sapportals.wcm.crt.configuration |
| Classes in com.sapportals.wcm.crt.configuration that implement IConfiguration | |
class |
AbstractConfiguration
This is an abstract IConfiguration implementation that deals
with methods that can be abstracted away from underlying implementations. |
class |
DefaultConfiguration
This is the default implementation of a configuration node. |
| Fields in com.sapportals.wcm.crt.configuration declared as IConfiguration | |
protected static IConfiguration[] |
DefaultConfiguration.NO_CHILDREN
|
| Methods in com.sapportals.wcm.crt.configuration that return IConfiguration | |
IConfiguration |
IConfiguration.getChild(java.lang.String child)
Returns the child node with the specified name. |
IConfiguration |
IConfiguration.getChild(java.lang.String child,
boolean createNew)
Returns the specified child node. |
IConfiguration[] |
IConfiguration.getChildren()
Returns an array of all child nodes. |
IConfiguration[] |
IConfiguration.getChildren(java.lang.String name)
Returns an array of all child nodes with the specified name. |
IConfiguration |
AbstractConfiguration.getChild(java.lang.String name)
Return the first Configuration object child of this associated
with the given name. |
IConfiguration |
IConfigurationProvider.readConfiguration(java.lang.ClassLoader classLoader)
Returns the top-level configuration element that contains the complete configuration data for a single CRT client. |
IConfiguration[] |
DefaultConfiguration.getChildren()
|
IConfiguration |
DefaultConfiguration.getChild(java.lang.String name,
boolean createNew)
|
IConfiguration[] |
DefaultConfiguration.getChildren(java.lang.String name)
|
| Methods in com.sapportals.wcm.crt.configuration with parameters of type IConfiguration | |
void |
IConfigurationEventListener.notifyComponentConfigAdded(ComponentUri containerUri,
IConfiguration config)
Notifies the CRT that a new "component" element was added to the configuration. |
void |
IConfigurationEventListener.notifyComponentConfigChanged(ComponentUri uri,
IConfiguration config)
Notifies the CRT that a component's configuration data has been changed. |
void |
DefaultConfiguration.addChild(IConfiguration childConfiguration)
Adds a child configuration node to this node. |
void |
DefaultConfiguration.removeChild(IConfiguration childConfiguration)
Removes the child configuration node from this node. |
| Uses of IConfiguration in com.sapportals.wcm.repository.filter |
| Fields in com.sapportals.wcm.repository.filter declared as IConfiguration | |
protected IConfiguration |
AbstractFilterManager.config
|
| Methods in com.sapportals.wcm.repository.filter with parameters of type IConfiguration | |
void |
AbstractFilterManager.configure(IConfiguration config)
|
protected static java.util.Properties |
AbstractFilterManager.convertConfigToProperties(IConfiguration config)
Helper method for conversion of configuration data into properties. |
protected static java.util.Properties |
AbstractFilterManager.convertConfigToProperties(IConfiguration config,
java.lang.String prefix)
Helper method for conversion of configuration data into properties. |
protected abstract void |
AbstractFilterManager.changeSystemProperties(IConfiguration newConfig)
Changes the system properties of a filter manager. |
protected void |
AbstractFilterManager.checkNotReconfigurableAttributes(java.lang.String[] notReconfigurable,
IConfiguration newConfig)
Helper method for reconfigure() implementations. |
protected void |
AbstractPropertyFilterManager.changeSystemProperties(IConfiguration newConfig)
|
protected void |
AbstractNamespaceFilterManager.changeSystemProperties(IConfiguration newConfig)
|
protected void |
AbstractRidFilterManager.changeSystemProperties(IConfiguration newConfig)
|
protected void |
AbstractUriFilterManager.changeSystemProperties(IConfiguration newConfig)
Deprecated. |
protected void |
AbstractContentFilterManager.changeSystemProperties(IConfiguration newConfig)
|
| Uses of IConfiguration in com.sapportals.wcm.repository.manager |
| Methods in com.sapportals.wcm.repository.manager that return IConfiguration | |
IConfiguration |
IRepositoryManager.getConfiguration()
Returns the configuration data of this repository manager. |
| Uses of IConfiguration in com.sapportals.wcm.repository.runtime |
| Methods in com.sapportals.wcm.repository.runtime that return IConfiguration | |
IConfiguration[] |
CmConfigDiffTool.ChildConfigDiff.getRemovedChildren()
Returns an array of removed child configurations. |
IConfiguration[] |
CmConfigDiffTool.ChildConfigDiff.getAddedChildren()
Returns an array of added child configurations. |
IConfiguration[] |
CmConfigDiffTool.ChildConfigDiff.getModifiedChildren()
Returns an array of modified child configurations |
| Methods in com.sapportals.wcm.repository.runtime with parameters of type IConfiguration | |
static CmConfigDiffTool.ChildConfigDiff |
CmConfigDiffTool.diffChildConfigurations(java.lang.String childConfigClassName,
IConfiguration config,
IConfiguration newConfig)
Helper method for reconfigure() implementation of components that are containers: Returns a diff object for the configuration data of all added, removed and modified child components. |
| Uses of IConfiguration in com.sapportals.wcm.service |
| Fields in com.sapportals.wcm.service declared as IConfiguration | |
protected IConfiguration |
AbstractService.config
This service's configuration |
| Methods in com.sapportals.wcm.service with parameters of type IConfiguration | |
void |
AbstractService.configure(IConfiguration config)
|
static java.util.Properties |
AbstractService.convertConfigToProperties(IConfiguration config)
Helper method for conversion of configuration data into properties. |
protected static java.util.Properties |
AbstractService.convertConfigToProperties(IConfiguration config,
java.lang.String prefix)
Helper method for conversion of configuration data into properties. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||