com.sun.jini.norm
Class LeaseExpirationMgr.Expiration
java.lang.Object
com.sun.jini.norm.LeaseExpirationMgr.Expiration
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- LeaseExpirationMgr
private class LeaseExpirationMgr.Expiration
- extends Object
- implements Runnable
Objects that do the actual expiration of the set in question,
stuck in expireQueue
.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
set
private LeaseSet set
LeaseExpirationMgr.Expiration
private LeaseExpirationMgr.Expiration(LeaseSet set)
- Create a
Expiration
task for the passed resource.
- Parameters:
set
- the set this task is to operate on
run
public void run()
- Specified by:
run
in interface Runnable
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.