com.sun.jini.jeri.internal.runtime
Class Util.IntegrityEnforcementImpl
java.lang.Object
com.sun.jini.jeri.internal.runtime.Util.IntegrityEnforcementImpl
- All Implemented Interfaces:
- IntegrityEnforcement
- Enclosing class:
- Util
private static class Util.IntegrityEnforcementImpl
- extends Object
- implements IntegrityEnforcement
Method Summary |
boolean |
integrityEnforced()
Returns true if object integrity is being enforced, and
false otherwise. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
integrity
private final boolean integrity
Util.IntegrityEnforcementImpl
public Util.IntegrityEnforcementImpl(boolean integrity)
integrityEnforced
public boolean integrityEnforced()
- Description copied from interface:
IntegrityEnforcement
- Returns
true
if object integrity is being enforced, and
false
otherwise.
- Specified by:
integrityEnforced
in interface IntegrityEnforcement
- Returns:
true
if object integrity is being enforced, and
false
otherwise
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.