railo.runtime.type.scope
Interface ClusterEntry

All Superinterfaces:
java.io.Serializable

public interface ClusterEntry
extends java.io.Serializable


Method Summary
 Collection.Key getKey()
           
 long getTime()
           
 java.lang.Long getTimeRef()
           
 java.io.Serializable getValue()
           
 void setKey(Collection.Key key)
           
 void setTime(long time)
           
 void setValue(java.io.Serializable value)
           
 

Method Detail

setKey

public void setKey(Collection.Key key)
Parameters:
key - the key to set

setTime

public void setTime(long time)
Parameters:
time - the time to set

setValue

public void setValue(java.io.Serializable value)
Parameters:
value - the value to set

getKey

public Collection.Key getKey()
Returns:
the key

getTimeRef

public java.lang.Long getTimeRef()
Returns:
the time as Long reference

getTime

public long getTime()
Returns:
the time

getValue

public java.io.Serializable getValue()
Returns:
the value