com.sun.jini.norm
Class LRMEventListener.Discriminator
java.lang.Object
com.sun.jini.norm.LRMEventListener.Discriminator
- Enclosing class:
- LRMEventListener
private static class LRMEventListener.Discriminator
- extends Object
Trivial container class to tell us if we are processing the given
wrapper because of a failure event or a desired expiration
reached event.
Field Summary |
private ClientLeaseWrapper |
clw
The wrapped leases associated with the event |
private boolean |
isFailure
true if this wrapper is associated with a renewal failure event |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isFailure
private final boolean isFailure
- true if this wrapper is associated with a renewal failure event
clw
private final ClientLeaseWrapper clw
- The wrapped leases associated with the event
LRMEventListener.Discriminator
private LRMEventListener.Discriminator(ClientLeaseWrapper clw,
boolean isFailure)
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.