Copyright © 2010-2015 Zuse Institute Berlin
Version: $Id$
Behaviours: gen_component.
Authors: Florian Schintke (schintke@zib.de).
erlang_timestamp() = {MegaSecs :: non_neg_integer(), Secs :: 0..999999, MicroSecs :: 0..999999}
rempid() = {comm:mypid(), non_neg_integer(), erlang_timestamp(), boolean()}
state() = {comm:mypid(), [rempid()], erlang_timestamp(), erlang_timestamp(), LocalSubscriberTab :: pdb:tableid(), MonitorTab :: pdb:tableid()}
check_config/0 | Checks existence and validity of config parameters for this module. |
init/1 | |
on/2 | |
start_gen_component/5 | |
start_link/2 | spawns a fd_hbs instance. |
start_gen_component(Module :: module(), Handler :: gen_component:handler(), Args :: term(), Options :: [gen_component:option()], Self :: pid()) -> no_return() | ok
start_link(ServiceGroup :: pid_groups:groupname(), RemotePid :: comm:mypid()) -> {ok, pid()}
spawns a fd_hbs instance
init(RemotePid :: comm:mypid()) -> state()
on(Msg :: comm:message(), State :: state()) -> state() | kill
check_config() -> boolean()
Checks existence and validity of config parameters for this module.
Generated by EDoc, Sep 12 2019, 16:35:08.