Module ecapnp_vat

VAT server module.

Copyright © 2014, Andreas Stenius

Behaviours: gen_server.

Authors: Andreas Stenius (kaos@astekk.se).

Description

VAT server module.

One VAT server per connection.

Function Index

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

Function Details

code_change/3

code_change(OldVsn, State, Extra) -> any()

handle_call/3

handle_call(X1, From, State) -> any()

handle_cast/2

handle_cast(Cast, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

import_capability/3

import_capability(ObjectId, Schema, Vat) -> any()

init/1

init(State) -> any()

send/2

send(Req, Capability) -> any()

start/0

start() -> any()

start_link/0

start_link() -> any()

start_link/1

start_link(Transport) -> any()

start_link/2

start_link(Transport, Restorer) -> any()

stop/1

stop(Pid) -> any()

terminate/2

terminate(Reason, State) -> any()

wait/2

wait(X1, Timeout) -> any()


Generated by EDoc, May 30 2014, 12:56:29.