Package com.swiftmq.net.client
Class IntraVMReconnector
java.lang.Object
com.swiftmq.net.client.Reconnector
com.swiftmq.net.client.IntraVMReconnector
-
Constructor Summary
ConstructorsConstructorDescriptionIntraVMReconnector
(List servers, Map parameters, boolean enabled, int maxRetries, long retryDelay, boolean debug) -
Method Summary
Modifier and TypeMethodDescriptionprotected Connection
createConnection
(ServerEntry entry, Map parameters) boolean
toString()
Methods inherited from class com.swiftmq.net.client.Reconnector
close, getConnection, getServers, invalidateConnection, isDebug, isEnabled, setDebugString
-
Constructor Details
-
IntraVMReconnector
-
-
Method Details
-
isIntraVM
public boolean isIntraVM()- Overrides:
isIntraVM
in classReconnector
-
createConnection
- Specified by:
createConnection
in classReconnector
-
toString
- Overrides:
toString
in classReconnector
-