com.sun.jini.norm
Class LeaseSet.WarningEventRegistration

java.lang.Object
  extended by com.sun.jini.norm.LoggedOperation
      extended by com.sun.jini.norm.LeaseSetOperation
          extended by com.sun.jini.norm.LeaseSet.WarningEventRegistration
All Implemented Interfaces:
Serializable
Enclosing class:
LeaseSet

private static class LeaseSet.WarningEventRegistration
extends LeaseSetOperation

Class used to log changes to warning event registrations


Field Summary
private  EventType registration
          EventType object that resulted from registration change
private static long serialVersionUID
           
private  long warningTime
          Warning time associated with warning event registration
 
Fields inherited from class com.sun.jini.norm.LoggedOperation
setID
 
Constructor Summary
private LeaseSet.WarningEventRegistration(LeaseSet set)
          Simple constructor
 
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 com.sun.jini.norm.LeaseSetOperation
apply
 
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

warningTime

private long warningTime
Warning time associated with warning event registration


registration

private EventType registration
EventType object that resulted from registration change

Constructor Detail

LeaseSet.WarningEventRegistration

private LeaseSet.WarningEventRegistration(LeaseSet set)
Simple constructor

Parameters:
set - that changed
Method Detail

apply

void apply(LeaseSet set)
     throws StoreException
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
Throws:
StoreException - if there is a problem applying the update


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