com.sun.jini.jeri.internal.runtime
Class Util.IntegrityEnforcementImpl

java.lang.Object
  extended by com.sun.jini.jeri.internal.runtime.Util.IntegrityEnforcementImpl
All Implemented Interfaces:
IntegrityEnforcement
Enclosing class:
Util

private static class Util.IntegrityEnforcementImpl
extends Object
implements IntegrityEnforcement


Field Summary
private  boolean integrity
           
 
Constructor Summary
Util.IntegrityEnforcementImpl(boolean integrity)
           
 
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
 

Field Detail

integrity

private final boolean integrity
Constructor Detail

Util.IntegrityEnforcementImpl

public Util.IntegrityEnforcementImpl(boolean integrity)
Method Detail

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.