com.sun.jini.norm
Class LeaseExpirationMgr.SendWarning

java.lang.Object
  extended by com.sun.jini.norm.LeaseExpirationMgr.MgrTask
      extended by com.sun.jini.norm.LeaseExpirationMgr.SendWarning
All Implemented Interfaces:
Runnable
Enclosing class:
LeaseExpirationMgr

private class LeaseExpirationMgr.SendWarning
extends LeaseExpirationMgr.MgrTask

Objects that do the schedule the warning events, also schedules an expiration task.


Field Summary
 
Fields inherited from class com.sun.jini.norm.LeaseExpirationMgr.MgrTask
resourceRef
 
Constructor Summary
private LeaseExpirationMgr.SendWarning(LeaseSet set)
          Create a SendWarning task for the passed resource.
 
Method Summary
 void run()
           
 
Methods inherited from class com.sun.jini.norm.LeaseExpirationMgr.MgrTask
removeOurTicket
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LeaseExpirationMgr.SendWarning

private LeaseExpirationMgr.SendWarning(LeaseSet set)
Create a SendWarning 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
Specified by:
run in class LeaseExpirationMgr.MgrTask


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.