This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 20549 - Non-blocking lookup call
Summary: Non-blocking lookup call
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Lookup (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: API, THREAD
Depends on:
Blocks: 20668
  Show dependency tree
 
Reported: 2002-02-14 15:10 UTC by David Strupl
Modified: 2008-12-22 20:50 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Strupl 2002-02-14 15:10:10 UTC
Currently all calls to lookup wait for the result. However you can listen on the
result changes so it could be beneficial if you could just perform the query and
attach a listener without blocking.
Comment 1 David Strupl 2002-02-14 15:12:06 UTC
ErrorManager.DelegatingErrorManager can benefit from this enhancement.
Comment 2 Jaroslav Tulach 2002-02-25 15:01:10 UTC
Suggesting to enhance Lookup.Template with a new field that would
identify a "non-blocking" template. If the "non-blocking" mode is
started AbstractLookup & ProxyLookup would not call beforeLookup (..)
methods when returning results.
Comment 3 Marek Grummich 2002-07-22 11:20:35 UTC
Set target milestone to TBD
Comment 4 Marek Grummich 2002-07-22 11:22:50 UTC
Set target milestone to TBD
Comment 5 Marian Mirilovic 2003-03-13 13:43:20 UTC
Changed owner David S. -> David K.
Comment 6 Jaroslav Tulach 2004-05-05 12:24:05 UTC
Better make the default call faster - e.g. not wait for FolderLookup.