Remote System Explorer DataStore
Release 1.0

org.eclipse.dstore.core.util
Class DataElementRemover.QueueItem

java.lang.Object
  extended byorg.eclipse.dstore.core.util.DataElementRemover.QueueItem
Enclosing class:
DataElementRemover

protected class DataElementRemover.QueueItem
extends Object


Field Summary
 DataElement dataElement
           
 long timeStamp
           
 
Constructor Summary
DataElementRemover.QueueItem(DataElement element, long stamp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataElement

public DataElement dataElement

timeStamp

public long timeStamp
Constructor Detail

DataElementRemover.QueueItem

public DataElementRemover.QueueItem(DataElement element,
                                    long stamp)

Remote System Explorer DataStore
Release 1.0

Guidelines for using DataStore APIs.