org.hornetq.spi.core.protocol
Class ConnectionEntry
java.lang.Object
org.hornetq.spi.core.protocol.ConnectionEntry
public class ConnectionEntry
- extends Object
A ConnectionEntry
- Author:
- Tim Fox
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
connection
public final RemotingConnection connection
lastCheck
public volatile long lastCheck
ttl
public volatile long ttl
connectionExecutor
public final Executor connectionExecutor
ConnectionEntry
public ConnectionEntry(RemotingConnection connection,
Executor connectionExecutor,
long lastCheck,
long ttl)
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.