com.sun.jini.norm
Class CancelLeaseSet
java.lang.Object
com.sun.jini.norm.LoggedOperation
com.sun.jini.norm.CancelLeaseSet
- All Implemented Interfaces:
- Serializable
class CancelLeaseSet
- extends LoggedOperation
Class that logs the removal of a set from the service
- Author:
- Sun Microsystems, Inc.
Method Summary |
(package private) void |
apply(Map setTable)
Update state of the passed Map of
LeaseSet s to reflect the state of 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
CancelLeaseSet
protected CancelLeaseSet(Uuid setID)
- Simple constructor
- Parameters:
setID
- The Uuid
for the set this operation is on
apply
void apply(Map setTable)
- Description copied from class:
LoggedOperation
- Update state of the passed
Map
of
LeaseSet
s to reflect the state of server after
this operation was performed.
- Specified by:
apply
in class LoggedOperation
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.