org.apache.activemq.transport.amqp
Interface AmqpTransport

All Known Implementing Classes:
AmqpTransportFilter

public interface AmqpTransport

Basic interface that mediates between protocol converter and transport


Method Summary
 java.security.cert.X509Certificate[] getPeerCertificates()
           
 java.lang.String getRemoteAddress()
           
 java.lang.String getTransformer()
           
 AmqpWireFormat getWireFormat()
           
 boolean isTrace()
           
 void onException(java.io.IOException error)
           
 void sendToActiveMQ(Command command)
           
 void sendToActiveMQ(java.io.IOException command)
           
 void sendToAmqp(java.lang.Object command)
           
 void stop()
           
 

Method Detail

sendToActiveMQ

void sendToActiveMQ(Command command)

sendToActiveMQ

void sendToActiveMQ(java.io.IOException command)

sendToAmqp

void sendToAmqp(java.lang.Object command)
                throws java.io.IOException
Throws:
java.io.IOException

getPeerCertificates

java.security.cert.X509Certificate[] getPeerCertificates()

onException

void onException(java.io.IOException error)

getWireFormat

AmqpWireFormat getWireFormat()

stop

void stop()
          throws java.lang.Exception
Throws:
java.lang.Exception

getTransformer

java.lang.String getTransformer()

getRemoteAddress

java.lang.String getRemoteAddress()

isTrace

boolean isTrace()


Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.