Closed
Bug 15493
Opened 26 years ago
Closed 25 years ago
Determine C++ object for Java object, if any
Categories
(Core Graveyard :: Java to XPCOM Bridge, enhancement, P3)
Core Graveyard
Java to XPCOM Bridge
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: frankm, Assigned: drapeau)
Details
If a Java object inheriting from nsISupports is passed as a parameter from the
JVM, the system should be able to tell whether the Java object is a proxy for a
C++ object, and, if so, what the corresponding C++ pointer is.
A general mechanism might resemble a "QueryInterface" on the Java object to
return an XPCOM object. Another API might simply yield an implementor of
nsISupports, for cases where the interface doesn't matter (e.g. "real"
QueryInterface or refcounting.)
| Reporter | ||
Comment 1•26 years ago
|
||
Assign to self, until other help emerges.
Comment 2•25 years ago
|
||
Frank Mitchell no longer works at Sun and his email is bouncing. Reassigning
his 21 bugs to george for reassignment.
Assignee: frankm → drapeau
Status: ASSIGNED → NEW
Comment 3•25 years ago
|
||
obsolete
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Comment 4•24 years ago
|
||
VERIFIED INVALID.
must be closed.
Status: RESOLVED → VERIFIED
QA Contact: leila.garin → avm
Updated•11 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•