Uses of Class
org.apache.avalon.framework.parameters.ParameterException

Packages that use ParameterException
org.apache.avalon.excalibur.testcase Excalibur testcase utilities. 
org.apache.avalon.framework.container Utilities supporting execution of component lifecycle stages. 
org.apache.avalon.framework.parameters Interfaces supporting the supply of flat configuration information. 
org.apache.excalibur.event.command   
org.apache.excalibur.source.impl   
org.apache.excalibur.store.impl   
org.apache.excalibur.xml   
org.apache.excalibur.xml.impl   
org.apache.excalibur.xml.xslt   
 

Uses of ParameterException in org.apache.avalon.excalibur.testcase
 

Methods in org.apache.avalon.excalibur.testcase that throw ParameterException
 void FullLifecycleComponent.parameterize(Parameters params)
          Deprecated.  
 

Uses of ParameterException in org.apache.avalon.framework.container
 

Methods in org.apache.avalon.framework.container that throw ParameterException
static void ContainerUtil.parameterize(java.lang.Object object, Parameters parameters)
          Parameterize specified object if it implements the Parameterizable interface.
 

Uses of ParameterException in org.apache.avalon.framework.parameters
 

Methods in org.apache.avalon.framework.parameters that throw ParameterException
 void Reparameterizable.reparameterize(Parameters parameters)
          Provide component with parameters.
 java.lang.String Parameters.getParameter(java.lang.String name)
          Retrieve the String value of the specified parameter.
 int Parameters.getParameterAsInteger(java.lang.String name)
          Retrieve the int value of the specified parameter.
 long Parameters.getParameterAsLong(java.lang.String name)
          Retrieve the long value of the specified parameter.
 float Parameters.getParameterAsFloat(java.lang.String name)
          Retrieve the float value of the specified parameter.
 boolean Parameters.getParameterAsBoolean(java.lang.String name)
          Retrieve the boolean value of the specified parameter.
 void Parameterizable.parameterize(Parameters parameters)
          Provide component with parameters.
 

Uses of ParameterException in org.apache.excalibur.event.command
 

Methods in org.apache.excalibur.event.command that throw ParameterException
 void TPCThreadManager.parameterize(Parameters parameters)
          The following parameters can be set for this class: Name Description Default Value processors Number of processors (autodetected if less than one) Results from SystemUtil.numProcessors() threads-per-processor Threads per processor to use (Rewritten to 1 if less than one) 1 sleep-time Time (in milliseconds) to wait between queue pipeline processing runs 1000 keep-alive-time Time (in milliseconds) that idle threads should remain in the threadpool 300000 force-shutdown At shutdown time, allow currently queued tasks to finish, or immediately quit false
 

Uses of ParameterException in org.apache.excalibur.source.impl
 

Methods in org.apache.excalibur.source.impl that throw ParameterException
 void HTTPClientSource.parameterize(Parameters params)
          Parameterizes this HTTPClientSource instance.
 void HTTPClientSourceFactory.parameterize(Parameters params)
          Parameterize this SourceFactory.
 void HTTPSClientSourceFactory.parameterize(Parameters params)
          Parameterize this SourceFactory.
 

Uses of ParameterException in org.apache.excalibur.store.impl
 

Methods in org.apache.excalibur.store.impl that throw ParameterException
 void StoreJanitorImpl.parameterize(Parameters params)
          Parameterize the StoreJanitorImpl.
 void JispFilesystemStore.parameterize(Parameters params)
          Configure the Component.
A few options can be used directory - The directory to store the two files belowe data-file = the name of the data file (Default: store.dat) index-file = the name of the index file (Default: store.idx) order = The page size of the B-Tree
 void MRUMemoryStore.parameterize(Parameters params)
          Initialize the MRUMemoryStore.
 

Uses of ParameterException in org.apache.excalibur.xml
 

Methods in org.apache.excalibur.xml that throw ParameterException
 void DefaultEntityResolver.parameterize(Parameters params)
          Set the configuration.
 

Uses of ParameterException in org.apache.excalibur.xml.impl
 

Methods in org.apache.excalibur.xml.impl that throw ParameterException
 void JaxpParser.parameterize(Parameters params)
           
 

Uses of ParameterException in org.apache.excalibur.xml.xslt
 

Methods in org.apache.excalibur.xml.xslt that throw ParameterException
 void XSLTProcessorImpl.parameterize(Parameters params)
          Configure the component
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.