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

All Known Implementing Classes:
DatabaseImpl

public interface Database

Java content class for database complex type.

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

 <complexType name="database">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="connection-factory" type="{}connection-factory"/>
         <element name="hitlistSize" type="{}hitlistSize"/>
         <element name="jdbcSecurityPlugin" type="{}jdbcSecurityPlugin" minOccurs="0"/>
         <element name="usePreparedStatement" type="{}usePreparedStatement" minOccurs="0"/>
       </sequence>
       <attribute name="engine" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 ConnectionFactory getConnectionFactory()
           
 String getEngine()
           
 HitlistSize getHitlistSize()
           
 JdbcSecurityPlugin getJdbcSecurityPlugin()
           
 String getName()
           
 UsePreparedStatement getUsePreparedStatement()
           
 void setConnectionFactory(ConnectionFactory value)
           
 void setEngine(String value)
           
 void setHitlistSize(HitlistSize value)
           
 void setJdbcSecurityPlugin(JdbcSecurityPlugin value)
           
 void setName(String value)
           
 void setUsePreparedStatement(UsePreparedStatement value)
           
 

Method Detail

getConnectionFactory

public ConnectionFactory getConnectionFactory()

setConnectionFactory

public void setConnectionFactory(ConnectionFactory value)

getJdbcSecurityPlugin

public JdbcSecurityPlugin getJdbcSecurityPlugin()

setJdbcSecurityPlugin

public void setJdbcSecurityPlugin(JdbcSecurityPlugin value)

getHitlistSize

public HitlistSize getHitlistSize()

setHitlistSize

public void setHitlistSize(HitlistSize value)

getEngine

public String getEngine()

setEngine

public void setEngine(String value)

getName

public String getName()

setName

public void setName(String value)

getUsePreparedStatement

public UsePreparedStatement getUsePreparedStatement()

setUsePreparedStatement

public void setUsePreparedStatement(UsePreparedStatement value)


Copyright © 2002-2004 JAFFA Project.