org.apache.jetspeed.prefs.impl
Class PersistenceBrokerPreferencesProvider.NodeCache
java.lang.Object
org.apache.jetspeed.prefs.impl.PersistenceBrokerPreferencesProvider.NodeCache
- All Implemented Interfaces:
- Serializable, org.apache.jetspeed.cache.DistributedCacheObject
- Enclosing class:
- PersistenceBrokerPreferencesProvider
private static class PersistenceBrokerPreferencesProvider.NodeCache
- extends Object
- implements org.apache.jetspeed.cache.DistributedCacheObject
serialVersionUID
private static final long serialVersionUID
- The serial uid.
- See Also:
- Constant Field Values
node
NodeImplProxy node
key
String key
children
Collection children
PersistenceBrokerPreferencesProvider.NodeCache
public PersistenceBrokerPreferencesProvider.NodeCache(NodeImplProxy node)
PersistenceBrokerPreferencesProvider.NodeCache
public PersistenceBrokerPreferencesProvider.NodeCache(String fullpath,
int type)
isChildrenLoaded
public boolean isChildrenLoaded()
getNode
public NodeImplProxy getNode()
setNode
public void setNode(NodeImplProxy node)
getChildren
public Collection getChildren()
setChildren
public void setChildren(Collection children)
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
getCacheKey
public String getCacheKey()
getKey
public String getKey()
notifyChange
public void notifyChange(int action)
- Specified by:
notifyChange
in interface org.apache.jetspeed.cache.DistributedCacheObject
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.