java.rmi.activation
Interface ActivatorTrust.Verifier

Enclosing class:
ActivatorTrust

public static interface ActivatorTrust.Verifier

Activation identifier trust verifier.

Since:
1.4

Method Summary
 void verifyActivatorTrust(java.rmi.activation.ActivationID aid)
          Verifies trust in an activation identifier.
 

Method Detail

verifyActivatorTrust

public void verifyActivatorTrust(java.rmi.activation.ActivationID aid)
Verifies trust in an activation identifier. Returns normally if the activation identifier that is passed as a parameter is trusted by the activatable object.
Parameters:
aid - activation identifier
Throws:
NullPointerException - if the activation identifier is null
java.lang.SecurityException - if the activation identifier is not trusted


Copyright © 2000 Sun Microsystems, Inc. All rights reserved