ostore.cache
Class CacheDeleteConfirm

java.lang.Object
  |
  +--ostore.cache.CacheDeleteConfirm
All Implemented Interfaces:
QueueElementIF

public class CacheDeleteConfirm
extends Object
implements QueueElementIF

Version:
$Id: CacheDeleteConfirm.java,v 1.5 2002/07/22 20:54:52 srhea Exp $ Returns whether the object with id has been deleted.
Author:
Larry Tung

Field Summary
 int requestId
           
 
Method Summary
 CacheableIdentity getId()
           
 int getRequestId()
           
 boolean isDeleted()
          whether the item has successfully been deleted
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

requestId

public int requestId
Method Detail

isDeleted

public boolean isDeleted()
whether the item has successfully been deleted


getId

public CacheableIdentity getId()

toString

public String toString()
Overrides:
toString in class Object

getRequestId

public int getRequestId()