net.sf.saxon.javax.xml.xquery
Interface ConnectionPoolXQDataSource


public interface ConnectionPoolXQDataSource

XQJ interfaces reconstructed from version 0.9 documentation


Method Summary
 int getLoginTimeout()
           
 java.io.PrintWriter getLogWriter()
           
 PooledXQConnection getPooledConnection()
           
 PooledXQConnection getPooledConnection(java.lang.String user, java.lang.String password)
           
 java.lang.String getProperty(java.lang.String name)
           
 java.lang.String[] getSupportedPropertyNames()
           
 void setLoginTimeout(int seconds)
           
 void setLogWriter(java.io.PrintWriter out)
           
 void setProperties(java.util.Properties props)
           
 void setProperty(java.lang.String name, java.lang.String value)
           
 

Method Detail

getLoginTimeout

int getLoginTimeout()
                    throws XQException
Throws:
XQException

getLogWriter

java.io.PrintWriter getLogWriter()
                                 throws XQException
Throws:
XQException

getPooledConnection

PooledXQConnection getPooledConnection()
                                       throws XQException
Throws:
XQException

getPooledConnection

PooledXQConnection getPooledConnection(java.lang.String user,
                                       java.lang.String password)
                                       throws XQException
Throws:
XQException

getProperty

java.lang.String getProperty(java.lang.String name)
                             throws XQException
Throws:
XQException

getSupportedPropertyNames

java.lang.String[] getSupportedPropertyNames()

setLoginTimeout

void setLoginTimeout(int seconds)
                     throws XQException
Throws:
XQException

setLogWriter

void setLogWriter(java.io.PrintWriter out)
                  throws XQException
Throws:
XQException

setProperties

void setProperties(java.util.Properties props)
                   throws XQException
Throws:
XQException

setProperty

void setProperty(java.lang.String name,
                 java.lang.String value)
                 throws XQException
Throws:
XQException