Author: ritchiem
Date: Sun Feb 24 19:33:58 2008
New Revision: 630724
URL: http://svn.apache.org/viewvc?rev=630724&view=rev
Log:
QPID-807 : made methods public.
Modified:
incubator/qpid/branches/M2.1/java/client/src/main/java/org/apache/qpid/client/AMQSession.java
Modified:
incubator/qpid/branches/M2.1/java/client/src/main/java/org/apache/qpid/client/AMQSession.java
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1/java/client/src/main/java/org/apache/qpid/client/AMQSession.java?rev=630724&r1=630723&r2=630724&view=diff
==============================================================================
---
incubator/qpid/branches/M2.1/java/client/src/main/java/org/apache/qpid/client/AMQSession.java
(original)
+++
incubator/qpid/branches/M2.1/java/client/src/main/java/org/apache/qpid/client/AMQSession.java
Sun Feb 24 19:33:58 2008
@@ -2383,7 +2383,7 @@
* @todo Verify the destiation is valid or throw an exception.
* @todo Be aware of possible changes to parameter order as versions
change.
*/
- private AMQShortString declareQueue(final AMQDestination amqd, final
AMQProtocolHandler protocolHandler)
+ public AMQShortString declareQueue(final AMQDestination amqd, final
AMQProtocolHandler protocolHandler)
throws AMQException
{
/*return new FailoverRetrySupport<AMQShortString, AMQException>(*/
@@ -2451,7 +2451,7 @@
return ++_nextProducerId;
}
- private AMQProtocolHandler getProtocolHandler()
+ public AMQProtocolHandler getProtocolHandler()
{
return _connection.getProtocolHandler();
}