Home
last modified time | relevance | path

Searched refs:timeToDie (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java1098 private long timeToDie = 0; // when the record should die. field in ServiceStoreInMemory.ServiceRecordInMemory
1128 timeToDie = lifetime * 1000 + System.currentTimeMillis(); in ServiceRecordInMemory()
1184 return timeToDie; in getExpirationTime()