Uses of Class
com.caucho.config.ConfigException

Packages that use ConfigException
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.config   
com.caucho.config.attribute   
com.caucho.config.j2ee   
com.caucho.config.program   
com.caucho.config.types   
com.caucho.ejb   
com.caucho.ejb.burlap   
com.caucho.ejb.cfg   
com.caucho.ejb.hessian   
com.caucho.ejb.manager   
com.caucho.ejb.metadata   
com.caucho.ejb.protocol   
com.caucho.j2ee.deployserver   
com.caucho.jca   
com.caucho.jca.cfg   
com.caucho.jms.connection   
com.caucho.jms.jca   
com.caucho.jms.jdbc   
com.caucho.jms.resource   
com.caucho.jsf.cfg   
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.loader.osgi   
com.caucho.log   
com.caucho.log.handler   
com.caucho.management.server   
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.security   
com.caucho.server.admin   
com.caucho.server.cache   
com.caucho.server.cluster   
com.caucho.server.deploy   
com.caucho.server.dispatch   
com.caucho.server.e_app   
com.caucho.server.host   
com.caucho.server.log   
com.caucho.server.port   
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.webbeans.cfg   
com.caucho.webbeans.component   
com.caucho.webbeans.manager   
com.caucho.xml XML parsing and printing package. 
 

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.
 BeanType EntityIntrospector.introspect(java.lang.Class type)
          Introspects.
 EmbeddableType EmbeddableIntrospector.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
PersistenceManager()
          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 Id.init()
          Initialize the id.
 void ManyToManyField.init()
          Initializes the field.
 void DependentEntityOneToOneField.init()
           
 void ManyToOneField.init()
          Initializes the field.
 void ElementCollectionField.init()
          Initializes the field.
 void AbstractField.init()
          Initialize the field.
 void StubMethod.init()
          Initializes the method.
 void KeyManyToOneField.init()
          Initialize the field.
 void EntityEmbeddedField.init()
          Initializes the property.
 void EmbeddedSubField.init()
          Links to the target.
 void AmberField.init()
          Links to the target.
 void PropertyField.init()
          Initializes the property.
 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(BeanType 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 AmberTable.error(java.lang.String msg, java.lang.Throwable e)
           
protected  ConfigException AmberColumn.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 AmberType.init()
          Initialize the type.
 void EntityType.init()
          Initialize the entity.
 void BeanType.init()
          Initialize the type.
 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
 void BootClusterConfig.addServer(com.caucho.boot.WatchdogConfig config)
           
 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 WatchdogServlet.start(java.lang.String password, java.lang.String[] argv)
           
 java.lang.String WatchdogServlet.status(java.lang.String password)
           
 void WatchdogAPI.stop(java.lang.String password, java.lang.String serverId)
          Stops the named server
 

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 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.
 java.lang.Object ConfigContext.create(org.w3c.dom.Node childNode, ConfigType type)
           
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 SetValueAttribute.create(java.lang.Object parent)
          Creates the child bean.
 java.lang.Object ListValueAttribute.create(java.lang.Object parent)
          Creates the child bean.
 java.lang.Object CreateAttribute.create(java.lang.Object parent)
          Creates the child bean.
 java.lang.Object EntryAttribute.create(java.lang.Object parent)
          Creates the child bean.
 java.lang.Object Attribute.create(java.lang.Object parent)
          Creates the child bean.
 java.lang.Object SetterAttribute.create(java.lang.Object parent)
          Creates the child bean.
 java.lang.Object TextAttribute.create(java.lang.Object parent)
          Creates the child bean.
 java.lang.Object EnvironmentAttribute.create(java.lang.Object parent)
          Creates the child bean.
 void SetValueAttribute.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 ListValueAttribute.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 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 EnvironmentAttribute.setText(java.lang.Object bean, QName name, java.lang.String 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 PropertyAttribute.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 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
abstract  void Attribute.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 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
 void EnvironmentAttribute.setValue(java.lang.Object bean, QName name, java.lang.Object value)
          Sets the value of the attribute
 

Uses of ConfigException in com.caucho.config.j2ee
 

Methods in com.caucho.config.j2ee that throw ConfigException
static void InjectIntrospector.configureClassResources(java.util.ArrayList<ConfigProgram> initList, java.lang.Class type)
           
 java.lang.Object JndiValueGenerator.create()
           
 void PreDestroyInject.inject(java.lang.Object value, ConfigContext env)
           
 void PreDestroyProgram.inject(java.lang.Object bean, ConfigContext builder)
           
 void PostConstructProgram.inject(java.lang.Object bean, ConfigContext env)
           
static void InjectIntrospector.introspectConstruct(java.util.ArrayList<ConfigProgram> initList, java.lang.Class type)
           
static void InjectIntrospector.introspectDestroy(java.util.ArrayList<ConfigProgram> destroyList, java.lang.Class type)
           
static void InjectIntrospector.introspectInit(java.util.ArrayList<ConfigProgram> initList, java.lang.Class type)
           
static void InjectIntrospector.introspectInject(java.util.ArrayList<ConfigProgram> injectList, java.lang.Class type)
           
 

Uses of ConfigException in com.caucho.config.program
 

Methods in com.caucho.config.program that throw ConfigException
 java.lang.Object ConfigProgram.configure(java.lang.Class type)
           
protected  java.lang.Object ConfigProgram.configure(java.lang.Class type, ConfigContext env)
          Configures a bean given a class to instantiate.
 java.lang.Object ConfigProgram.configure(ConfigType type)
           
 java.lang.Object ConfigProgram.configure(ConfigType type, ConfigContext env)
           
 java.lang.Object NodeBuilderChildProgram.configure(ConfigType type, ConfigContext env)
           
 void ConfigProgram.configure(java.lang.Object bean)
          Configures the object.
 void ConfigProgram.init(java.lang.Object bean)
           
 void ContainerProgram.inject(java.lang.Object bean, ConfigContext env)
          Invokes the child programs on the bean
 void MethodGeneratorProgram.inject(java.lang.Object bean, ConfigContext env)
           
 void FieldGeneratorProgram.inject(java.lang.Object bean, ConfigContext env)
           
 void NodeBuilderProgram.inject(java.lang.Object bean, ConfigContext env)
           
 void MethodComponentProgram.inject(java.lang.Object bean, ConfigContext env)
           
 void NodeBuilderChildProgram.inject(java.lang.Object bean, ConfigContext env)
           
 

Uses of ConfigException in com.caucho.config.types
 

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

Methods in com.caucho.config.types that throw ConfigException
 void CronType.addText(java.lang.String text)
          Sets the text.
 void Period.addText(java.lang.String text)
          Sets the text.
 void PathPatternType.addText(java.lang.String text)
          Sets the pattern name.
 void Bytes.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 Signature.init()
          Initialize the signature.
 void ResinType.init()
          Initialize the signature.
 void FileSetType.init()
          Initialize the type.
 void PathPatternType.init()
          initialize the pattern.
 void AnnotationBuilder.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 ResourceRef.validate()
          Validates the resource-ref, i.e.
 void Validator.validate()
           
 void EnvEntry.validate()
          Validates the resource-ref, i.e.
 

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

Uses of ConfigException in com.caucho.ejb
 

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

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.
abstract  void AbstractStubLoader.init()
          Initializes the loader.
 void EJBServer.setConfigDirectory(Path dir)
          Sets the directory for the *.ejb files.
 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.burlap
 

Methods in com.caucho.ejb.burlap that throw ConfigException
protected  HandleEncoder BurlapProtocol.createHandleEncoder(AbstractServer server, java.lang.Class primaryKeyClass)
           
 

Constructors in com.caucho.ejb.burlap that throw ConfigException
BurlapHandleEncoder(AbstractServer server, java.lang.String serverId, java.lang.Class primaryKeyClass)
           
BurlapHandleEncoder(java.lang.String serverId, java.lang.Class primaryKeyClass)
           
 

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 EjbEnterpriseBeans.addEjbBean(EjbBeanConfigProxy beanProxy)