com.sun.jini.jeri.internal.runtime
Class Jeri
java.lang.Object
com.sun.jini.jeri.internal.runtime.Jeri
final class Jeri
- extends Object
Provides constants for this package.
- Author:
- Sun Microsystems, Inc.
Field Summary |
(package private) static Uuid |
DGC_ID
|
(package private) static long |
leaseCheckInterval
period of checking for DGC lease expiration |
(package private) static long |
leaseValue
duration of DGC leases granted by this runtime |
(package private) static int |
NO_SUCH_OBJECT
|
(package private) static int |
OBJECT_HERE
|
Constructor Summary |
private |
Jeri()
Prevents instantiation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
leaseValue
static final long leaseValue
- duration of DGC leases granted by this runtime
leaseCheckInterval
static final long leaseCheckInterval
- period of checking for DGC lease expiration
NO_SUCH_OBJECT
static final int NO_SUCH_OBJECT
- See Also:
- Constant Field Values
OBJECT_HERE
static final int OBJECT_HERE
- See Also:
- Constant Field Values
DGC_ID
static final Uuid DGC_ID
Jeri
private Jeri()
- Prevents instantiation.
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.