Errai 3.0.1-SNAPSHOT

org.jboss.errai.bus.server
Class ClusterWaitEntry

java.lang.Object
  extended by org.jboss.errai.bus.server.ClusterWaitEntry

public class ClusterWaitEntry
extends Object

Author:
Christian Sadilek, Mike Brock

Constructor Summary
ClusterWaitEntry(long time, Message message, Runnable timeoutCallback)
           
 
Method Summary
 Message getMessage()
           
 long getTime()
           
 boolean isStale()
           
 void notifyTimeout()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterWaitEntry

public ClusterWaitEntry(long time,
                        Message message,
                        Runnable timeoutCallback)
Method Detail

getTime

public long getTime()

getMessage

public Message getMessage()

isStale

public boolean isStale()

notifyTimeout

public void notifyTimeout()

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.