org.jboss.cache.eviction
Class NodeEntry

java.lang.Object
  |
  +--org.jboss.cache.eviction.NodeEntry

public class NodeEntry
extends java.lang.Object


Constructor Summary
NodeEntry(Fqn fqn)
           
NodeEntry(java.lang.String fqn)
           
 
Method Summary
 long getCreationTimeStamp()
          Get the time stamp for when the node entry was created.
 Fqn getFqn()
           
 long getModifiedTimeStamp()
          Get modified time stamp.
 void setCreationTimeStamp(long creationTimeStamp)
           
 void setModifiedTimeStamp(long modifiedTimeStamp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeEntry

public NodeEntry(Fqn fqn)

NodeEntry

public NodeEntry(java.lang.String fqn)
Method Detail

getModifiedTimeStamp

public long getModifiedTimeStamp()
Get modified time stamp. This stamp is created during the node is processed so it has some fuzy tolerance in there.

Returns:
The last modified time stamp

setModifiedTimeStamp

public void setModifiedTimeStamp(long modifiedTimeStamp)

getCreationTimeStamp

public long getCreationTimeStamp()
Get the time stamp for when the node entry was created.

Returns:
The node entry creation time stamp

setCreationTimeStamp

public void setCreationTimeStamp(long creationTimeStamp)

getFqn

public Fqn getFqn()


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.