Uses of Class
com.caucho.config.ConfigException

Packages that use ConfigException
com.caucho.admin   
com.caucho.admin.action   
com.caucho.amber   
com.caucho.amber.cfg   
com.caucho.amber.entity   
com.caucho.amber.field   
com.caucho.amber.gen   
com.caucho.amber.idgen   
com.caucho.amber.manager   
com.caucho.amber.table   
com.caucho.amber.type   
com.caucho.boot   
com.caucho.cloud.network   
com.caucho.config   
com.caucho.config.attribute   
com.caucho.config.inject   
com.caucho.config.j2ee   
com.caucho.config.program   
com.caucho.config.types   
com.caucho.config.xml   
com.caucho.ejb   
com.caucho.ejb.cfg   
com.caucho.ejb.manager   
com.caucho.ejb.protocol   
com.caucho.ejb.server   
com.caucho.env.dbpool   
com.caucho.env.deploy   
com.caucho.env.log   
com.caucho.java Java compilation and auto-compile classloader 
com.caucho.jca.cfg   
com.caucho.jca.ra   
com.caucho.jms.connection   
com.caucho.jms.jca   
com.caucho.jms.jdbc   
com.caucho.jms.resource   
com.caucho.jsp   
com.caucho.jsp.cfg   
com.caucho.jsp.java   
com.caucho.license   
com.caucho.loader   
com.caucho.loader.enhancer   
com.caucho.loader.ivy   
com.caucho.log   
com.caucho.management.server   
com.caucho.network.listen   
com.caucho.quercus   
com.caucho.quercus.lib   
com.caucho.quercus.lib.bam   
com.caucho.quercus.lib.session   
com.caucho.quercus.module   
com.caucho.quercus.servlet   
com.caucho.resources   
com.caucho.resources.rmi   
com.caucho.rewrite   
com.caucho.security   
com.caucho.server.admin   
com.caucho.server.cluster   
com.caucho.server.dispatch   
com.caucho.server.distcache   
com.caucho.server.e_app   
com.caucho.server.host   
com.caucho.server.log   
com.caucho.server.resin   
com.caucho.server.rewrite   
com.caucho.server.security   
com.caucho.server.session   
com.caucho.server.webapp   
com.caucho.servlets   
com.caucho.sql   
com.caucho.tools.profiler   
com.caucho.vfs Resin's Virtual File System. 
com.caucho.xml XML parsing and printing package. 
 

Uses of ConfigException in com.caucho.admin
 

Methods in com.caucho.admin that throw ConfigException
 void LogService.setLevel(java.lang.String level)
          Sets the level of records to capture, default is "info".
 

Uses of ConfigException in com.caucho.admin.action
 

Methods in com.caucho.admin.action that throw ConfigException
 java.lang.String JmxDumpAction.execute()
           
 java.lang.String HeapDumpAction.execute(boolean isJvmHprof, java.lang.String serverId, Path hprofPath)
           
 java.lang.String ProfileAction.execute(long activeTime, long samplingRate, int depth)
           
 ListJmxQueryReply ListJmxAction.execute(java.lang.String pattern, boolean isPrintAttributes, boolean isPrintValues, boolean isPrintOperations, boolean isAllBeans, boolean isUsePlatform)
           
 JmxCallQueryReply CallJmxAction.execute(java.lang.String pattern, java.lang.String operationName, int operationIndex, java.lang.String[] params)
           
 JmxSetQueryReply SetJmxAction.execute(java.lang.String pattern, java.lang.String attributeName, java.lang.String value)
           
 

Uses of ConfigException in com.caucho.amber
 

Methods in com.caucho.amber that throw ConfigException
 void EnvAmberManager.init()
          Initialize the resource.
 void EnvAmberManager.initLoaders()
          Initialize the resource.
 

Uses of ConfigException in com.caucho.amber.cfg
 

Methods in com.caucho.amber.cfg that throw ConfigException
 void BaseConfigIntrospector.configureDependencies()
          Completes all partial bean introspection.
 void BaseConfigIntrospector.configureLinks()
          Completes all partial bean introspection.
 void BaseConfigIntrospector.initMetaData(java.util.ArrayList<EntityMappingsConfig> entityMappingsList, AmberPersistenceUnit persistenceUnit)
          Initializes the persistence unit meta data: default listeners and so on.
 EmbeddableType EmbeddableIntrospector.introspect(java.lang.Class type)
          Introspects.
 AmberBeanType EntityIntrospector.introspect(java.lang.Class type)
          Introspects.
 AbstractEnhancedType MappedSuperIntrospector.introspect(JClass type)
          Introspects.
 void BaseConfigIntrospector.introspectCallbacks(AbstractEnhancedType type, java.lang.reflect.Method method)
          Introspects the callbacks.
 void BaseConfigIntrospector.introspectCallbacks(java.lang.Class type, EntityType entityType)
          Introspects the callbacks.
 void BaseConfigIntrospector.introspectDefaultListener(EntityListenerConfig listener, AmberPersistenceUnit persistenceUnit)
           
 void BaseConfigIntrospector.introspectEntityListener(java.lang.Class type, AmberPersistenceUnit persistenceUnit, EntityType sourceType, java.lang.String sourceClassName)
           
 void BaseConfigIntrospector.introspectEntityListeners(java.lang.Class type, EntityType entityType, AmberPersistenceUnit persistenceUnit)
           
 void BaseConfigIntrospector.introspectListener(java.lang.Class type, ListenerType listenerType)
           
 void AbstractConfigIntrospector.validateConstructor(java.lang.Class type)
          Checks for a valid constructor.
 void AbstractConfigIntrospector.validateNonGetter(java.lang.reflect.Method method)
          Validates a non-getter method.
 void AbstractConfigIntrospector.validateType(java.lang.Class type, boolean isEntity)
          Validates the bean
 

Constructors in com.caucho.amber.cfg that throw ConfigException
AmberPersistenceManager()
          Create a persistence manager
 

Uses of ConfigException in com.caucho.amber.entity
 

Methods in com.caucho.amber.entity that throw ConfigException
 void AmberEntityHome.init()
          Initialize the home.
 

Uses of ConfigException in com.caucho.amber.field
 

Methods in com.caucho.amber.field that throw ConfigException
 void AbstractField.init()
          Initialize the field.
 void AmberField.init()
          Links to the target.
 void DependentEntityOneToOneField.init()
           
 void ElementCollectionField.init()
          Initializes the field.
 void EmbeddedSubField.init()
          Links to the target.
 void EntityEmbeddedField.init()
          Initializes the property.
 void Id.init()
          Initialize the id.
 void KeyManyToOneField.init()
          Initialize the field.
 void ManyToManyField.init()
          Initializes the field.
 void ManyToOneField.init()
          Initializes the field.
 void PropertyField.init()
          Initializes the property.
 void StubMethod.init()
          Initializes the method.
 void ManyToOneField.init(EntityType relatedType)
          Initializes the field.
 void AbstractField.setName(java.lang.String name)
          Sets the name.
 

Constructors in com.caucho.amber.field that throw ConfigException
AssociationField(EntityType relatedType, java.lang.String name, CascadeType[] cascadeTypes)
           
CollectionField(EntityType relatedType, java.lang.String name, CascadeType[] cascadeTypes)
           
DependentEntityOneToOneField(EntityType relatedType, java.lang.String name)
           
DependentEntityOneToOneField(EntityType relatedType, java.lang.String name, CascadeType[] cascadeTypes)
           
Discriminator(EntityType entityType, java.lang.String name)
           
ElementCollectionField(EntityType sourceType, java.lang.String name)
           
EmbeddedIdField(EntityType ownerType, EmbeddableType embeddableType, java.lang.String name)
           
EmbeddedSubField(EntityEmbeddedField embeddedField, AmberField embeddableField, int index)
           
EntityEmbeddedField(EntityType ownerType, EmbeddableType embeddableType, java.lang.String name)
           
KeyEmbeddedSubField(EntityEmbeddedField embeddedField, AmberField embeddableField, int index)
           
KeyManyToOneField(EntityType entityType, java.lang.String name)
           
KeyManyToOneField(EntityType entityType, java.lang.String name, LinkColumns columns)
           
KeyPropertyField(EntityType tableType, java.lang.String name)
           
KeyPropertyField(EntityType entityType, java.lang.String name, AmberColumn column)
           
ManyToManyField(EntityType relatedType, java.lang.String name)
           
ManyToManyField(EntityType relatedType, java.lang.String name, CascadeType[] cascadeTypes)
           
ManyToManyField(EntityType relatedType, java.lang.String name, ManyToManyField source, CascadeType[] cascadeTypes)
           
ManyToOneField(EntityType relatedType, java.lang.String name)
           
ManyToOneField(EntityType relatedType, java.lang.String name, CascadeType[] cascadeType)
           
ManyToOneField(EntityType relatedType, java.lang.String name, CascadeType[] cascadeType, boolean isManyToOne)
           
OneToManyField(EntityType entityType, java.lang.String name)
           
OneToManyField(EntityType entityType, java.lang.String name, CascadeType[] cascadeTypes)
           
PropertyField(AmberBeanType statefulType, java.lang.String name)
           
VersionField(EntityType entityType, java.lang.String name)
           
 

Uses of ConfigException in com.caucho.amber.gen
 

Methods in com.caucho.amber.gen that throw ConfigException
 void AmberEnhancer.configure(AbstractEnhancedType type)
          Parses the configuration file.
 

Uses of ConfigException in com.caucho.amber.idgen
 

Constructors in com.caucho.amber.idgen that throw ConfigException
SequenceIdGenerator(AmberPersistenceUnit manager, java.lang.String name, int size)
          Creates the table generator.
 

Uses of ConfigException in com.caucho.amber.manager
 

Methods in com.caucho.amber.manager that throw ConfigException
 void AmberPersistenceUnit.addEntityClass(java.lang.String className, java.lang.Class type)
          Add an entity.
 void AmberPersistenceUnit.addNamedNativeQuery(java.lang.String name, NamedNativeQueryConfig queryConfig)
          Adds a named native query.
 void AmberPersistenceUnit.addNamedQuery(java.lang.String name, java.lang.String query)
          Adds a named query.
 void AmberPersistenceUnit.addSqlResultSetMapping(java.lang.String resultSetName, SqlResultSetMappingConfig resultSet)
          Adds a sql result set mapping.
 SequenceIdGenerator AmberPersistenceUnit.createSequenceGenerator(java.lang.String name, int size)
          Returns a sequence generator.
 AmberType AmberPersistenceUnit.createType(java.lang.Class javaType)
          Creates a type.
 AmberType AmberPersistenceUnit.createType(java.lang.String typeName)
          Creates a type.
 void AmberPersistenceUnit.init()
          Initialize the resource.
 void AmberPersistenceUnit.initEntityHomes()
           
 void AmberPersistenceUnit.initLoaders()
          Initialize the resource.
 void AmberPersistenceUnit.initTables()
          Configure lazy.
 

Uses of ConfigException in com.caucho.amber.table
 

Methods in com.caucho.amber.table that return ConfigException
protected  ConfigException AmberColumn.error(java.lang.String msg, java.lang.Throwable e)
           
protected  ConfigException AmberTable.error(java.lang.String msg, java.lang.Throwable e)
           
 

Methods in com.caucho.amber.table that throw ConfigException
 void AmberTable.createDatabaseTable(AmberPersistenceUnit amberPersistenceUnit)
          Creates the table if missing.
 void AmberTable.validateDatabaseTable(AmberPersistenceUnit amberPersistenceUnit)
          Creates the table if missing.
 

Uses of ConfigException in com.caucho.amber.type
 

Methods in com.caucho.amber.type that throw ConfigException
 AmberType TypeManager.create(java.lang.Class cl)
          Returns the type.
 AmberType TypeManager.create(java.lang.String name)
          Returns the type.
 void AmberBeanType.init()
          Initialize the type.
 void AmberType.init()
          Initialize the type.
 void EntityType.init()
          Initialize the entity.
 void GeneratorTableType.init()
          Initialize the table.
 void EntityType.start()
          Start the entry.
 

Uses of ConfigException in com.caucho.boot
 

Methods in com.caucho.boot that throw ConfigException
 com.caucho.boot.WatchdogConfig BootClusterConfig.addServer(com.caucho.boot.WatchdogConfigHandle configHandle)
           
 void WatchdogAPI.kill(java.lang.String password, java.lang.String serverId)
          Kills the named server, terminating the process.
 void WatchdogAPI.restart(java.lang.String password, java.lang.String serverId, java.lang.String[] argv)
          Restarts the server with the given arguments.
 void WatchdogAPI.start(java.lang.String password, java.lang.String[] argv)
          Starts the server with the given arguments.
 void WatchdogAPI.stop(java.lang.String password, java.lang.String serverId)
          Stops the named server
 

Uses of ConfigException in com.caucho.cloud.network
 

Methods in com.caucho.cloud.network that throw ConfigException
 TcpPort ClusterServer.createHttp()
           
 TcpPort NetworkServerConfig.createHttp()
           
 void ClusterServer.setAcceptThreadMax(ConfigProgram program)
          Sets the maximum spare listen.
 void ClusterServer.setAcceptThreadMin(ConfigProgram program)
          Sets the minimum spare listen.
 

Uses of ConfigException in com.caucho.config
 

Subclasses of ConfigException in com.caucho.config
 class LineConfigException
          Thrown by the various Builders
 

Methods in com.caucho.config that return ConfigException
static ConfigException ConfigException.createConfig(java.lang.Throwable e)
           
static ConfigException Config.error(java.lang.reflect.Field field, java.lang.String msg)
           
static ConfigException Config.error(java.lang.reflect.Method method, java.lang.String msg)
           
 

Methods in com.caucho.config that throw ConfigException
static void Config.checkCanInstantiate(java.lang.Class beanClass)
          Returns true if the class can be instantiated.
static void Config.checkCanInstantiate(java.lang.Class beanClass, java.lang.Class type)
          Returns true if the class can be instantiated using zero args constructor or constructor that accepts an instance of class passed in type argument
 java.lang.Object Config.configure(java.lang.Object obj, Path path)
          Configures a bean with a configuration file.
 java.lang.Object Config.configure(java.lang.Object obj, Path path, Schema schema)
          Configures a bean with a configuration file and schema.
 java.lang.Object Config.configure(java.lang.Object obj, Path path, java.lang.String schemaLocation)
          Configures a bean with a configuration file and schema.
static void Config.init(java.lang.Object bean)
           
static void Config.inject(java.lang.Object bean)
           
static void Config.validate(java.lang.Class cl, java.lang.Class api)
          Returns true if the class can be instantiated.
static void Config.validate(java.lang.Class cl, java.lang.Class api, java.lang.Class type)
           
 

Uses of ConfigException in com.caucho.config.attribute
 

Methods in com.caucho.config.attribute that throw ConfigException
 java.lang.Object AddAttribute.create(java.lang.Object parent, QName qName)
          Creates the child bean.
 java.lang.Object AnnotationAttribute.create(java.lang.Object parent, QName name)
          Creates the child bean.
 java.lang.Object Attribute.create(java.lang.Object parent, QName name)
          Creates the child bean.
 java.lang.Object CreateAttribute.create(java.lang.Object parent, QName name)
          Creates the child bean.
 java.lang.Object EntryAttribute.create(java.lang.Object parent, QName name)
          Creates the child bean.
 java.lang.Object EnvironmentAttribute.create(java.lang.Object parent, QName name)
          Creates the child bean.
 java.lang.Object ListValueAttribute.create(java.lang.Object parent, QName name)
          Creates the child bean.
 java.lang.Object SetValueAttribute.create(java.lang.Object parent, QName name)
          Creates the child bean.
 java.lang.Object SetterAttribute.create(java.lang.Object parent, QName name)
          Creates the child bean.
 java.lang.Object TextAttribute.create(java.lang.Object parent, QName name)
          Creates the child bean.
 java.lang.Object Attribute.create(java.lang.Object parent, QName name, ConfigType<?> type)
          Creates the child bean.
 java.lang.Object SetterAttribute.create(java.lang.Object parent, QName name, ConfigType<?> configType)
          Creates the child bean.
 void AddAttribute.setText(java.lang.Object bean, QName name, java.lang.String value)
          Sets the value of the attribute as text
 void AnnotationAttribute.setText(java.lang.Object bean, QName name, java.lang.String value)
          Sets the value of the attribute
 void Attribute.setText(java.lang.Object bean, QName name, java.lang.String value)
          Sets the value of the attribute as text
 void EnvironmentAttribute.setText(java.lang.Object bean, QName name, java.lang.String value)
          Sets the value of the attribute
 void ListValueAttribute.setText(java.lang.Object bean, QName name, java.lang.String value)
          Sets the value of the attribute
 void PropertyAttribute.setText(java.lang.Object bean, QName name, java.lang.String value)
          Sets the value of the attribute
 void SetValueAttribute.setText(java.lang.Object bean, QName name, java.lang.String value)
          Sets the value of the attribute
 void SetterAttribute.setText(java.lang.Object bean, QName name, java.lang.String value)
          Sets the value of the attribute
 void TextAttribute.setText(java.lang.Object bean, QName name, java.lang.String value)
          Sets the value of the attribute
 void AddAttribute.setValue(java.lang.Object bean, QName name, java.lang.Object value)
          Sets the value of the attribute
 void AnnotationAttribute.setValue(java.lang.Object bean, QName name, java.lang.Object value)
          Sets the value of the attribute
abstract  void Attribute.setValue(java.lang.Object bean, QName name, java.lang.Object value)
          Sets the value of the attribute
 void CreateAttribute.setValue(java.lang.Object bean, QName name, java.lang.Object value)
          Sets the value of the attribute
 void EntryAttribute.setValue(java.lang.Object bean, QName name, java.lang.Object value)
          Sets the value of the attribute
 void EnvironmentAttribute.setValue(java.lang.Object bean, QName name, java.lang.Object value)
          Sets the value of the attribute
 void ListValueAttribute.setValue(java.lang.Object bean, QName name, java.lang.Object value)
          Sets the value of the attribute
 void ProgramAttribute.setValue(java.lang.Object bean, QName name, java.lang.Object value)
          Sets the value of the attribute
 void PropertyAttribute.setValue(java.lang.Object bean, QName name, java.lang.Object value)
          Sets the value of the attribute
 void SetValueAttribute.setValue(java.lang.Object bean, QName name, java.lang.Object value)
          Sets the value of the attribute
 void SetterAttribute.setValue(java.lang.Object bean, QName name, java.lang.Object value)
          Sets the value of the attribute
 void TextAttribute.setValue(java.lang.Object bean, QName name, java.lang.Object value)
          Sets the value of the attribute
 

Uses of ConfigException in com.caucho.config.inject
 

Methods in com.caucho.config.inject that return ConfigException
static ConfigException InjectManager.error(java.lang.reflect.Method method, java.lang.String msg)
           
static ConfigException InjectManager.injectError(java.lang.reflect.AccessibleObject prop, java.lang.String msg)
           
 

Methods in com.caucho.config.inject that throw ConfigException
 void WebComponent.createProgram(java.util.ArrayList<ConfigProgram> initList, java.lang.reflect.Field field, java.util.ArrayList<java.lang.annotation.Annotation> bindList)
           
static void InjectionTargetBuilder.introspectInit(java.util.ArrayList<ConfigProgram> initList, AnnotatedType<?> type)
           
static void InjectionTargetBuilder.introspectInit(java.util.ArrayList<ConfigProgram> initList, java.lang.Class<?> type)
           
 

Uses of ConfigException in com.caucho.config.j2ee
 

Methods in com.caucho.config.j2ee that throw ConfigException
 java.lang.Object JndiValueGenerator.create()
           
<T> void
PostConstructProgram.inject(T bean, CreationalContext<T> env)
           
<T> void
PreDestroyInject.inject(T value, CreationalContext<T> env)
           
 

Uses of ConfigException in com.caucho.config.program
 

Methods in com.caucho.config.program that throw ConfigException
<T> T
ConfigProgram.configure(java.lang.Class<T> type)
           
protected
<T> T
ConfigProgram.configure(java.lang.Class<T> type, XmlConfigContext env)
          Configures a bean given a class to instantiate.
 void ConfigProgram.configure(java.lang.Object bean)
          Configures the object.
protected
<T> T
ConfigProgram.create(java.lang.Class<T> type, CreationalContext<T> env)
          Configures a bean given a class to instantiate.
<T> T
ConfigProgram.create(ConfigType<T> type)
           
<T> T
ConfigProgram.create(ConfigType<T> type, CreationalContext<T> env)
           
<T> T
ExprProgram.create(ConfigType<T> type, CreationalContext<T> env)
           
<T> T
NodeBuilderChildProgram.create(ConfigType<T> type, CreationalContext<T> cxt)
           
<T> T
PropertyStringProgram.create(ConfigType<T> type, CreationalContext<T> env)
           
<T> T
PropertyValueProgram.create(ConfigType<T> type, CreationalContext<T> env)
           
<T> T
RecoverableProgram.create(ConfigType<T> type, CreationalContext<T> cxt)
           
 void ConfigProgram.init(java.lang.Object bean)
           
<T> void
ContainerProgram.inject(T bean, CreationalContext<T> env)
          Invokes the child programs on the bean
<T> void
FieldGeneratorProgram.inject(T bean, CreationalContext<T> env)
           
<T> void
MethodGeneratorProgram.inject(T bean, CreationalContext<T> env)
           
<T> void
NodeBuilderChildProgram.inject(T bean, CreationalContext<T> cxt)
           
<T> void
NodeBuilderProgram.inject(T bean, CreationalContext<T> cxt)
           
<T> void
RecoverableProgram.inject(T bean, CreationalContext<T> cxt)
           
 

Uses of ConfigException in com.caucho.config.types
 

Methods in com.caucho.config.types that return ConfigException
protected  ConfigException ResourceGroupConfig.error(java.lang.String msg)
           
 ConfigException ResourceRef.error(java.lang.String msg)
           
 

Methods in com.caucho.config.types that throw ConfigException
 void Bytes.addText(java.lang.String text)
          Sets the text.
 void CronType.addText(java.lang.String text)
          Sets the text.
 void PathPatternType.addText(java.lang.String text)
          Sets the pattern name.
 void Period.addText(java.lang.String text)
          Sets the text.
 void SignaturePattern.addText(java.lang.String methodName)
           
 java.lang.Object ResinType.create(java.lang.Class targetClass)
          Creates the object.
 void AnnotationBuilder.init()
          Initialize the signature.
 void FileSetType.init()
          Initialize the type.
 void PathPatternType.init()
          initialize the pattern.
 void ResinType.init()
          Initialize the signature.
 void Signature.init()
          Initialize the signature.
 void PathPatternType.setName(java.lang.String pattern)
          Sets the pattern name.
static long Bytes.toBytes(java.lang.String bytes)
          Converts a byte string to a number of bytes.
static long Period.toPeriod(java.lang.String value)
          Converts a period string to a time.
static long Period.toPeriod(java.lang.String value, long defaultUnits)
          Converts a period string to a time.
 void EnvEntry.validate()
          Validates the env-entry, i.e.
 void ResourceRef.validate()
          Validates the resource-ref, i.e.
 void Validator.validate()
           
 

Constructors in com.caucho.config.types that throw ConfigException
PathPatternType(java.lang.String pattern)
           
PathPatternType(java.lang.String prefix, java.lang.String pattern)
           
 

Uses of ConfigException in com.caucho.config.xml
 

Methods in com.caucho.config.xml that throw ConfigException
 java.lang.Object XmlConfigContext.create(org.w3c.dom.Node childNode, ConfigType<?> type)
           
 java.lang.Object XmlBeanAddAttribute.create(java.lang.Object parent, QName qName)
          Creates the child bean.
 java.lang.Object XmlBeanAnnotationAttribute.create(java.lang.Object parent, QName qName)
          Creates the child bean.
 java.lang.Object XmlBeanArgAttribute.create(java.lang.Object parent, QName qName)
          Creates the child bean.
 java.lang.Object XmlBeanAttribute.create(java.lang.Object parent, QName qName)
          Creates the child bean.
 java.lang.Object XmlBeanFieldAttribute.create(java.lang.Object parent, QName qName)
          Creates the child bean.
 java.lang.Object XmlBeanMethodAttribute.create(java.lang.Object parent, QName qName)
          Creates the child bean.
 java.lang.Object XmlBeanNewAttribute.create(java.lang.Object parent, QName name)
          Creates the child bean.
 void XmlBeanAddAttribute.setText(java.lang.Object bean, QName name, java.lang.String text)
          Sets the value of the attribute
 void XmlBeanAnnotationAttribute.setText(java.lang.Object parent, QName name, java.lang.String text)
          Sets the value of the attribute
 void XmlBeanArgAttribute.setText(java.lang.Object bean, QName name, java.lang.String text)
          Sets the value of the attribute
 void XmlBeanAttribute.setText(java.lang.Object bean, QName name, java.lang.String value)
          Sets the value of the attribute as text
 void XmlBeanFieldAttribute.setText(java.lang.Object parent, QName name, java.lang.String text)
          Sets the value of the attribute
 void XmlBeanMethodAttribute.setText(java.lang.Object parent, QName name, java.lang.String text)
          Sets the value of the attribute
 void XmlBeanNewAttribute.setText(java.lang.Object object, QName name, java.lang.String value)
          Sets the value of the attribute as text
 void XmlBeanProgramAttribute.setText(java.lang.Object bean, QName name, java.lang.String text)
          Sets the value of the attribute
 void XmlBeanValueArgAttribute.setText(java.lang.Object bean, QName name, java.lang.String text)
          Sets the value of the attribute
 void XmlBeanAddAttribute.setValue(java.lang.Object bean, QName name, java.lang.Object value)
          Sets the value of the attribute
 void XmlBeanAnnotationAttribute.setValue(java.lang.Object bean, QName name, java.lang.Object value)
          Sets the value of the attribute
 void XmlBeanArgAttribute.setValue(java.lang.Object bean, QName name, java.lang.Object value)
          Sets the value of the attribute
 void XmlBeanAttribute.setValue(java.lang.Object bean, QName name, java.lang.Object value)
          Sets the value of the attribute
 void XmlBeanFieldAttribute.setValue(java.lang.Object bean, QName name, java.lang.Object value)
          Sets the value of the attribute
 void XmlBeanMethodAttribute.setValue(java.lang.Object bean, QName name, java.lang.Object value)
          Sets the value of the attribute
 void XmlBeanNewAttribute.setValue(java.lang.Object bean, QName name, java.lang.Object value)
           
 void XmlBeanProgramAttribute.setValue(java.lang.Object bean, QName name, java.lang.Object value)
          Sets the value of the attribute
 void XmlBeanValueArgAttribute.setValue(java.lang.Object bean, QName name, java.lang.Object value)
          Sets the value of the attribute
 

Uses of ConfigException in com.caucho.ejb
 

Methods in com.caucho.ejb that throw ConfigException
 void EJBClientInterface.addEJBJar(Path jar)
          Adds a jar
 void EJBServer.addEJBJar(Path ejbJar)
          Adds an ejb jar.
 java.lang.Class EJBClientInterface.getEJBHome(java.lang.String name)
          Returns the home interface.
 void EJBServer.setDataSource(javax.sql.DataSource dataSource)
          Sets the data-source
 void EJBServer.setJMSConnectionFactory(JndiBuilder factory)
          Sets the jndi name of the jmsConnectionFactory
 void EJBServer.setMessageConsumerMax(int consumerMax)
          Sets consumer max
 void EJBServer.setReadDataSource(javax.sql.DataSource dataSource)
          Sets the data-source
 void EJBServer.setXADataSource(javax.sql.DataSource dataSource)
          Sets the xa data-source
 

Constructors in com.caucho.ejb that throw ConfigException
EJBServer()
          Create a server with the given prefix name.
 

Uses of ConfigException in com.caucho.ejb.cfg
 

Methods in com.caucho.ejb.cfg that return ConfigException
 ConfigException EjbBean.error(java.lang.String msg)
          Returns an error.
 

Methods in com.caucho.ejb.cfg that throw ConfigException
 void EjbConfig.addEjbPath(Path path)
          Adds a path for an EJB config file to the config list.
 void EjbBean.addLocal(java.lang.Class<?> local)
          Sets the ejb local interface
 void EjbBean.addLocalWrapper(AnnotatedType<? super X> local)
          Sets the local interface class.
<T> void
EjbBean.addRemote(java.lang.Class<T> remote)
           
<T> void
EjbBean.addRemoteType(BaseType remote)
          Sets the ejb remote interface
 void EjbBean.addRemoteWrapper(AnnotatedType<? super X> remote)
          Sets the remote interface class.
 void MethodSignature.addText(java.lang.String text)
           
 void EjbConfig.configure()
          Configures the pending beans.
 AssemblyDescriptor EjbJar.createAssemblyDescriptor()
           
 EjbEnterpriseBeans EjbJar.createEnterpriseBeans()
           
 InterceptorsConfig EjbJar.createInterceptors()
           
 EjbJar.Relationships EjbJar.createRelationships()
           
 void EjbConfig.deploy()
          Configures the pending beans.
 AbstractEjbBeanManager<X> EjbBean.deployServer(EjbManager ejbContainer, EjbLazyGenerator<X> lazyGenerator)
          Deploys the bean.
 AbstractSessionManager<X> EjbSessionBean.deployServer(EjbManager ejbContainer, EjbLazyGenerator<X> lazyGenerator)
          Deploys the bean.
 void ContainerTransaction.init()
           
 void EjbBean.init()
          Configure initialization.
 void EjbJar.MethodPermission.init()
           
 void EjbMessageBean.init()
          Initialize
 void EjbSessionBean.init()
          Configure initialization.
 void EjbBean.initIntrospect()
          Configure initialization.
 void EjbMessageBean.initIntrospect()
          Obtain and apply initialization from annotations.
 void EjbSessionBean.initIntrospect()
          Obtain and apply initialization from annotations.
protected  void EjbBean.introspectBean(AnnotatedType<X> type, java.lang.String defaultName)
           
 void EjbMessageBean.setConnectionFactory(JndiBuilder factory)
          Sets the connection factory.
 void EjbMessageBean.setDestination(java.lang.String destinationName)
          Sets the JMS destination.
 void EjbMessageBean.MessageDrivenDestination.setDestinationType(java.lang.String value)
           
 void EjbBean.setEJBClass(java.lang.Class<X> ejbClass)
          Sets the ejb implementation class.
 void EjbMessageBean.setEJBClass(java.lang.Class<X> ejbClass)
          Sets the ejb implementation class.
 void EjbSessionBean.setEJBClass(java.lang.Class<X> type)
          Sets the ejb implementation class.
 void EjbBean.setEJBClassWrapper(AnnotatedType<X> ejbClass)
          Sets the ejb implementation class.
 void EjbMessageBean.MessageDrivenDestination.setJndiName(JndiBuilder destination)
           
 void EjbMessageBean.setMappedName(java.lang.String mappedName)
          Deprecated. for compat with TCK
 void EjbMessageBean.setMessageConsumerMax(int consumerMax)
          Sets the number of message consumers.
 void EjbMessageBean.setMessageDestinationLink(java.lang.String messageDestinationLink)
          Sets the JMS destination link
 void EjbMessageBean.setMessageDestinationType(java.lang.String type)
          Sets the JMS destination type.
 void MethodSignature.setMethodName(java.lang.String name)
           
 void MethodSignature.setName(java.lang.String methodName)
           
 void EjbMethodPattern.setResinIsolation(java.lang.String isolation)
          Sets the Resin isolation.
 void EjbJar.QueryFunction.setSignature(Signature sig)
           
 void EjbJar.QueryFunction.setSQL(java.lang.String sql)
           
 void EjbMethodPattern.setTransaction(TransactionAttributeType type)
           
 void EjbMessageBean.setTransactionType(java.lang.String type)
          Set true if the container handles transactions.
 void EjbSessionBean.setTransactionType(java.lang.String type)
          Set true if the container handles transactions.
 void ContainerTransaction.setTransAttribute(java.lang.String trans)
           
 void EjbMethodPattern.setTransAttribute(java.lang.String type)
          Sets the method's transaction type, e.g.
 void EjbBean.validateException(AnnotatedMethod<?> method, java.lang.Class<?> e)
           
 void EjbBean.validateExceptions(AnnotatedMethod<?> caller, AnnotatedMethod<? super X> callee)
           
 void EjbBean.validateExceptions(AnnotatedMethod<?> method, java.lang.Class<?>[] exn)
          Check that the method throws the expected exceptions.
protected
<T> void
EjbBean.validateLocal(AnnotatedType<T> objectType)
          Validates the local interface.
protected
<T> void
EjbBean.validateRemote(AnnotatedType<T> objectType)
          Validates the remote interface.
 

Constructors in com.caucho.ejb.cfg that throw ConfigException
FunctionSignature(java.lang.String signature)
          Creates a function definition.
 

Uses of ConfigException in com.caucho.ejb.manager
 

Methods in com.caucho.ejb.manager that throw ConfigException
 void EjbManager.start()
           
 

Uses of ConfigException in com.caucho.ejb.protocol
 

Constructors in com.caucho.ejb.protocol that throw ConfigException
EjbProtocolManager(EjbManager ejbContainer)
          Create a server with the given prefix name.
 

Uses of ConfigException in com.caucho.ejb.server
 

Methods in com.caucho.ejb.server that return ConfigException
 ConfigException AbstractEjbBeanManager.error(java.lang.String msg)
           
 

Uses of ConfigException in com.caucho.env.dbpool
 

Methods in com.caucho.env.dbpool that throw ConfigException
 java.lang.Object ConnectionPool.init(ManagedConnectionFactory mcf)
          Initialize the connection manager.
 void ConnectionPool.setMaxConnections(int maxConnections)
          Sets the max number of connections
 void ConnectionPool.setMaxCreateConnections(int maxConnections)
          Sets the max number of connections simultaneously creating
 

Uses of ConfigException in com.caucho.env.deploy
 

Methods in com.caucho.env.deploy that throw ConfigException
 void ExpandDeployGenerator.addRequireFile(java.lang.String file)
          Adds a required file in the expansion.
 DeployMode DeployGenerator.getRedeployMode()
          Gets the redeploy mode.
 DeployMode DeployGenerator.getStartupMode()
          Gets the startup mode.
 void DeployGenerator.init()
           
protected  void ExpandDeployGenerator.initImpl()
          Configuration checks on init.
 void ExpandDeployGenerator.setExpandPrefix(java.lang.String prefix)
          Sets the expand prefix to check for new applications.
 void ExpandDeployGenerator.setExpandSuffix(java.lang.String suffix)
          Sets the expand suffix to check for new applications.
 void ExpandDeployGenerator.setExtension(java.lang.String extension)
          Sets the extension.
 void DeployConfig.setRedeployMode(DeployMode mode)
          Sets the redeploy-mode
 void DeployGenerator.setRedeployMode(DeployMode mode)
          Sets the redeploy mode.
 void DeployConfig.setStartupMode(DeployMode mode)
          Sets the startup-mode
 void DeployGenerator.setStartupMode(DeployMode mode)
          Sets the startup mode.
 void DeployConfig.setStartupPriority(int priority)
          Sets the startup-priority
 

Uses of ConfigException in com.caucho.env.log
 

Methods in com.caucho.env.log that throw ConfigException
 void LogSystem.setLevel(java.util.logging.Level level)
           
 

Uses of ConfigException in com.caucho.java
 

Subclasses of ConfigException in com.caucho.java
 class JavaCompileException
           
 

Uses of ConfigException in com.caucho.jca.cfg
 

Methods in com.caucho.jca.cfg that throw ConfigException
 void OutboundResourceAdapterConfig.addConnectionDefinition(ConnectionDefinition conn)
          Returns the connection definition.
 void InboundResourceAdapterConfig.MessageAdapterConfig.addMessagelistener(MessageListenerConfig listener)
           
 InboundResourceAdapterConfig ResourceAdapterConfig.createInboundResourceadapter()
          Adds an inbound resource adapter.
 OutboundResourceAdapterConfig ResourceAdapterConfig.createOutboundResourceadapter()
          Adds an outbound resource adapter.
 void ResourceManagerConfig.init()
           
 void JavaMailConfig.initImpl()
           
 void MessageListenerConfig.ActivationSpecConfig.setActivationspecClass(java.lang.Class type)
          Sets the activation spec class.
 void AdminObjectConfig.setAdminobjectClass(java.lang.Class cl)
          Sets the object class
 void ConnectionDefinition.setConnectionfactoryImplClass(java.lang.Class cl)
          Sets the connection factory implementation class.
 void ConnectionDefinition.setConnectionfactoryInterface(java.lang.Class cl)
          Sets the application-view for the connection factory.
 void ConnectionDefinition.setConnectionImplClass(java.lang.String cl)
          Sets the connection implementation class.
 void ConnectionDefinition.setConnectionInterface(java.lang.Class cl)
          Sets the application-view for the connection
 void ConnectionDefinition.setManagedconnectionfactoryClass(java.lang.Class cl)
           
 void ResourceAdapterConfig.setManagedconnectionfactoryClass(java.lang.Class<?> cl)
          Sets the ManagedConnectionFactory class.
 void ResourceAdapterConfig.setResourceadapterClass(java.lang.Class<?> cl)
          Sets the resource adapter class
 

Constructors in com.caucho.jca.cfg that throw ConfigException
ResourceManagerConfig()
           
 

Uses of ConfigException in com.caucho.jca.ra
 

Methods in com.caucho.jca.ra that throw ConfigException
 void ObjectConfig.addConfigProperty(ConfigPropertyConfig property)
          Adds a new config property.
static void ResourceManagerImpl.addResource(ResourceAdapter resource)
          Adds a resource to the manager.
 ConnectorConfig.ResourceAdapterConfig ConnectorConfig.createResourceAdapter()
          Configures the resource adapter.
 ConnectorResource.ResourceAdapterConfig ConnectorResource.createResourceAdapter()
          Configures the resource adapter.
 void ConnectorConfig.ConnectionListener.init()
           
 void ConnectorResource.ConnectionListener.init()
           
 void ResourceArchive.init()
          Configures the resource.
 void ResourceDeploy.init()
          Initialize the resource-deploy.
 void ConnectorConfig.EndpointFactory.setType(java.lang.Class type)
           
 void ConnectorResource.EndpointFactory.setType(java.lang.Class type)
           
 void ObjectConfig.setType(java.lang.Class<?> type)
          Sets the type.
 

Uses of ConfigException in com.caucho.jms.connection
 

Methods in com.caucho.jms.connection that throw ConfigException
 void ConnectionFactoryImpl.init()
          Initialize the connection factory.
 

Uses of ConfigException in com.caucho.jms.jca
 

Methods in com.caucho.jms.jca that throw ConfigException
 void ListenerEndpointFactory.init()
          Initialization.
 void MessageSenderManager.init()
           
 void ResourceAdapterImpl.init()
          Initialization.
 

Uses of ConfigException in com.caucho.jms.jdbc
 

Methods in com.caucho.jms.jdbc that throw ConfigException
 void JdbcDestination.init()
          Initializes the JdbcDestination
 void JdbcManager.init()
          Initializes the JdbcManager
 void JdbcMessage.init()
          Initializes the JdbcMessage
 void JdbcQueue.init()
          Initializes the JdbcQueue
 void JdbcTopic.init()
          Initializes the JdbcTopic
 

Uses of ConfigException in com.caucho.jms.resource
 

Methods in com.caucho.jms.resource that throw ConfigException
 void ListenerResource.init()
           
 void ListenerResource.ListenerConfig.init()
           
 void MessageSenderResource.init()
          Initialize the sender resource.
 void ListenerResource.ListenerConfig.setType(java.lang.Class type)
          Sets the listener's type.
 

Uses of ConfigException in com.caucho.jsp
 

Methods in com.caucho.jsp that throw ConfigException
 void JspPrecompileListener.addExtension(java.lang.String extension)
          Adds a new extension to precompile.
 void JspPrecompileResource.init()
          Initialize the resource.
 

Uses of ConfigException in com.caucho.jsp.cfg
 

Methods in com.caucho.jsp.cfg that throw ConfigException
 void TldTag.addVariable(TldVariable variable)
          Adds a variable.
 void TldFunction.init()
          Initialize
 void JspPropertyGroup.setJspMax(int max)
          Sets the jsp-max
 void TldTag.setTagclass(java.lang.String tagClassName)
          Sets the tei class
 void TldTag.setTagClass(java.lang.String tagClassName)
          Sets the tag class
 void TldTag.setTeiclass(java.lang.String teiClassName)
          Old-style setting of the tei class
 void TldTag.setTeiClass(java.lang.String teiClassName)
          Sets the tei class
 

Uses of ConfigException in com.caucho.jsp.java
 

Methods in com.caucho.jsp.java that throw ConfigException
abstract  TagInfo JspTagSupport._caucho_getTagInfo(TagLibraryInfo taglib)
           
 

Uses of ConfigException in com.caucho.license
 

Methods in com.caucho.license that throw ConfigException
 void LicenseStore.addLicenseDirectory(java.io.File licenseDirectory)
           
 java.lang.String LicenseCheck.getDescription()
           
 java.lang.String LicenseCheck.getLicenseDirectory()
           
 void LicenseStore.init(java.io.File... licenseDirectory)
           
 void LicenseCheck.requirePersonal(int personalCount)
           
 void LicenseCheck.requireProfessional(int professionalCount)
           
 

Uses of ConfigException in com.caucho.loader
 

Methods in com.caucho.loader that throw ConfigException
 EnhancerManager ClassLoaderConfig.createEnhancer()
          Adds an enhancing loader.
 void AbstractEnvironmentListener.environmentBind(EnvironmentClassLoader loader)
          Handles the case where the environment is binding injection targets
 void EnvironmentListener.environmentBind(EnvironmentClassLoader loader)
          Handles the case where the environment is binding injection targets
 void AbstractEnvironmentListener.environmentConfigure(EnvironmentClassLoader loader)
          Handles the case where the environment is configuring and registering beans
 void EnvironmentListener.environmentConfigure(EnvironmentClassLoader loader)
          Handles the case where the environment is configuring and registering beans
 void EnvironmentEnhancerListener.environmentConfigureEnhancer(EnvironmentClassLoader loader)
          Handles the case where the environment is configuring and registering beans
 void ClassLoaderConfig.init()
          init
 void CompilingLoader.init()
          Initialize.
 void LibraryLoader.init()
          Initialize
 void SimpleLoader.init()
          Initializes the loader.
 void CompilingLoader.setCompiler(java.lang.String compiler)
          Sets the compiler.
 void CompilingLoader.setSourceExtension(java.lang.String ext)
          Sets the source extension.
 void DynamicClassLoader.validate()
          Validates the class loader.
 void JarListLoader.validate()
          Validates the loader.
 void Loader.validate()
          Validates the loader.
 

Constructors in com.caucho.loader that throw ConfigException
ClassLoaderConfig()
           
 

Uses of ConfigException in com.caucho.loader.enhancer
 

Methods in com.caucho.loader.enhancer that throw ConfigException
 void ClassEnhancerConfig.init()
          Initializes the config.
 void MethodEnhancer.setAnnotation(java.lang.Class ann)
          Sets the annotation.
 

Uses of ConfigException in com.caucho.loader.ivy
 

Methods in com.caucho.loader.ivy that throw ConfigException
 void IvyLoader.init()
          Initialize
 

Uses of ConfigException in com.caucho.log
 

Methods in com.caucho.log that throw ConfigException
static RotateStream RotateStream.create(java.lang.String path)
          Returns the rotate stream corresponding to this path
 void ELFormatter.init()
           
 void LogConfig.init()
          Initialize the log
 void LogConfig.SubLogger.init()
           
 void PathHandler.init()
          Initialize the log.
 void RotateLog.init()
          Initialize the log.
 void StderrLog.init()
          Initialize the log.
 void StdoutLog.init()
          Initialize the log.
 void HmtpHandler.init()
          Initialize the handler
 void JmsHandler.init()
          Initialize the handler
 void MailHandler.init()
          Initialize the handler
 void LogConfig.initImpl()
          Should be run with system classloader
 void LogHandlerConfig.initImpl()
          Should be run with system classloader
 void SyslogHandler.setFacility(java.lang.String facility)
          Sets the facility.
 void LogHandlerConfig.setLevel(java.util.logging.Level level)
          Sets the output level.
 void LogConfig.setLevel(java.lang.String level)
          Sets the output level.
 void LogConfig.SubLogger.setLevel(java.lang.String level)
          Sets the output level.
 void LoggerConfig.setLevel(java.lang.String level)
          Sets the output level.
 void AbstractRolloverLog.setPathFormat(java.lang.String pathFormat)
          Sets the formatted path.
 void SyslogHandler.setSeverity(java.lang.String severity)
          Sets the severity.
 void LogConfig.setUseParentHandlers(boolean useParentHandlers)
          Sets the use-parent-handlers
 void LogConfig.SubLogger.setUseParentHandlers(boolean useParentHandlers)
          Sets the use-parent-handlers
 void LogHandlerConfig.setUseParentHandlers(boolean useParentHandlers)
          Sets the use-parent-handlers
 

Constructors in com.caucho.log that throw ConfigException
ErrorLog()
           
 

Uses of ConfigException in com.caucho.management.server
 

Methods in com.caucho.management.server that throw ConfigException
 void LoggerMXBean.setLevel(java.lang.String level)
          Sets the level.
 

Uses of ConfigException in com.caucho.network.listen
 

Methods in com.caucho.network.listen that throw ConfigException
 SSLFactory TcpPort.createOpenssl()
          Sets the SSL factory
 long TcpPort.getAcceptThreadIdleTimeout()
          Sets the minimum spare idle timeout.
 void TcpPort.init()
          Initializes the port.
 void TcpPort.setAcceptListenBacklog(int listen)
          Sets the operating system listen backlog
 void TcpPort.setAcceptThreadIdleTimeout(Period timeout)
          Sets the minimum spare idle timeout.
 void TcpPort.setAcceptThreadMax(int maxSpare)
          Sets the minimum spare listen.
 void TcpPort.setAcceptThreadMin(int minSpare)
          Sets the minimum spare listen.
 void TcpPort.setProtocol(Protocol protocol)
          Set protocol.
 

Uses of ConfigException in com.caucho.quercus
 

Methods in com.caucho.quercus that throw ConfigException
 void QuercusContext.addImplClass(java.lang.String name, java.lang.Class<?> type)
          Adds a impl class
 void QuercusContext.addJavaClass(java.lang.String name, java.lang.Class<?> type)
          Adds a java class
 

Uses of ConfigException in com.caucho.quercus.lib
 

Methods in com.caucho.quercus.lib that throw ConfigException
 void MhashModule.MhashAlgorithm.init()
           
 

Uses of ConfigException in com.caucho.quercus.lib.bam
 

Methods in com.caucho.quercus.lib.bam that throw ConfigException
 void BamPhpActor.init()
           
 void BamPhpRootService.init()
           
 void BamPhpServiceManager.init()
           
 

Uses of ConfigException in com.caucho.quercus.lib.session
 

Methods in com.caucho.quercus.lib.session that throw ConfigException
 void QuercusSessionManager.setReuseSessionId(java.lang.String reuse)
          True if the server should reuse the current session id if the session doesn't exist.
 

Uses of ConfigException in com.caucho.quercus.module
 

Methods in com.caucho.quercus.module that throw ConfigException
 ModuleInfo ModuleContext.addModule(java.lang.String name, QuercusModule module)
          Adds module info.
 void ModuleContext.introspectJavaClass(java.lang.String name, java.lang.Class type, java.lang.String extension, java.lang.Class javaClassDefClass)
          Introspects the module class for functions.
 void ModuleContext.introspectJavaImplClass(java.lang.String name, java.lang.Class type, java.lang.String extension)
          Introspects the module class for functions.
 

Constructors in com.caucho.quercus.module that throw ConfigException
ModuleInfo(java.lang.String name, QuercusModule module)
          Constructor.
 

Uses of ConfigException in com.caucho.quercus.servlet
 

Methods in com.caucho.quercus.servlet that throw ConfigException
 void QuercusServlet.addClass(PhpClassConfig classConfig)
          Adds a quercus class.
 void QuercusServlet.addImplClass(PhpClassConfig classConfig)
          Adds a quercus class.
 void QuercusServlet.addModule(QuercusModule module)
          Adds a quercus module.
 QuercusServlet.PhpIni QuercusServlet.createPhpIni()
          Adds a quercus.ini configuration
 QuercusServlet.ServerEnv QuercusServlet.createServerEnv()
          Adds a $_SERVER configuration
 void PhpClassConfig.init()
          Initialize the class.
 void QuercusServlet.setCompile(java.lang.String isCompile)
          Set true if quercus should be compiled into Java.
 void QuercusServlet.setCompileFailover(java.lang.String isCompileFailover)
          Set true interpreted pages should be used for pages that fail to compile.
 void QuercusServlet.setDatabase(javax.sql.DataSource database)
          Set the default data source.
 void QuercusServlet.setProfileProbability(double probability)
          Sets the frequency of profiling, expressed as a probability.
 void QuercusServlet.setScriptEncoding(java.lang.String encoding)
          Sets the script encoding.
 

Uses of ConfigException in com.caucho.resources
 

Methods in com.caucho.resources that throw ConfigException
 void ScheduledTask.environmentBind(EnvironmentClassLoader loader)
           
 void ScheduledTask.environmentConfigure(EnvironmentClassLoader loader)
           
 void ScheduledTask.init()
          Initialization.
 void ScheduledTaskConfig.init()
          Deprecated. Initialization.
 void TaskResource.init()
          Initialization.
 

Uses of ConfigException in com.caucho.resources.rmi
 

Methods in com.caucho.resources.rmi that throw ConfigException
 void RmiRegistry.addRmiService(RmiService service)
          Add an RMI service to register with this Registry.
 void RmiRegistry.init()
           
 void RmiService.init()
           
 

Uses of ConfigException in com.caucho.rewrite
 

Methods in com.caucho.rewrite that throw ConfigException
 void AbstractTargetDispatchRule.init()
           
 void AddHeader.init()
           
 void FastCgiProxy.init()
           
 void Forward.init()
           
 void HttpProxy.init()
           
 void IfNetwork.init()
           
 void SetHeader.init()
           
 void SetVary.init()
           
 

Uses of ConfigException in com.caucho.security
 

Methods in com.caucho.security that throw ConfigException
 void PasswordDigest.addText(java.lang.String value)
          Sets the algorithm for bean-style init.
 void FormLogin.setFormErrorPage(java.lang.String formErrorPage)
          Sets the error page.
 void FormLogin.setFormLoginPage(java.lang.String formLoginPage)
          Sets the login page.
 void JaasAuthenticator.setLoginModule(java.lang.Class<?> loginModuleClass)
          Sets the JAAS spi login module class.
 void PermissionConfig.setType(InstantiationConfig type)
          Sets the permission type.
 

Uses of ConfigException in com.caucho.server.admin
 

Methods in com.caucho.server.admin that throw ConfigException
 TransactionLog TransactionManager.createTransactionLog()
          Configures the xa log.
 TransactionManager Management.createTransactionManager()
          Deprecated. 
 void TransactionManager.start()
          Initializes the XA manager.
 

Uses of ConfigException in com.caucho.server.cluster
 

Methods in com.caucho.server.cluster that throw ConfigException
 void Cluster.addDynamicServer(java.lang.String serverId, java.lang.String address, int port)
          Adds a new server to the cluster.
 void ClusterPod.addDynamicServer(java.lang.String serverId, java.lang.String address, int port)
          Adds a dynamic server
 Invocation ServletService.buildInvocation(Invocation invocation)
          Sets the invocation
 AbstractProxyCache ServletContainerConfig.createCache()
          backward compatibility for proxy cache
 java.lang.Object ServletContainerConfig.createJdbcStore()
           
 java.lang.Object ServletContainerConfig.createPing()
          Creates the ping.
 AbstractProxyCache ServletContainerConfig.createProxyCache()
          Creates the proxy cache.
 AbstractProxyCache ServletService.createProxyCache()
          Creates the http cache.
 void Cluster.init()
          Initializes the cluster.
 void ProtocolPortConfig.init()
          Initializes the port.
 void Cluster.removeDynamicServer(ClusterServer server)
          Adds a new server to the cluster.
 void ClusterPod.removeDynamicServer(java.lang.String serverId, java.lang.String address, int port)
          Remove a dynamic server
 ClusterServer ClusterPod.setActiveDynamicServer(java.lang.String serverId, java.lang.String address, int port, int index)
          Sets the active dynamic server
 void ServletContainerConfig.setAlternateSessionUrlPrefix(java.lang.String urlPrefix)
          Sets the alternate session url prefix.
 void ServletService.setAlternateSessionURLPrefix(java.lang.String urlPrefix)
          Sets the alternate session url prefix.
 void ServletContainerConfig.setUrlCharacterEncoding(java.lang.String encoding)
          Sets URL encoding.
 void ServletService.setURLCharacterEncoding(java.lang.String encoding)
          Sets URL encoding.
 void Cluster.start()
          Start the cluster.
 

Uses of ConfigException in com.caucho.server.dispatch
 

Methods in com.caucho.server.dispatch that return ConfigException
protected  ConfigException ServletConfigImpl.error(java.lang.String msg)
           
protected  ConfigException ServletConfigImpl.error(java.lang.String msg, java.lang.Throwable e)
           
 

Methods in com.caucho.server.dispatch that throw ConfigException
 void FilterMapping.addDispatcher(java.lang.String dispatcher)
          Adds a dispatcher.
 void RunAt.addText(java.lang.String runAt)
          Adds the text.
 Invocation InvocationBuilder.buildInvocation(Invocation invocation)
          Builds the invocation values.
 Invocation InvocationServer.buildInvocation(Invocation invocation)
          Builds the invocation.
 Invocation InvocationServer.buildInvocation(java.lang.Object protocolKey, Invocation invocation)
          Builds the invocation, saving its value keyed by the protocol key.
 void InvocationDecoder.setAlternateSessionURLPrefix(java.lang.String prefix)
          Sets the alternate session url prefix.
 void FilterConfigImpl.setFilterClass(java.lang.String filterClassName)
          Sets the filter class.
 void RunAt.setPeriod(Period period)
          Sets the period
 

Uses of ConfigException in com.caucho.server.distcache
 

Methods in com.caucho.server.distcache that throw ConfigException
 void PersistentStoreConfig.setType(java.lang.String type)
          Sets the persistent store type.
 

Uses of ConfigException in com.caucho.server.e_app
 

Methods in com.caucho.server.e_app that throw ConfigException
 void ApplicationConfig.Module.addJava(Path path)
          Adds a new java module.
 void EnterpriseApplication.Module.addJava(Path path)
          Adds a new java module.
protected  void EarDeployGenerator.initImpl()
           
protected  void EarDeployGenerator.startImpl()
           
 

Uses of ConfigException in com.caucho.server.host
 

Methods in com.caucho.server.host that throw ConfigException
 void HostConfig.addHostAlias(RawString rawName)
          Adds a host alias.
 void Host.addWarDeploy(WebAppExpandDeployGenerator webAppDeploy)
          Sets the war-expansion
 void Host.addWebAppDeploy(WebAppExpandDeployGenerator deploy)
          Sets the war-expansion
 Invocation Host.buildInvocation(Invocation invocation)
          Builds the invocation for the host.
protected  void HostExpandDeployGenerator.initImpl()
           
 void HostConfig.setHostName(RawString name)
          Sets the host name.
 void HostConfig.setId(RawString id)
          Sets the id.
 void HostConfig.setLazyInit(boolean lazyInit)
          Sets the lazy-init property
 void HostExpandDeployGenerator.setLazyInit(boolean lazyInit)
          Sets true for a lazy-init.
 void Host.setWarDir(Path warDir)
          Sets the war-dir for backwards compatibility.
protected  void HostExpandDeployGenerator.startImpl()
           
 

Uses of ConfigException in com.caucho.server.log
 

Methods in com.caucho.server.log that throw ConfigException
 void AbstractAccessLog.setPathFormat(java.lang.String pathFormat)
          Sets the formatted path.
 void AccessLog.setPathFormat(java.lang.String pathFormat)
          Sets the formatted path.
 

Uses of ConfigException in com.caucho.server.resin
 

Methods in com.caucho.server.resin that throw ConfigException
 void BootResinConfig.addCluster(BootClusterProxy clusterProxy)
           
 BootPodConfig BootClusterConfig.createPod()
           
 BootServerConfig BootClusterConfig.createServer()
           
 BootServerConfig BootPodConfig.createServer()
           
 TransactionManager ResinConfig.createTransactionManager()
          Deprecated. 
 

Constructors in com.caucho.server.resin that throw ConfigException
ResinArgs(java.lang.String[] args)
           
 

Uses of ConfigException in com.caucho.server.rewrite
 

Methods in com.caucho.server.rewrite that throw ConfigException
 void AbstractRule.init()
           
 void AbstractRuleWithConditions.init()
           
 void DispatchRule.init()
           
 void ForwardRule.init()
           
 void LoadBalanceRule.init()
           
 void MovedRule.init()
           
 void ProxyRule.init()
           
 void RedirectRule.init()
           
 void RewriteRule.init()
          Init
protected  void AbstractCondition.required(java.lang.Object value, java.lang.String name)
          Throws an exception if the passed value is null.
protected  void AbstractRuleWithConditions.required(java.lang.Object value, java.lang.String name)
          Throws an exception if the passed value is null.
 

Uses of ConfigException in com.caucho.server.security
 

Methods in com.caucho.server.security that throw ConfigException
 void IPConstraint.init()
           
 void LoginConfig.setType(java.lang.Class type)
          Sets the custom type
 

Uses of ConfigException in com.caucho.server.session
 

Methods in com.caucho.server.session that throw ConfigException
 void SessionManager.setReuseSessionId(java.lang.String reuse)
          True if the server should reuse the current session id if the session doesn't exist.
 void SessionManager.setSaveMode(java.lang.String mode)
          Sets the save-mode: before-flush, before-headers, after-request, on-shutdown
 

Uses of ConfigException in com.caucho.server.webapp
 

Methods in com.caucho.server.webapp that throw ConfigException
 void WebAppContainer.addDeploy(DeployGenerator<WebAppController> deploy)
          Sets the war-expansion
 void WebApp.addSessionConfig(SessionManager manager)
          Adds the session manager.
 void WebAppContainer.addWarDeploy(WebAppExpandDeployGenerator webAppDeploy)
          Sets the war-expansion
 void WebAppContainer.addWebAppDeploy(WebAppExpandDeployGenerator deploy)
          Sets the war-expansion
 Invocation WebAppContainer.buildInvocation(Invocation invocation)
          Creates the invocation.
 void RewriteRealPath.Rewrite.init()
          Init
 void RewriteRealPath.RealPath.init()
          Init
 void WebAppConfig.setContextPath(java.lang.String path)
          Sets the context path
 void WebAppConfig.setLazyInit(boolean isLazy)
          Sets the startup-mode
 void WebAppExpandDeployGenerator.setLazyInit(boolean lazyInit)
          Sets true for a lazy-init.
 void ListenerConfig.setListenerClass(java.lang.Class<T> cl)
          Sets the listener class.
 void WebAppContainer.setWarDir(Path warDir)
          Sets the war-dir for backwards compatibility.
 

Uses of ConfigException in com.caucho.servlets
 

Methods in com.caucho.servlets that throw ConfigException
 void ResinStatusServlet.setEnable(java.lang.String enable)
          Set to read or write.
 

Uses of ConfigException in com.caucho.sql
 

Methods in com.caucho.sql that throw ConfigException
 DriverConfig DBPool.createBackupDriver()
          Sets a custom driver (or data source)
 ConnectionConfig DBPool.createConnection()
          Configure the initial connection
 DriverConfig DBPool.createDriver()
          Sets a custom driver (or data source)
 void DriverConfig.setDataSource(java.lang.Object dataSource)
          Sets the driver as data source.
 void DriverConfig.setDriverType(java.lang.String type)
          Sets the driver as data source.
 void DBPool.setMaxConnections(int maxConnections)
          Sets the maximum number of pooled connections.
 void DBPool.setMaxCreateConnections(int maxCreateConnections)
          The number of connections to create at any one time.
 void ConnectionConfig.setTransactionIsolation(java.lang.String name)
          Sets the isolation of the connection.
 void DriverConfig.setType(java.lang.Class<?> driverClass)
          Sets the JDBC driver class underlying the pooled object.
 void DBPool.setURL(java.lang.String url)
          Sets the jdbc-driver URL
 void DBPoolImpl.setURL(java.lang.String url)
          Sets the jdbc-driver config.
 

Uses of ConfigException in com.caucho.tools.profiler
 

Methods in com.caucho.tools.profiler that throw ConfigException
 void ProfilerPointConfig.init()
           
 

Uses of ConfigException in com.caucho.vfs
 

Methods in com.caucho.vfs that throw ConfigException
 QServerSocket JsseSSLFactory.bind(QServerSocket ss)
          Creates the SSL ServerSocket.
 QServerSocket SSLFactory.bind(QServerSocket ss)
          Creates the SSL ServerSocket.
 QServerSocket SSLFactory.create(java.net.InetAddress host, int port)
          Creates the SSL ServerSocket.
 void JsseSSLFactory.init()
          Initialize
 void VfsSchemeConfig.init()
          Initialize the scheme.
 

Uses of ConfigException in com.caucho.xml
 

Subclasses of ConfigException in com.caucho.xml
 class XmlParseException