net.sf.saxon.javax.xml.xquery

Interface PooledXQConnection

public interface PooledXQConnection

XQJ interfaces reconstructed from version 0.9 documentation

Method Summary

void
addConnectionEventListener(XQConnectionEventListener listener)
void
close()
XQConnection
getConnection()
void
removeConnectionEventListener(XQConnectionEventListener listener)

Method Details

addConnectionEventListener

public void addConnectionEventListener(XQConnectionEventListener listener)

close

public void close()
            throws XQException

getConnection

public XQConnection getConnection()
            throws XQException

removeConnectionEventListener

public void removeConnectionEventListener(XQConnectionEventListener listener)