Class ConnectionEntry
java.lang.Object
org.apache.activemq.artemis.spi.core.protocol.ConnectionEntry
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConnectionEntry
(RemotingConnection connection, Executor connectionExecutor, long lastCheck, long ttl) -
Method Summary
-
Field Details
-
connection
-
lastCheck
public volatile long lastCheck -
ttl
public volatile long ttl -
connectionExecutor
-
-
Constructor Details
-
ConnectionEntry
public ConnectionEntry(RemotingConnection connection, Executor connectionExecutor, long lastCheck, long ttl)
-
-
Method Details
-
getID
-