public class ConnectionEntry extends Object
Modifier and Type | Field and Description |
---|---|
RemotingConnection |
connection |
Executor |
connectionExecutor |
long |
lastCheck |
long |
ttl |
Constructor and Description |
---|
ConnectionEntry(RemotingConnection connection,
Executor connectionExecutor,
long lastCheck,
long ttl) |
public final RemotingConnection connection
public volatile long lastCheck
public volatile long ttl
public final Executor connectionExecutor
public ConnectionEntry(RemotingConnection connection, Executor connectionExecutor, long lastCheck, long ttl)
public Object getID()
Copyright © 2018 JBoss by Red Hat. All rights reserved.