2.17.2: 2011-06-17

net.sf.basedb.clients.jobagent.slotmanager
Class MasterSlotManager.RemoteSlot

java.lang.Object
  extended by net.sf.basedb.clients.jobagent.slotmanager.MasterSlotManager.RemoteSlot
Enclosing class:
MasterSlotManager

static class MasterSlotManager.RemoteSlot
extends Object

A remote slot is a slot with some information about when it was created and last updated.


Field Summary
private  long created
           
private  long lastUpdated
           
private  Slot slot
           
 
Constructor Summary
MasterSlotManager.RemoteSlot(Slot slot)
           
 
Method Summary
(package private)  long getCreated()
           
(package private)  long getLastUpdated()
           
(package private)  Slot getSlot()
           
(package private)  void setLastUpdated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

slot

private final Slot slot

created

private final long created

lastUpdated

private long lastUpdated
Constructor Detail

MasterSlotManager.RemoteSlot

MasterSlotManager.RemoteSlot(Slot slot)
Method Detail

getSlot

Slot getSlot()

getCreated

long getCreated()

getLastUpdated

long getLastUpdated()

setLastUpdated

void setLastUpdated()

2.17.2: 2011-06-17