oop-min.html
2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<HTML>
<HEAD>
<TITLE>Corba is not Mimally Constraining</TITLE>
</HEAD>
<BODY>
<H1>
Corba is not Mimally Constraining
</H1>
<ADDRESS>
Dan Connolly<BR>
$Id: oop-min.html,v 1.4 1999/10/02 13:35:20 connolly Exp $
</ADDRESS>
<P>
<HR>
<BLOCKQUOTE>
There is one last method we did not got interested into: get_interface. This
method will be discussed in a later chapter on the interface repository but
till then, ORBit does not implement it so... Of little use :)
<P>
<A HREF="http://developer.gnome.org/doc/guides/corba/corba-module-object-interface.html">The
GNOME & CORBA: The CORBA::Object interface</A>
</BLOCKQUOTE>
<P>
and <A HREF="ftp://parcftp.parc.xerox.com/pub/ilu/ilu.html">ILU</A>:
<PRE>see runtime/kernel/type.c
ILUGetTypes
ILURegisterGCInterest
ILUUnregisterGCInterest
ILUPing
-is-a /* for CORBA support */
</PRE>
<P>
interface repository/type libraries:
<BLOCKQUOTE>
Using this mapping, implementations must provide the ability to call
Object::get_interface on CORBA object references to COM objects to retrieve
an InterfaceDef. When CORBA objects are accessed from COM, implementations
may provide the ability to retrieve the ITypeInfo for CORBA object interface
using the IProvideClassInfo COM interface.
<ADDRESS>
<A HREF="http://www.omg.org/cgi-bin/doc?formal/99-07-22">p18.53 in CORBA
V2.3</A>
</ADDRESS>
</BLOCKQUOTE>
<P>
References
<DL>
<DT>
<A HREF="../../../OOP/COM.html">COM: A study of distributed objects
technology</A>
<DD>
work in progress
<DT>
@@HTTP-NG architecture document
<DD>
<DT>
<A HREF="http://www.omg.org/corba/cichpter.html#cover"><CITE>The Common Object
Request Broker: Architecture and Specification</CITE></A>
<DD>
Revised Edition: July 1995<BR>
Updated: July 1996<BR>
Revision 2.1: August 1997<BR>
Revision 2.2: February 1998<BR>
Revision 2.3: June1999
<DT>
<A HREF="http://www.omg.org/cgi-bin/doc?formal/99-07-22">CORBA 2.3 - chapter
18 - Mapping COM and CORBA</A>
<DD>
<DT>
@@python
<DD>
<DT>
@@JNI
<DD>
<DT>
@@open java?
<DD>
<DT>
@@mendelson: names in Java interfaces
<DD>
<DT>
@@DCOM/CORBA symposium?
<DD>
<DT>
@@OMG/W3C workshop?
</DL>
<P>
</BODY></HTML>