summaryrefslogtreecommitdiff
path: root/org/omg/CORBA/package.html
diff options
context:
space:
mode:
authorAudrius Meskauskas <audriusa@Bioinformatics.org>2005-05-31 20:27:13 +0000
committerAudrius Meskauskas <audriusa@Bioinformatics.org>2005-05-31 20:27:13 +0000
commit44124a5ec3158f27aeb405e93901fc965e443c5e (patch)
tree0982b1378a9e40ffe9c3a33c18bd63b950b9a6b5 /org/omg/CORBA/package.html
parent0c8fab7e160e6283f3070bd74db114b65e2c6a27 (diff)
downloadclasspath-44124a5ec3158f27aeb405e93901fc965e443c5e.tar.gz
2005-05-31 Audrius Meskauskas <AudriusA@Bioinformatics.org>
* gnu/CORBA/CDR/BigEndianInputStream.java, gnu/CORBA/CDR/BigEndianOutputStream.java, gnu/CORBA/CDR/LittleEndianInputStream.java, gnu/CORBA/CDR/LittleEndianOutputStream.java: New streams. gnu/CORBA/CDR/abstractDataInputStream.java, gnu/CORBA/CDR/abstractDataOutputStream.java: New interfaces. * gnu/CORBA/IOR.java: Implemented parsing of the Little Endian encoded IOR references. * gnu/CORBA/Functional_ORB.java, gnu/CORBA/binaryReply.java, gnu/CORBA/gnuRequest.java, gnu/CORBA/CDR/cdrInput.java, gnu/CORBA/CDR/cdrOutput.java, gnu/CORBA/CDR/encapsulatedOutput.java, gnu/CORBA/GIOP/MessageHeader.java: Implemented support for Big and Little Endian. * org/omg/CORBA/package.html: Documentation update.
Diffstat (limited to 'org/omg/CORBA/package.html')
-rw-r--r--org/omg/CORBA/package.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/org/omg/CORBA/package.html b/org/omg/CORBA/package.html
index 94c1e88f8..87ab8ba28 100644
--- a/org/omg/CORBA/package.html
+++ b/org/omg/CORBA/package.html
@@ -54,7 +54,14 @@ including the fully functional Object Request Broker ({@link org.omg.CORBA.ORB})
object references, primitive types, narrow and wide strings, arrays, structures
and trees between these two platforms. The thrown exceptions are also transferred
and handled. The support for stringified object references (IORs) is implemented.
- The redirection commands works.
+ The redirection commands works, LOCATION_FORWARD_PERM changing the target address
+ until the application is restarted and LOCATION_FORWARD redirecting for the
+ current session only. Both Little and Big Endian encoded messages
+ are accepted. The encoding of the sent messages is the same as used in the
+ stringified IOR reference of that object or Big Endian, if no such data
+ available.
+ </p>
+ <p>
You can use both request-oriented (based on {@link org.omg.CORBA.Request})
and stream-oriented (based on {@link org.omg.CORBA.portable.ObjectImpl})
invocation models. The current release includes the working examples, demonstrating
@@ -62,7 +69,8 @@ including the fully functional Object Request Broker ({@link org.omg.CORBA.ORB})
how to use the Classpath naming service. The IDL compiler is not yet written,
but as a side effect of the required compatibility, the implementation seems
accepting the output of the Sun's 1.3 idlj.</p>
-
+
+ @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)
</body>
</html>