Copyright © 2010-2014 Zuse Institute Berlin
Version: $Id$
Authors: Florian Schintke (schintke@zib.de).
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_link/2 | spawns a fd_hbs instance. |
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, Jul 23 2015, 22:07:46.