ModeShape Distribution 3.0.0.Beta4

org.modeshape.jcr.cache.change
Class BinaryValueUsageChange

java.lang.Object
  extended by org.modeshape.jcr.cache.change.Change
      extended by 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

Constructor Summary
protected BinaryValueUsageChange(BinaryKey key)
           
 
Method Summary
 boolean equals(Object obj)
           
 BinaryKey getKey()
          Get the binary key.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryValueUsageChange

protected BinaryValueUsageChange(BinaryKey key)
Method Detail

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

ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.