com.sun.jini.norm
Class LeaseSet.UpdateClientLease
java.lang.Object
com.sun.jini.norm.LoggedOperation
com.sun.jini.norm.LeaseSetOperation
com.sun.jini.norm.LeaseSet.UpdateClientLease
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- LeaseSet
private static class LeaseSet.UpdateClientLease
- extends LeaseSetOperation
Class used to log adding or updating a client lease to the set
Method Summary |
(package private) void |
apply(LeaseSet set)
Update the state of the passed LeaseSet to reflect the
state of the server after this operation was performed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
clw
private ClientLeaseWrapper clw
- Wrapped version of client lease
LeaseSet.UpdateClientLease
private LeaseSet.UpdateClientLease(LeaseSet set,
ClientLeaseWrapper clw)
- Simple constructor
- Parameters:
set
- that changedclw
- Wrapped client lease
apply
void apply(LeaseSet set)
- Description copied from class:
LeaseSetOperation
- Update the state of the passed
LeaseSet
to reflect the
state of the server after this operation was performed.
- Specified by:
apply
in class LeaseSetOperation
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.