Access keys

LocalConfig

Kind of class: class
Inherits from: BasicClass
Author: Simon Wacker
Classpath: org.as2lib.io.conn.local.LocalConfig
File last modified: Friday, 08 April 2005, 12:13:02
LocalConfig is the basic configuration class of the Local Connection API.

It can be used to configure static parts, that means parts that are shared
globally.

Summary

Instance methods
Instance methods inherited from BasicClass

Class methods

getServerRegistry

static function getServerRegistry (
Returns the currently used server registry.

That is either the server registry set via setServerRegistry or the
default on which is an instance of class org.as2lib.io.conn.local.server.LocalServerRegistry.

Returns:
the currenlty used server registry

setServerRegistry

static function setServerRegistry (
newServerRegistry:ServerRegistry) : Void
Sets a new server registry.

If you set a server registry of value null or undefined
getServerRegistry will return the default server registry.

Parameters:
newServerRegistry:
the new server registry