java.lang .Object com.rift.coad.lib.deployment.rmi .RMICacheEntry RMICacheEntry public class RMICacheEntry implements CacheEntry (Code) This object is responsible for implementing the cache entry.
author: Brett Chaldecott
Constructor Summary public RMICacheEntry (long timeout, CacheEntry cacheEntry) The constructor of the proxy cache object.
RMICacheEntry public RMICacheEntry(long timeout, CacheEntry cacheEntry)(Code) The constructor of the proxy cache object.
Parameters: timeout - The timeout for this proxy object.Parameters: cacheEntry - The cache entry object.
cacheRelease public void cacheRelease()(Code) This method is called by the cache when an object is removed.
getCacheEntry public CacheEntry getCacheEntry()(Code) This method returns the cache entry
getRemoteInterface public java.rmi.Remote getRemoteInterface()(Code) This method returns the remove interface reference.
The reference to the remove interface.
isExpired public boolean isExpired(Date expiryDate)(Code) This method will return true if the date is older than the given expiry
date.
TRUE if expired FALSE if not.Parameters: expiryDate - The expiry date to perform the check with.
touch public void touch()(Code) The touch method