Behaviours: gen_server.
| acct_mgmt/2 | |
| authenticate/3 | |
| code_change/3 | |
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| init/1 | |
| start/0 | |
| start_link/0 | |
| stop/0 | |
| terminate/2 |
acct_mgmt(Srv, User) -> any()
authenticate(Srv, User, Pass) -> any()
code_change(OldVsn, State, Extra) -> any()
handle_call(Request, From, State) -> any()
handle_cast(Msg, State) -> any()
handle_info(Msg, State) -> any()
init(X1) -> any()
start() -> any()
start_link() -> any()
stop() -> any()
terminate(Reason, State) -> any()
Generated by EDoc, May 23 2012, 07:15:12.