org.modeshape.jcr.cache.change
Class BinaryValueUsageChange
java.lang.Object
org.modeshape.jcr.cache.change.Change
org.modeshape.jcr.cache.change.BinaryValueUsageChange
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BinaryValueUnused, BinaryValueUsed
public abstract class BinaryValueUsageChange
- extends Change
An event signalizing that the usages have changed for a binary value with a specific key.
- See Also:
- Serialized Form
BinaryValueUsageChange
protected BinaryValueUsageChange(BinaryKey key)
getKey
public BinaryKey getKey()
- Get the binary key.
- Returns:
- the key; never null
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.