net.sf.basedb.clients.jobagent.slotmanager
Class MasterSlotManager.RemoteSlot
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
slot
private final Slot slot
created
private final long created
lastUpdated
private long lastUpdated
MasterSlotManager.RemoteSlot
MasterSlotManager.RemoteSlot(Slot slot)
getSlot
Slot getSlot()
getCreated
long getCreated()
getLastUpdated
long getLastUpdated()
setLastUpdated
void setLastUpdated()