Copyright © 2007 Mochi Media, Inc.
Behaviours: gen_server.
Authors: Bob Ippolito (bob@mochimedia.com).
code_change/3 | |
get/2 | |
handle_call/3 | |
handle_cast/2 | |
handle_info/2 | |
init/1 | |
set/3 | |
start/1 | |
start_link/1 | |
stop/1 | |
terminate/2 |
code_change(OldVsn, State, Extra) -> any()
get(Name, Property) -> any()
handle_call(Req, From, State) -> any()
handle_cast(Req, State) -> any()
handle_info(Msg, State) -> any()
init(State) -> any()
set(Name, Property, Fun) -> any()
start(Options) -> any()
start_link(Options) -> any()
stop(Name) -> any()
terminate(Reason, State) -> any()
Generated by EDoc