|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hornetq.spi.core.protocol.ConnectionEntry
public class ConnectionEntry
A ConnectionEntry
Field Summary | |
---|---|
RemotingConnection |
connection
|
Executor |
connectionExecutor
|
long |
lastCheck
|
long |
ttl
|
Constructor Summary | |
---|---|
ConnectionEntry(RemotingConnection connection,
Executor connectionExecutor,
long lastCheck,
long ttl)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final RemotingConnection connection
public volatile long lastCheck
public volatile long ttl
public final Executor connectionExecutor
Constructor Detail |
---|
public ConnectionEntry(RemotingConnection connection, Executor connectionExecutor, long lastCheck, long ttl)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |