class frontendHandler : Directfifowatcher.directory * Directfifowatcher.slice_name ->
object
.. end
frontendhandler class: Methods to create and unlink pipes and directories
(root_dir,slice_name)
: slice_name
: actual slice name - set with care, since the acl functionality refers to these names
root_dir
: vsys directory inside a slice
method get_slice_name : unit -> Directfifowatcher.slice_name
method mkentry : Globals.relpath -> Directfifowatcher.base_pathname -> int -> unit
A new script was copied into the backend, make a corresponding entry in
the frontend.
rp
: Relative path of the entry in the backend
abspath
: Absolute path of the entry
perm
: Permissions of the entry at the frontend
method mkdir : Globals.relpath -> Unix.file_perm -> unit
A new directory was created at the backend, make a corresponding directory
at the frontend. Refer to mkentry for parameters
Functions corresponding to file deletion/directory removal
method unlink : Globals.relpath -> unit
method rmdir : Globals.relpath -> unit