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.


Field Index

     o   confman

Constructor Index

     o   MetaconfServer()

     o   MetaconfServer(ConfigurationManager)

Method Index

     o   accept(Socket)

     o   checkAccess(String, String, String, InetAddress)

     o   getType()

     o   handleException(Exception)

     o   serverGetConfig(Config)

     o   serverResetConfig()

     o   serverSetConfig(Config)


Fields 

o   confman
 protected ConfigurationManager confman


Constructors 

o   MetaconfServer
 public MetaconfServer(ConfigurationManager confman)
o   MetaconfServer
 protected MetaconfServer()


Methods 

o   serverGetConfig
 protected void serverGetConfig(Config c)
Overrides:
serverGetConfig in class PortServer
o   serverSetConfig
 protected void serverSetConfig(Config c)
Overrides:
serverSetConfig in class PortServer
o   serverResetConfig
 protected void serverResetConfig()
Overrides:
serverResetConfig in class PortServer
o   getType
 protected String getType()
Overrides:
getType in class PortServer
o   accept
 protected void accept(Socket sock)
Overrides:
accept in class PortServer
o   handleException
 public void handleException(Exception e)
o   checkAccess
 public boolean checkAccess(String appName,
                            String login,
                            String password,
                            InetAddress remoteIP)

All Packages  Class Hierarchy  This Package  Previous  Next  Index