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

All Known Implementing Classes:
PreloadImpl

public interface Preload

Java content class for preload complex type.

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

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


Method Summary
 List getPreloadClass()
           
 

Method Detail

getPreloadClass

public List getPreloadClass()


Copyright © 2002-2004 JAFFA Project.