Copyright © 2014, Andreas Stenius
Behaviours: gen_server.
Authors: Andreas Stenius (kaos@astekk.se).
VAT server module.
One VAT server per connection.| code_change/3 | |
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| import_capability/3 | |
| init/1 | |
| send/2 | |
| start/0 | |
| start_link/0 | |
| start_link/1 | |
| start_link/2 | |
| stop/1 | |
| terminate/2 | |
| wait/2 |
code_change(OldVsn, State, Extra) -> any()
handle_call(X1, From, State) -> any()
handle_cast(Cast, State) -> any()
handle_info(Info, State) -> any()
import_capability(ObjectId, Schema, Vat) -> any()
init(State) -> any()
send(Req, Capability) -> any()
start() -> any()
start_link() -> any()
start_link(Transport) -> any()
start_link(Transport, Restorer) -> any()
stop(Pid) -> any()
terminate(Reason, State) -> any()
wait(X1, Timeout) -> any()
Generated by EDoc, May 30 2014, 12:56:29.