|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigurationException | |
| 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.service | Contains the service factory. |
| Uses of ConfigurationException in com.sap.netweaver.bc.rf.mi |
| Methods in com.sap.netweaver.bc.rf.mi that return ConfigurationException | |
ConfigurationException |
AbstractManager.getLastConfigurationException()
|
| Methods in com.sap.netweaver.bc.rf.mi that throw ConfigurationException | |
void |
AbstractManager.configure(IConfiguration config)
|
protected void |
AbstractManager.startUpImpl()
The implementation must overwrite this method if it has initial startup handling to do (acquire resources, open connections to remote systems, etc). |
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 ConfigurationException in com.sapportals.wcm.crt.component |
| Fields in com.sapportals.wcm.crt.component declared as ConfigurationException | |
protected ConfigurationException |
ComponentStateHandler.configException
|
| Methods in com.sapportals.wcm.crt.component that return ConfigurationException | |
ConfigurationException |
ILifecycleInfo.getLastConfigurationException()
Returns the exception thrown in the last call to IConfigurable.configure(IConfiguration),
or IReconfigurable.reconfigure(IConfiguration). |
ConfigurationException |
ComponentStateHandler.postConfigure(ConfigurationException x)
|
ConfigurationException |
ComponentStateHandler.postReconfigure(ConfigurationException x)
|
ConfigurationException |
ComponentStateHandler.getLastConfigurationException()
|
| Methods in com.sapportals.wcm.crt.component with parameters of type ConfigurationException | |
ConfigurationException |
ComponentStateHandler.postConfigure(ConfigurationException x)
|
StartupException |
ComponentStateHandler.postStart(ConfigurationException x)
|
ConfigurationException |
ComponentStateHandler.postReconfigure(ConfigurationException x)
|
| Methods in com.sapportals.wcm.crt.component that throw ConfigurationException | |
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 ConfigurationException in com.sapportals.wcm.crt.configuration |
| Methods in com.sapportals.wcm.crt.configuration that throw ConfigurationException | |
java.lang.String |
IConfiguration.getNamespace()
Returns the namespace this configuration node belongs to. |
java.lang.String |
IConfiguration.getAttribute(java.lang.String name)
Returns the string value of the specified attribute. |
int |
IConfiguration.getAttributeAsInteger(java.lang.String paramName)
Returns the integer value of the specified attribute. |
long |
IConfiguration.getAttributeAsLong(java.lang.String name)
Returns the long value of the specified attribute. |
float |
IConfiguration.getAttributeAsFloat(java.lang.String paramName)
Returns the float value of the specified attribute. |
boolean |
IConfiguration.getAttributeAsBoolean(java.lang.String paramName)
Returns the boolean value of the specified attribute. |
java.lang.String |
IConfiguration.getValue()
Returns the string value of this node. |
int |
IConfiguration.getValueAsInteger()
Returns the integer value of this node. |
float |
IConfiguration.getValueAsFloat()
Returns the float value of this node. |
boolean |
IConfiguration.getValueAsBoolean()
Returns the boolean value of this node. |
long |
IConfiguration.getValueAsLong()
Returns the long value of this node. |
protected abstract java.lang.String |
AbstractConfiguration.getPrefix()
Returns the prefix of the namespace. |
int |
AbstractConfiguration.getValueAsInteger()
Returns the value of the configuration element as an int .
|
long |
AbstractConfiguration.getValueAsLong()
Returns the value of the configuration element as a long .
|
float |
AbstractConfiguration.getValueAsFloat()
Returns the value of the configuration element as a float . |
boolean |
AbstractConfiguration.getValueAsBoolean()
Returns the value of the configuration element as a boolean . |
int |
AbstractConfiguration.getAttributeAsInteger(java.lang.String name)
Returns the value of the attribute specified by its name as an int
. |
long |
AbstractConfiguration.getAttributeAsLong(java.lang.String name)
Returns the value of the attribute specified by its name as a long
. |
float |
AbstractConfiguration.getAttributeAsFloat(java.lang.String name)
Returns the value of the attribute specified by its name as a float
. |
boolean |
AbstractConfiguration.getAttributeAsBoolean(java.lang.String name)
Returns the value of the attribute specified by its name as a boolean
. |
IConfiguration |
IConfigurationProvider.readConfiguration(java.lang.ClassLoader classLoader)
Returns the top-level configuration element that contains the complete configuration data for a single CRT client. |
java.lang.String |
DefaultConfiguration.getNamespace()
|
java.lang.String |
DefaultConfiguration.getValue()
|
java.lang.String |
DefaultConfiguration.getAttribute(java.lang.String name)
|
protected java.lang.String |
DefaultConfiguration.getPrefix()
|
| Uses of ConfigurationException in com.sapportals.wcm.repository.filter |
| Methods in com.sapportals.wcm.repository.filter that return ConfigurationException | |
ConfigurationException |
AbstractFilterManager.getLastConfigurationException()
|
| Methods in com.sapportals.wcm.repository.filter that throw ConfigurationException | |
void |
AbstractFilterManager.configure(IConfiguration config)
|
protected void |
AbstractFilterManager.startUpImpl()
The implementation must overwrite this method if it has initial startup handling to do (acquire resources, open connections to remote systems, etc). |
protected abstract void |
AbstractFilterManager.changeSystemProperties(IConfiguration newConfig)
Changes the system properties of a filter manager. |
protected void |
AbstractFilterManager.throwConfigurationException(java.lang.String text,
java.lang.String location,
java.lang.String propName)
|
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 ConfigurationException in com.sapportals.wcm.service |
| Methods in com.sapportals.wcm.service that return ConfigurationException | |
ConfigurationException |
AbstractService.getLastConfigurationException()
|
| Methods in com.sapportals.wcm.service that throw ConfigurationException | |
void |
AbstractService.configure(IConfiguration config)
|
protected void |
AbstractService.startUpImpl()
The implementation must overwrite this method if it has initial startup handling to do (acquire resources, open connections to remote systems, etc). |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||