Uses of Class
cuba.wired.InitException

Packages that use InitException
cuba.util This is the util-package, collecting command-line- and the generator-classes. 
cuba.util.ddgen.tokens This package handles a single component-, resource- enviromententry or reference. 
cuba.wired This package handles cuba-components inside a wired enviroment. 
cuba.wired.ddread This package reads the deployment descriptors for the wired enviroment. 
cuba.wired.jpa   
 

Uses of InitException in cuba.util
 

Methods in cuba.util that throw InitException
protected static java.util.ArrayList Generator.readComponents(GeneratorOptions options)
           
 

Uses of InitException in cuba.util.ddgen.tokens
 

Methods in cuba.util.ddgen.tokens that throw InitException
protected  void ComponentDescriptorReader.addInterceptorMethod(org.w3c.dom.Node node, java.lang.String interceptorType, CUBAComponent componentObject)
           
protected  void ComponentDescriptorReader.processInterceptor(org.w3c.dom.Element interceptionElement, CUBAComponent componentObject)
           
 

Uses of InitException in cuba.wired
 

Methods in cuba.wired that throw InitException
 void DescriptorMap.registerDescriptor(AbstractDescriptor description)
           
protected  void DescriptorMap.registerDescriptor(AbstractDescriptor description, boolean allowReplacement)
           
 void ComponentMap.registerDescriptor(WiredComponentDesc description)
           
 void DescriptorMap.replaceDescriptor(AbstractDescriptor description)
          This function is especally of interest for test purposes.
 

Constructors in cuba.wired that throw InitException
DDClassLoader(java.lang.ClassLoader parent)
          Construct a new DDClassLoader.
WiredClientContext()
          Like function above with null properties
WiredClientContext(java.util.Properties props)
          Creates a WiredClientContext for the default WiredContainer.
WiredContainer()
          Creates a default WiredContainer without particular properties.
WiredContainer(java.util.Properties props)
          Creates a default WiredContainer.
WiredContainer(java.lang.String deploymentDescriptor, java.util.Properties props)
          Creates a new WiredContainer using PrimitiveWiredInstanceFactory as the default lifecycle manager and PrimitiveDataSourceProvider as the default SQL source manager.
WiredContainer(WiredInstanceFactoryI lifecycleManager, WiredDataSourceProviderI dataSourceProvider, ComponentMap componentMap, ResourceFactoryMap resourceFactoryMap, java.util.Map users)
          Constructor for test purposes
WiredContainer(WiredInstanceFactoryI instanceFactory, WiredDataSourceProviderI dataSourceProvider, java.lang.String deploymentDescriptor, java.util.Properties props)
          Creates a new WiredContainer
 

Uses of InitException in cuba.wired.ddread
 

Methods in cuba.wired.ddread that throw InitException
protected  void WiredJarReader.checkEnvironmentType(java.lang.Class interfaceType)
           
protected  void WiredAppReader.checkLinkage(ReferenceMap.Reference ref, AbstractDescriptor desc, java.lang.String compName, java.lang.String refName, java.lang.String globalName)
           
protected  java.lang.Class WiredJarReader.getClass(org.w3c.dom.Node node, java.lang.String key)
          Get a Class by name from a descriptor node
protected  java.lang.Class WiredJarReader.getClass(java.lang.String className)
          Get a Class by name from the system class loader
protected  ComponentRefMap WiredJarReader.getComponentRefs(org.w3c.dom.Node comp)
          Collect a component's local references to other components
protected  EnvironmentRefMap WiredJarReader.getEnvironmentRefs(org.w3c.dom.Node comp)
          Collect a component's local environment references
static java.io.InputStream XmlReader.getJarEntry(java.lang.String jarFileName, java.lang.String dirname, java.lang.String filename)
           
static java.lang.String XmlReader.getMandatoryAttribute(org.w3c.dom.Node node, java.lang.String key)
           
 java.lang.String XmlReader.getMandatoryChild(org.w3c.dom.Node node, java.lang.String key)
           
static org.w3c.dom.Node XmlReader.getMandatoryChildNode(org.w3c.dom.Node node, java.lang.String key)
           
static java.lang.String XmlReader.getMandatoryFirstChildValue(org.w3c.dom.Node node)
           
protected  ResourceRefMap WiredJarReader.getResourceRefs(org.w3c.dom.Node comp)
          Collect a component's local references to external resources
static org.w3c.dom.Element XmlReader.getRootElement(java.io.InputStream is)
           
 org.w3c.dom.Element XmlParserJDK.getRootElement(java.io.InputStream is)
           
 org.w3c.dom.Element XmlParserI.getRootElement(java.io.InputStream is)
           
static org.w3c.dom.Element XmlReader.getRootElement(java.io.InputStream is, java.lang.String fileName)
          Read an XML file from an input stream and return the root element of the DOM tree.
 org.w3c.dom.Element XmlParserJDK.getRootElement(java.io.InputStream is, java.lang.String fileName)
           
 org.w3c.dom.Element XmlParserI.getRootElement(java.io.InputStream is, java.lang.String fileName)
           
static java.io.InputStream XmlReader.getSystemResource(java.lang.String dirname, java.lang.String filename)
          Load the specified resource from the current class loader.
protected  boolean WiredJarReader.getTransactionManagementType(org.w3c.dom.Node comp)
          Check for type of transaction control of a component description.
static void WiredAppReader.main(java.lang.String[] args)
          For test purposes only
protected  java.lang.Object WiredJarReader.parseEnvironmentValue(java.lang.String rawValue, java.lang.Class resultType)
          Make a value type out of a string representation, basically by applying the expected result type's static valueOf method (via Java reflection API).
 java.lang.Object[] WiredAppReader.process()
          Process the application descriptor retrieved and parsed on construction
 java.util.Map PersistenceReaderI.process()
           
protected  void WiredJarReader.registerComponent(org.w3c.dom.Node comp, ComponentMap componentMap)
          Collect a component's name, type, wired adapter, and references and register it in the passed component map
 void WiredJarReader.registerComponents(ComponentMap componentMap)
          Collect all components from the module JAR file's descriptor and register them in the passed component map.
 java.util.Map WiredAppReader.registerPermissions(org.w3c.dom.Element appdd)
          Return the role associations of all users being specified in the application descriptor in run-as tags
 

Constructors in cuba.wired.ddread that throw InitException
WiredAppReader(java.util.Properties props)
          Create a WiredAppReader, fetching the application descriptor with a predefined name META-INF/wired-application.xml from the CLASSPATH.
WiredAppReader(java.lang.String filename, java.util.Properties props)
          Create a WiredAppReader for the passed application descriptor
WiredJarReader(java.lang.String jarFileName)
          Create a new WiredJarReader for the specified JAR file
 

Uses of InitException in cuba.wired.jpa
 

Methods in cuba.wired.jpa that throw InitException
 java.util.Map PlainPersistenceReader.process()