Holumbus-Distribution-0.0.1.1: intra- and inter-program communicationSource codeContentsIndex
Holumbus.Network.PortRegistry.PortRegistryPort
Portabilityportable
Stabilityexperimental
MaintainerStefan Schmidt (stefanschmidt@web.de)
Contents
Datatypes
Creation
reexport
Description

Version : 0.1

This module contains the Interface for external access to the PortRegistry.

Synopsis
data PortRegistryPort
newPortRegistryPort :: PortRegistryRequestPort -> PortRegistryPort
newPortRegistryFromData :: StreamName -> SocketId -> IO PortRegistryPort
newPortRegistryFromXmlFile :: FilePath -> IO PortRegistryPort
setPortRegistry :: PortRegistry r => r -> IO ()
Datatypes
data PortRegistryPort Source
The datatype for the PortRegistry remote interface.
show/hide Instances
Creation
newPortRegistryPort :: PortRegistryRequestPort -> PortRegistryPortSource
Creates a new PortRegistryPort from a port-object.
newPortRegistryFromData :: StreamName -> SocketId -> IO PortRegistryPortSource
Creates a new PortRegistryPort from the StreamName and SocketId.
newPortRegistryFromXmlFile :: FilePath -> IO PortRegistryPortSource
Creates a new PortRegistryPort from a XML-File.
reexport
setPortRegistry :: PortRegistry r => r -> IO ()Source
Sets the link to the PortRegistry in the stream controller
Produced by Haddock version 2.4.2