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.
-
-
Field Summary
Fields Modifier and Type Field Description private long
created
private long
lastUpdated
private Slot
slot
-
Constructor Summary
Constructors Constructor Description RemoteSlot(Slot slot)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) long
getCreated()
(package private) long
getLastUpdated()
(package private) Slot
getSlot()
(package private) void
setLastUpdated()
-
-
-
Field Detail
-
slot
private final Slot slot
-
created
private final long created
-
lastUpdated
private long lastUpdated
-
-
Constructor Detail
-
RemoteSlot
RemoteSlot(Slot slot)
-
-
Method Detail
-
getSlot
Slot getSlot()
-
getCreated
long getCreated()
-
getLastUpdated
long getLastUpdated()
-
setLastUpdated
void setLastUpdated()
-
-