-
Notifications
You must be signed in to change notification settings - Fork 3
systest_cleaner
Tim Watson edited this page Jul 12, 2012
·
1 revision
#Module systest_cleaner#
Behaviours: gen_server
.
##Function Index##
code_change/3 | |
handle_call/3 | |
handle_cast/2 | |
handle_info/2 | |
init/1 | |
kill/2 | |
kill/3 | |
kill_wait/2 | |
kill_wait/3 | |
start/1 | |
start_link/1 | |
start_permanent/1 | |
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(X1, State) -> any()
###init/1##
init(X1) -> any()
###kill/2##
kill(Targets, Server) -> any()
###kill/3##
kill(Targets, Server, Timeout) -> any()
###kill_wait/2##
kill_wait(Targets, Killer) -> any()
###kill_wait/3##
kill_wait(Targets, Killer, Timeout) -> any()
###start/1##
start(Killer) -> any()
###start_link/1##
start_link(Killer) -> any()
###start_permanent/1##
start_permanent(Killer) -> any()
###terminate/2##
terminate(Reason, State) -> any()