org.jaffa.persistence.engines.jdbcengine.configservice.initdomain
Interface Init

All Superinterfaces:
javax.xml.bind.Element, InitType
All Known Implementing Classes:
InitImpl

public interface Init
extends javax.xml.bind.Element, InitType

Java content class for init element declaration.

The following schema fragment specifies the expected content contained within this java content object.

 <element name="init">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="database" type="{}database" maxOccurs="unbounded"/>
           <element name="preload" type="{}preload" minOccurs="0"/>
           <element name="conf-location" type="{}conf-location"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Methods inherited from interface org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.InitType
getConfLocation, getDatabase, getPreload, setConfLocation, setPreload
 



Copyright © 2002-2004 JAFFA Project.