This method of the ExecutionPermission Class determines whether the permission allows the applications specified in an ExecutionRequest object to be executed.
public void check(Object param);
param | The security request parameter. It must be an instance of ExecutionRequest. |
To determine whether the check passes or fails using rules
SecurityException if this permission does not allow the specified program to run.