Interface IntegrityEnforcement


public interface IntegrityEnforcement
Defines a context element interface for determining if object integrity is being enforced on a stream or a remote call.
Since:
2.0
Author:
Sun Microsystems, Inc.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if object integrity is being enforced, and false otherwise.
  • Method Details

    • integrityEnforced

      boolean integrityEnforced()
      Returns true if object integrity is being enforced, and false otherwise.
      Returns:
      true if object integrity is being enforced, and false otherwise