com.sun.jini.norm
Class LeaseExpirationMgr.Expiration

java.lang.Object
  extended by 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.


Field Summary
private  LeaseSet set
           
 
Constructor Summary
private LeaseExpirationMgr.Expiration(LeaseSet set)
          Create a Expiration task for the passed resource.
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

set

private LeaseSet set
Constructor Detail

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
Method Detail

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.