Copyright © 2008-2015 Zuse Institute Berlin
Version: $Id$
Authors: Thorsten Schuett (schuett@zib.de).
Acceptor.
This module accepts new connections and starts corresponding comm_connection processes.| check_config/0 | Checks whether config parameters exist and are valid. |
| init/2 | |
| start_gen_component/5 | |
| start_link/1 |
start_gen_component(Module :: module(),
Handler :: gen_component:handler(),
Args :: term(),
Options :: [gen_component:option()],
Self :: pid()) ->
no_return() | ok
start_link(GroupName :: pid_groups:groupname()) -> {ok, pid()}
init(Supervisor :: pid(), GroupName :: pid_groups:groupname()) -> any()
check_config() -> boolean()
Checks whether config parameters exist and are valid.
Generated by EDoc, Apr 22 2017, 16:02:53.