diff options
author | Rajith Muditha Attapattu <rajith@apache.org> | 2007-08-01 23:12:38 +0000 |
---|---|---|
committer | Rajith Muditha Attapattu <rajith@apache.org> | 2007-08-01 23:12:38 +0000 |
commit | 80cedfbc3b116dc2e00d5d67a849cc2041c7b444 (patch) | |
tree | d7b4aab0ed6a4a5a5ccb23ebaa7ab644b95126bd | |
parent | 72918521dab761d149d2af02eaea892eb45eb4be (diff) | |
download | qpid-python-80cedfbc3b116dc2e00d5d67a849cc2041c7b444.tar.gz |
added more comments to the CommonSessionDelegate
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@561986 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/common/src/main/java/org/apache/qpidity/CommonSessionDelegate.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/java/common/src/main/java/org/apache/qpidity/CommonSessionDelegate.java b/java/common/src/main/java/org/apache/qpidity/CommonSessionDelegate.java index 3bca6116a4..80d54ef173 100644 --- a/java/common/src/main/java/org/apache/qpidity/CommonSessionDelegate.java +++ b/java/common/src/main/java/org/apache/qpidity/CommonSessionDelegate.java @@ -63,6 +63,11 @@ public class CommonSessionDelegate extends Delegate<Session> // If these methods are generated as part of the delegate then // I can call these methods from the BodyHandler and HeaderHandler // in a generic way + + + // I have used destination to indicate my intent of receiving + // some form of correlation to know which consumer this data belongs to. + // It can be anything as long as I can make the right correlation // ---------------------------------------------------------------- public void data(Session context,String destination,byte[] src) throws QpidException { |