railo.runtime.type.scope
Interface ClusterEntry
- All Superinterfaces:
- java.io.Serializable
- public interface ClusterEntry
- extends java.io.Serializable
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