ModeShape Distribution 3.0.0.Beta2

org.modeshape.jcr.cache.change
Class BinaryValueUnused

java.lang.Object
  extended by org.modeshape.jcr.cache.change.Change
      extended by org.modeshape.jcr.cache.change.BinaryValueUnused

public class BinaryValueUnused
extends Change

An event signalizing that the binary value with a specific key is no longer used.


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

Constructor Detail

BinaryValueUnused

public BinaryValueUnused(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

toString

public String toString()
Overrides:
toString in class Object

ModeShape Distribution 3.0.0.Beta2

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