Module sipserver_sup

YXA application main supervisor.

Introduced in: 21 Mar 2004 by Fredrik Thulin <ft@it.su.se>

Behaviours: supervisor.

Authors: Fredrik Thulin (ft@it.su.se).

Description

YXA application main supervisor.

Function Index

get_pids/0 Try to make a complete list of all pids currently involved in the running system (excluding ongoing worker pids like client/server transcations and request handlers) - for manual use.
start_extras/3
start_link/2 Starts the supervisor of all supervisors.
start_transportlayer/1

Function Details

get_pids/0

get_pids() -> [pid()]

Try to make a complete list of all pids currently involved in the running system (excluding ongoing worker pids like client/server transcations and request handlers) - for manual use. Intended for getting a list of pids to tell eprof to profile.

start_extras/3

start_extras() -> term()

start_link/2

start_link(AppModule, MnesiaTables) -> term()

returns: result of supervisor:start_link/3.

Starts the supervisor of all supervisors.

start_transportlayer/1

start_transportlayer() -> term()


Generated by EDoc, Oct 17 2007, 16:48:26.