org.apache.jetspeed.components.portletregistry
Class RegistryCacheObjectWrapper

java.lang.Object
  extended by 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

Constructor Summary
RegistryCacheObjectWrapper(org.apache.ojb.broker.Identity id, java.lang.String key)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCacheKey()
           
 org.apache.ojb.broker.Identity getId()
           
 java.lang.String getKey()
           
 int hashCode()
           
 void notifyChange(int action)
           
 void setIdentity(org.apache.ojb.broker.Identity id)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryCacheObjectWrapper

public RegistryCacheObjectWrapper(org.apache.ojb.broker.Identity id,
                                  java.lang.String key)
Method Detail

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-2010 Apache Software Foundation. All Rights Reserved.