Behaviours: gen_server.
| add_allocation/5 | |
| code_change/3 | |
| del_allocation/3 | |
| find_allocation/1 | |
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| init/1 | |
| start/0 | |
| start_link/0 | |
| terminate/2 |
add_allocation(AddrPort, User, Realm, MaxAllocs, Pid) -> any()
code_change(OldVsn, State, Extra) -> any()
del_allocation(AddrPort, User, Realm) -> any()
find_allocation(AddrPort) -> any()
handle_call(Request, From, State) -> any()
handle_cast(Msg, State) -> any()
handle_info(Info, State) -> any()
init(X1) -> any()
start() -> any()
start_link() -> any()
terminate(Reason, State) -> any()
Generated by EDoc