public final class SharedClassesNamedPermission extends BasicPermission
| Permission Name | Allowed Action |
|---|---|
| getSharedCacheInfo | Obtaining available shared cache information.
See SharedClassUtilities.getSharedCacheInfo(String, int, boolean). |
| destroySharedCache | Destroying a shared cache.
See SharedClassUtilities.destroySharedCache(String, int, String, boolean). |
| Constructor and Description |
|---|
SharedClassesNamedPermission(String name)
Create a representation of the named permissions.
|
SharedClassesNamedPermission(String name,
String actions)
Create a representation of the named permissions.
|
equals, getActions, hashCode, implies, newPermissionCollectioncheckGuard, getName, toStringpublic SharedClassesNamedPermission(String name)
name - name of the permissionpublic SharedClassesNamedPermission(String name, String actions)
name - name of the permissionactions - not used, must be null or an empty stringIllegalArgumentException - if actions is not null or an empty stringEclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 1998, 2025 IBM Corp. and others.