tigase.pubsub
Class ElementCache<E>

java.lang.Object
  extended by tigase.pubsub.ElementCache<E>

public class ElementCache<E>
extends java.lang.Object


Constructor Summary
ElementCache(long maxTimeToLive)
           
 
Method Summary
 E getData()
           
 void setData(E data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementCache

public ElementCache(long maxTimeToLive)
Method Detail

getData

public E getData()

setData

public void setData(E data)


Copyright © 2008 Tigase. All Rights Reserved.