railo.runtime.type.scope
Class ClusterEntryImpl

java.lang.Object
  extended by railo.runtime.type.scope.ClusterEntryImpl
All Implemented Interfaces:
Serializable, ClusterEntry

public final class ClusterEntryImpl
extends Object
implements ClusterEntry

See Also:
Serialized Form

Constructor Summary
ClusterEntryImpl()
          Constructor of the class for Webservice Bean Deserializer
ClusterEntryImpl(Collection.Key key, Serializable value, int offset)
           
ClusterEntryImpl(Collection.Key key, Serializable value, long time)
           
 
Method Summary
 boolean equals(Object obj)
           
 Collection.Key getKey()
           
 long getTime()
           
 Long getTimeRef()
           
 Serializable getValue()
           
 void setKey(Collection.Key key)
           
 void setTime(long time)
           
 void setValue(Serializable value)
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterEntryImpl

public ClusterEntryImpl(Collection.Key key,
                        Serializable value,
                        int offset)

ClusterEntryImpl

public ClusterEntryImpl(Collection.Key key,
                        Serializable value,
                        long time)

ClusterEntryImpl

public ClusterEntryImpl()
Constructor of the class for Webservice Bean Deserializer

Method Detail

setKey

public void setKey(Collection.Key key)
Specified by:
setKey in interface ClusterEntry
Parameters:
key - the key to set

setTime

public void setTime(long time)
Specified by:
setTime in interface ClusterEntry
Parameters:
time - the time to set

setValue

public void setValue(Serializable value)
Specified by:
setValue in interface ClusterEntry
Parameters:
value - the value to set

getKey

public Collection.Key getKey()
Specified by:
getKey in interface ClusterEntry
Returns:
the key

getTimeRef

public Long getTimeRef()
Specified by:
getTimeRef in interface ClusterEntry
Returns:
the time

getTime

public long getTime()
Specified by:
getTime in interface ClusterEntry
Returns:
the time

getValue

public Serializable getValue()
Specified by:
getValue in interface ClusterEntry
Returns:
the value

equals

public boolean equals(Object obj)
Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)


Copyright © 2012 Railo