net.larsan.urd.impl
Interface Controller

All Known Implementing Classes:
CmdServer

public interface Controller

A controller is attached to the Urd Server. Controllers are usually standalone servers or services that is used to control the framework. The default controller for the Urd Standalone is a CmdServer which is a command line server.

Version:
Alpha-0.1 / 2002-10-06 21:37
Author:
Lars J. Nilsson

Method Summary
 void attachServer(UrdServer server)
          Attach server to controller.
 void setContext(javax.naming.Context con)
          Set the server context.
 

Method Detail

attachServer

public void attachServer(UrdServer server)
Attach server to controller.


setContext

public void setContext(javax.naming.Context con)
Set the server context.