railo.runtime.type.scope
Interface ClusterEntry

All Superinterfaces:
Serializable
All Known Implementing Classes:
ClusterEntryImpl

public interface ClusterEntry
extends Serializable


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

Method Detail

setKey

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

setTime

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

setValue

void setValue(Serializable value)
Parameters:
value - the value to set

getKey

Collection.Key getKey()
Returns:
the key

getTimeRef

Long getTimeRef()
Returns:
the time as Long reference

getTime

long getTime()
Returns:
the time

getValue

Serializable getValue()
Returns:
the value


Copyright © 2012 Railo