Module openj9.criu

Class CRIUDumpPermission

  • All Implemented Interfaces:
    Serializable, Guard

    public class CRIUDumpPermission
    extends BasicPermission
    The permission class for operations on the org.eclipse.openj9.criu.CRIUSupport class. Allowing code access to this permission will allow applications to trigger CRIU dumps. A dump file will be a complete image of the application's memory. Code with read access to dump files produced by org.eclipse.openj9.criu.CRIUSupport should be considered as having access to any information that was within the application at the time the dump was taken.
    See Also:
    Serialized Form
    • Constructor Detail

      • CRIUDumpPermission

        public CRIUDumpPermission()
        Creates CRIUDumpPermission.