summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QPID-4027 Added javadoc, fixed typos, and some bugs.address-refactor2Rajith Muditha Attapattu2012-06-269-38/+223
* QPID-4027 Made modifications to reflect the changes made to interfaces.Rajith Muditha Attapattu2012-06-2623-84/+293
* QPID-4027 Added an experimental Failover Decorator to experiment withRajith Muditha Attapattu2012-06-2619-1362/+2444
* QPID-4027 Added a README on how to run the example.Rajith Muditha Attapattu2012-06-181-0/+14
* QPID-4027 Added unregister methods for session, sender and receivers.Rajith Muditha Attapattu2012-06-186-6/+64
* QPID-4027 Renamed the extension interfaces as Internal. These not reallyRajith Muditha Attapattu2012-06-1812-56/+51
* QPId-4027 Added an example that demonstrates sending/receiving aRajith Muditha Attapattu2012-06-165-25/+67
* QPID-4027 Added one-to-one exception mapping between c++ and java toRajith Muditha Attapattu2012-06-152-0/+135
* QPID-4027 Renamed the generated JNI wrapper files to use the PrefixRajith Muditha Attapattu2012-06-157-27/+35
* QPID-4027 Tied in the message implementation into the cpp/jniRajith Muditha Attapattu2012-06-155-17/+48
* QPID-4027 Created an AbstractMessageFactory which delegates the creationRajith Muditha Attapattu2012-06-1510-385/+893
* QPID-4027 The Connection object will provide a reference to theRajith Muditha Attapattu2012-06-153-4/+18
* QPID-4027 Added an AMQP 0-10 message factory implementation. TheRajith Muditha Attapattu2012-06-153-80/+832
* QPID-4027 Added sub interfaces for Message class to retrieve specificRajith Muditha Attapattu2012-06-156-220/+149
* Added a finally block for deleting the C++ objects when close is calledRajith Muditha Attapattu2012-06-157-87/+154
* QPID-4027 Added constants FOREVER, IMMEDIATE, SECOND and MINUTE.Rajith Muditha Attapattu2012-06-151-1/+22
* QPID-4027 Added extension interfaces for Session, Sender and Receiver.Rajith Muditha Attapattu2012-06-156-0/+631
* QPID-4027 Cleaned up the exception heirarchy and modified the interfacesRajith Muditha Attapattu2012-06-158-11/+25
* QPID-4027 Continuing to fill in the blanks for the CPP implementation.Rajith Muditha Attapattu2012-06-155-71/+87
* QPID-4027 Experimented with adding common functionality via DecoratorsRajith Muditha Attapattu2012-06-155-0/+837
* QPID-4027 Added MessageEncoding, MessageNotWritable exception classes toRajith Muditha Attapattu2012-06-158-67/+331
* QPID-4027 Added the various exception classes for the messaging API.Rajith Muditha Attapattu2012-06-1021-0/+764
* QPID-4027 Added a toString method to the Message class by using the swigRajith Muditha Attapattu2012-06-107-48/+65
* QPID-4027 when retrieving objects from the map they are now directlyRajith Muditha Attapattu2012-06-106-52/+53
* QPID-4027 Fixed a bunch errors in converting java types to variant.Rajith Muditha Attapattu2012-06-076-19/+28
* QPID-4027 Handles the empty and null map case.Rajith Muditha Attapattu2012-06-072-3/+27
* QPID-4027 Fixed the handling of VariantMaps and Variant types.Rajith Muditha Attapattu2012-06-073-14/+69
* QPID-4027 Adeed error handling when converting from Variant to JavaRajith Muditha Attapattu2012-06-071-7/+26
* QPID-4027 Added error handling when converting between java and variantRajith Muditha Attapattu2012-06-072-1/+28
* QPID-4027 Added error handling and basic logging for the library onloadRajith Muditha Attapattu2012-06-072-21/+39
* QPID-4027 Added class for implementing the correct behavior whenRajith Muditha Attapattu2012-06-071-65/+80
* QPID-4027 Marked the jclass references as global refs to prevent themRajith Muditha Attapattu2012-06-071-29/+48
* QPID-4027 Added a method to check for null keys on the java side, when lookin...Rajith Muditha Attapattu2012-06-073-30/+471
* QPID-4027 Added JNILayerException to communicate errors occuring in the JNI c...Rajith Muditha Attapattu2012-06-079-2/+135
* QPID-4027 Refactored the swig files to make them more readable. AddedRajith Muditha Attapattu2012-06-016-342/+243
* QPID-4027 Changed the typemaps to provide a java.util.Map based on theRajith Muditha Attapattu2012-05-316-62/+266
* QPID-40027 Experimental CPP binding. Added a very quick and dirtyRajith Muditha Attapattu2012-05-298-0/+627
* QPID-4027 Experimental cpp binding. Adding the swig and support files.Rajith Muditha Attapattu2012-05-2912-1/+670
* QPID-4001 Added the interfaces for review. Kept it in a separate moduleRajith Muditha Attapattu2012-05-169-1/+523
* QPID-3401 Interim fixes to keep the tree compiling. Most of theseRajith Muditha Attapattu2012-05-147-29/+50
* QPID-3401 Refined the code that handled the creation of an AddressRajith Muditha Attapattu2012-05-142-44/+46
* QPID-3401 Added a constructor to take an Address object in addition toRajith Muditha Attapattu2012-05-145-0/+61
* QPID-3401 The address object is now immutable. All fields are markedRajith Muditha Attapattu2012-05-144-57/+81
* QPID-3401 Applying changes suggest by RobertGodfrey.Rajith Muditha Attapattu2012-05-1111-363/+353
* QPID-3401 Fixed code convention issues. Marked fields private.Rajith Muditha Attapattu2012-05-102-5/+5
* QPID-3401 Added hashcode implementations for QpidQueue and QpidTopicRajith Muditha Attapattu2012-05-102-0/+19
* QPID-3401 Node and Link objects are now immutable once they areRajith Muditha Attapattu2012-05-106-63/+92
* QPID-3401 Marked the Address object read-only once it's processed andRajith Muditha Attapattu2012-05-094-61/+77
* QPID-3401 Based on review comments, made the following changes.Rajith Muditha Attapattu2012-05-094-236/+256
* QPID-3401 Added equals, toString() implementations to Topic and Queue.Rajith Muditha Attapattu2012-04-056-3/+68