Uses of Class
javax.xml.xquery.XQConnectionEvent

Packages that use XQConnectionEvent
javax.xml.xquery   
 

Uses of XQConnectionEvent in javax.xml.xquery
 

Methods in javax.xml.xquery with parameters of type XQConnectionEvent
 void XQConnectionEventListener.connectionClosed(XQConnectionEvent event)
          Notifies this XQConnectionEventListener that the application has called the method close on its representation of a pooled connection.
 void XQConnectionEventListener.connectionErrorOccurred(XQConnectionEvent event)
          Notifies this XQConnectionEventListener that a fatal error has occurred and the pooled connection can no longer be used.