org.apache.jetspeed.components.portletregistry
Class RegistryCacheObjectWrapper
java.lang.Object
org.apache.jetspeed.components.portletregistry.RegistryCacheObjectWrapper
- All Implemented Interfaces:
- java.io.Serializable, DistributedCacheObject
public class RegistryCacheObjectWrapper
- extends java.lang.Object
- implements DistributedCacheObject
OJB cache
- Author:
- dtaylor
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
RegistryCacheObjectWrapper
public RegistryCacheObjectWrapper(org.apache.ojb.broker.Identity id,
java.lang.String key)
getId
public org.apache.ojb.broker.Identity getId()
setIdentity
public void setIdentity(org.apache.ojb.broker.Identity id)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
getCacheKey
public java.lang.String getCacheKey()
getKey
public java.lang.String getKey()
notifyChange
public void notifyChange(int action)
- Specified by:
notifyChange
in interface DistributedCacheObject
Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.