com.sun.jini.norm
Class CreateLeaseSet

java.lang.Object
  extended by com.sun.jini.norm.LoggedOperation
      extended by com.sun.jini.norm.CreateLeaseSet
All Implemented Interfaces:
Serializable

 class CreateLeaseSet
extends LoggedOperation

Class that logs the creation of a set by the service

Author:
Sun Microsystems, Inc.

Field Summary
private static long serialVersionUID
           
private  LeaseSet set
          A copy of the set that was created
 
Fields inherited from class com.sun.jini.norm.LoggedOperation
setID
 
Constructor Summary
protected CreateLeaseSet(LeaseSet set)
          Simple constructor
 
Method Summary
(package private)  void apply(Map setTable)
          Update state of the passed Map of LeaseSets 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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

set

private LeaseSet set
A copy of the set that was created

Constructor Detail

CreateLeaseSet

protected CreateLeaseSet(LeaseSet set)
Simple constructor

Parameters:
set - The set just created
Method Detail

apply

void apply(Map setTable)
Description copied from class: LoggedOperation
Update state of the passed Map of LeaseSets 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.