Interface IAmqpConnection
-
- All Known Implementing Classes:
MessagingFactory
public interface IAmqpConnection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deregisterForConnectionError(org.apache.qpid.proton.engine.Link link)
String
getHostName()
void
onConnectionError(org.apache.qpid.proton.amqp.transport.ErrorCondition error)
void
onConnectionOpen()
void
registerForConnectionError(org.apache.qpid.proton.engine.Link link)
-
-
-
Method Detail
-
getHostName
String getHostName()
-
onConnectionOpen
void onConnectionOpen()
-
onConnectionError
void onConnectionError(org.apache.qpid.proton.amqp.transport.ErrorCondition error)
-
registerForConnectionError
void registerForConnectionError(org.apache.qpid.proton.engine.Link link)
-
deregisterForConnectionError
void deregisterForConnectionError(org.apache.qpid.proton.engine.Link link)
-
-