Class TracePermission
java.lang.Object
java.security.Permission
java.security.BasicPermission
com.ibm.jvm.TracePermission
- All Implemented Interfaces:
Serializable
,Guard
Deprecated, for removal: This API element is subject to removal in a future version.
Checking permissions is not supported.
The permission class for operations on the com.ibm.jvm.Trace class.
Allowing code access to this permission will allow changes to be made
to system wide trace settings.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods declared in class java.security.BasicPermission
equals, getActions, hashCode, implies, newPermissionCollection
Methods declared in class java.security.Permission
checkGuard, getName, toString
-
Constructor Details
-
TracePermission
public TracePermission()Deprecated, for removal: This API element is subject to removal in a future version.
-