Package com.swiftmq.jms.v750
Interface RecreatableConnection
-
- All Superinterfaces:
Recreatable
- All Known Implementing Classes:
ConnectionImpl,QueueConnectionImpl,TopicConnectionImpl,XAConnectionImpl,XAQueueConnectionImpl,XATopicConnectionImpl
public interface RecreatableConnection extends Recreatable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcancelAndNotify(java.lang.Exception exception, boolean closeReconnector)RequestgetAuthenticateRequest()RequestgetAuthenticateResponse()RequestgetGetClientIdRequest()RequestgetMetaDataRequest()RequestgetSetClientIdRequest()RequestgetVersionRequest()voidhandOver(Connection connection)voidprepareForReconnect()voidsetAuthenticateReply(Reply reply)voidsetAuthenticateResponseReply(Reply reply)voidsetGetClientIdReply(Reply reply)voidsetMetaDataReply(Reply reply)voidsetSetClientIdReply(Reply reply)voidsetVersionReply(Reply reply)-
Methods inherited from interface com.swiftmq.jms.v750.Recreatable
getRecreatables, getRecreateRequest, setRecreateReply
-
-
-
-
Method Detail
-
prepareForReconnect
void prepareForReconnect()
-
getVersionRequest
Request getVersionRequest()
-
setVersionReply
void setVersionReply(Reply reply) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getAuthenticateRequest
Request getAuthenticateRequest()
-
setAuthenticateReply
void setAuthenticateReply(Reply reply) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getAuthenticateResponse
Request getAuthenticateResponse()
-
setAuthenticateResponseReply
void setAuthenticateResponseReply(Reply reply) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getMetaDataRequest
Request getMetaDataRequest()
-
setMetaDataReply
void setMetaDataReply(Reply reply) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getGetClientIdRequest
Request getGetClientIdRequest()
-
setGetClientIdReply
void setGetClientIdReply(Reply reply) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getSetClientIdRequest
Request getSetClientIdRequest()
-
setSetClientIdReply
void setSetClientIdReply(Reply reply) throws java.lang.Exception
- Throws:
java.lang.Exception
-
handOver
void handOver(Connection connection)
-
cancelAndNotify
void cancelAndNotify(java.lang.Exception exception, boolean closeReconnector)
-
-