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
private final long
private long
-
Constructor Summary
Constructors
-
Method Summary
(package private) long
(package private) long
(package private) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
-
created
private final long created
-
lastUpdated
private long lastUpdated
-
-
Method Details
-
-
getCreated
long getCreated()
-
getLastUpdated
long getLastUpdated()
-
setLastUpdated
void setLastUpdated()