net.jini.io.context
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:
Integrity, ServerContext, ObjectStreamContext

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

Method Detail

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


Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.