Re: LISTEN/NOTIFY support in JDBC driver? - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: LISTEN/NOTIFY support in JDBC driver?
Date
Msg-id Pine.BSO.4.56.0403151407390.6187@leary.csoft.net
Whole thread Raw
In response to LISTEN/NOTIFY support in JDBC driver?  (Vitaglione Giosue' <Giosue.Vitaglione@TILAB.COM>)
List pgsql-jdbc

On Mon, 15 Mar 2004, Vitaglione Giosue' wrote:

>
> Hello everybody,
>
> Could anyone tell about the current
> status of the LISTEN/NOTIFY support through JDBC?
>

Listen/notify works in JDBC see PGConnection.getNotifications().  What it
is currently lacking is asychronous notifications which means you must
poll to get a notification instead of just waiting for it.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Vitaglione Giosue'
Date:
Subject: LISTEN/NOTIFY support in JDBC driver?
Next
From: Kris Jurka
Date:
Subject: Re: Register arbitrary types Framework