ostore.cache
Class CacheDeleteItem

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

public class CacheDeleteItem
extends Object
implements QueueElementIF

Version:
$Id: CacheDeleteItem.java,v 1.5 2004/03/23 03:04:57 hweather Exp $ Request to delete object with id
Author:
Larry Tung

Field Summary
 int cacheType
           
 int requestId
           
 
Constructor Summary
CacheDeleteItem(CacheableIdentity id, int requestId)
           
 
Method Summary
 CacheableIdentity getId()
           
 int getRequestId()
           
 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

cacheType

public int cacheType
Constructor Detail

CacheDeleteItem

public CacheDeleteItem(CacheableIdentity id,
                       int requestId)
Method Detail

getId

public CacheableIdentity getId()

getRequestId

public int getRequestId()

toString

public String toString()
Overrides:
toString in class Object