Return-Path: Delivered-To: apmail-cayenne-dev-archive@www.apache.org Received: (qmail 88141 invoked from network); 13 May 2010 02:43:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 May 2010 02:43:13 -0000 Received: (qmail 22242 invoked by uid 500); 13 May 2010 02:43:13 -0000 Delivered-To: apmail-cayenne-dev-archive@cayenne.apache.org Received: (qmail 22139 invoked by uid 500); 13 May 2010 02:43:12 -0000 Mailing-List: contact dev-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list dev@cayenne.apache.org Received: (qmail 22131 invoked by uid 99); 13 May 2010 02:43:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 May 2010 02:43:11 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [219.88.242.56] (HELO mx6.orcon.net.nz) (219.88.242.56) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 May 2010 02:43:03 +0000 Received: from Debian-exim by mx6.orcon.net.nz with local (Exim 4.69) (envelope-from ) id 1OCONk-0000Bi-Ie for dev@cayenne.apache.org; Thu, 13 May 2010 14:42:40 +1200 Received: from [60.234.9.102] (helo=[192.168.250.12]) by mx6.orcon.net.nz with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1OCONj-0000Ar-Qa for dev@cayenne.apache.org; Thu, 13 May 2010 14:42:39 +1200 From: Andrew Lindesay Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Additional Methods on DataRowStore Date: Thu, 13 May 2010 14:42:39 +1200 Message-Id: <463BF366-AD85-4FBA-BE19-96890FDB8398@lindesay.co.nz> To: dev@cayenne.apache.org Mime-Version: 1.0 (Apple Message framework v1078) X-Mailer: Apple Mail (2.1078) X-DSPAM-Check: by mx6.orcon.net.nz on Thu, 13 May 2010 14:42:40 +1200 X-DSPAM-Result: Whitelisted X-DSPAM-Processed: Thu May 13 14:42:40 2010 X-DSPAM-Confidence: 0.5706 X-DSPAM-Probability: 0.0000 X-Virus-Checked: Checked by ClamAV on apache.org Hello (Andrus?); It is possible to turn the notifications on and off from the = DataRowStore, but it is not possible to externally set the handler from = outside the class. Are you able to add these two methods to STABLE-3.0 = and 3.1 so I am able to control that; public void setRemoteNotificationsHandler(EventBridge value) { remoteNotificationsHandler =3D value; } =20 public EventBridge getRemoteNotificationsHandler() { return remoteNotificationsHandler; } cheers. ___ Andrew Lindesay www.silvereye.co.nz