org.hornetq.spi.core.protocol
Class ConnectionEntry

java.lang.Object
  extended by org.hornetq.spi.core.protocol.ConnectionEntry

public class ConnectionEntry
extends Object

A ConnectionEntry

Author:
Tim Fox

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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connection

public final RemotingConnection connection

lastCheck

public volatile long lastCheck

ttl

public volatile long ttl

connectionExecutor

public final Executor connectionExecutor
Constructor Detail

ConnectionEntry

public ConnectionEntry(RemotingConnection connection,
                       Executor connectionExecutor,
                       long lastCheck,
                       long ttl)


Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.