true
if the specified object (which is not yet known to be trusted) is equivalent in trust, content, and function to this known trusted object, and false
otherwise. ActivatableInvocationHandler
implements this method as follows:
This method returns true
if and only if the following conditions are met:
checkTrustEquivalence
method on this object's activation identifier passing the specified object's activation identifier returns true
. The underlying proxy of the specified object is set to null
if this method returns true
and any of the following conditions are met:
null
. checkTrustEquivalence
method on this object's underlying proxy, passing the underlying proxy of the specified object, returns false
.
|
|
|
|