Module z_site_startup

This module is started after the complete site_sup has been booted.

Copyright © 2010-2017 Marc Worrell

Behaviours: gen_server.

Authors: Marc Worrell (marc@worrell.nl).

Description

This module is started after the complete site_sup has been booted. This is the moment for system wide initializations.

Function Index

code_change/3
handle_call/3
handle_cast/2
handle_info/2
init/1
start_link/1Perform all site startup routines.
terminate/2

Function Details

code_change/3

code_change(OldVsn, State, Extra) -> any()

handle_call/3

handle_call(Msg, From, State) -> any()

handle_cast/2

handle_cast(Msg, State) -> any()

handle_info/2

handle_info(Msg, State) -> any()

init/1

init(Site) -> any()

start_link/1

start_link(Site::atom()) -> {ok, pid()} | {error, term()}

Perform all site startup routines.

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc