public class JfrReportPermission extends BasicPermission
Constructor and Description |
---|
JfrReportPermission(String name)
Constructs a JfrReportPermission with the specified name.
|
JfrReportPermission(String name,
String actions)
Constructs a new JfrReportPermission object.
|
equals, getActions, hashCode, implies, newPermissionCollection
checkGuard, getName, toString
public JfrReportPermission(String name)
name
- must be override.IllegalArgumentException
- if the argument is invalid.public JfrReportPermission(String name, String actions)
name
- Permission name. Must be "override".actions
- Must be either null or the empty string.IllegalArgumentException
- if arguments are invalid.Copyright © 2020. All rights reserved.