org.mule.transport.amqp.internal.transaction
Class CloseableChannelWrapper

java.lang.Object
  extended by org.mule.transport.amqp.internal.transaction.CloseableChannelWrapper
All Implemented Interfaces:
Closeable

public class CloseableChannelWrapper
extends Object
implements Closeable


Constructor Summary
CloseableChannelWrapper(com.rabbitmq.client.Channel channel)
           
 
Method Summary
 void close()
           
 com.rabbitmq.client.Channel getChannel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloseableChannelWrapper

public CloseableChannelWrapper(com.rabbitmq.client.Channel channel)
Method Detail

getChannel

public com.rabbitmq.client.Channel getChannel()

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Throws:
IOException


Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.