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 | 08da3f648daf8cd878293e6c0cec36f63bb383d6 (patch) | |
| tree | 1bec2152c225a56df4494d5d179ec15ca8288fb6 /qpid/java/common | |
| parent | 03d56e9ac9b87e35096a7efe6649985eec1b1894 (diff) | |
| download | qpid-python-08da3f648daf8cd878293e6c0cec36f63bb383d6.tar.gz | |
added more comments to the CommonSessionDelegate
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@561986 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common')
| -rw-r--r-- | qpid/java/common/src/main/java/org/apache/qpidity/CommonSessionDelegate.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qpid/java/common/src/main/java/org/apache/qpidity/CommonSessionDelegate.java b/qpid/java/common/src/main/java/org/apache/qpidity/CommonSessionDelegate.java index 3bca6116a4..80d54ef173 100644 --- a/qpid/java/common/src/main/java/org/apache/qpidity/CommonSessionDelegate.java +++ b/qpid/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 { |
