All Packages Class Hierarchy This Package Previous Next Index
Class novocode.netforge.metaconf.MetaconfServer
java.lang.Object
|
+----novocode.netforge.PortServer
|
+----novocode.netforge.metaconf.MetaconfServer
- public class MetaconfServer
- extends PortServer
- implements SimpleConnection. ExceptionHandler, SimpleConnection. AuthHandler
A Metaconf server.
-
confman
-
-
MetaconfServer()
-
-
MetaconfServer(ConfigurationManager)
-
-
accept(Socket)
-
-
checkAccess(String, String, String, InetAddress)
-
-
getType()
-
-
handleException(Exception)
-
-
serverGetConfig(Config)
-
-
serverResetConfig()
-
-
serverSetConfig(Config)
-
confman
protected ConfigurationManager confman
MetaconfServer
public MetaconfServer(ConfigurationManager confman)
MetaconfServer
protected MetaconfServer()
serverGetConfig
protected void serverGetConfig(Config c)
- Overrides:
- serverGetConfig in class PortServer
serverSetConfig
protected String serverSetConfig(Config c)
- Overrides:
- serverSetConfig in class PortServer
serverResetConfig
protected void serverResetConfig()
- Overrides:
- serverResetConfig in class PortServer
getType
protected String getType()
- Overrides:
- getType in class PortServer
accept
protected void accept(Socket sock)
- Overrides:
- accept in class PortServer
handleException
public void handleException(Exception e)
checkAccess
public boolean checkAccess(String appName,
String login,
String password,
InetAddress remoteIP)
All Packages Class Hierarchy This Package Previous Next Index