Interface org.as2lib.io.conn.core.server.ServerRegistry

Description

ServerRegistry keeps track of running servers.

Method Index

containsServer(), registerServer(), removeServer()

Inherited from BasicInterface

Method Detail

containsServer

public function containsServer(host:String):Boolean

Checks if a server with passed-in host exists / is registerd.

Parameters

hostthe name of server

registerServer

public function registerServer(host:String):Void

Registers a server with the given host.

Parameters

hostthe host identifying the server to register

removeServer

public function removeServer(host:String):Void

Unregisters the server with the given host.

Parameters

hostthe host identifying the server to unregister