Class: | DimServer | |
---|---|---|
Library: | DIM | |
Author: | C. Gaspar | |
Version: | v1.0 | Update :Thu Feb 11 15:52:46 1999 |
Description :
To be used by DIM Servers - Implements mainly
static methods related to the Server.
DimServer.start(<server name>) should be
called after DimServices and/or DimCommands
have been created, in order to register
them within the DIM Name Server.
DimServer.start() can be called again created after
more DimServices or DimCommands
have been added.
Please refer to Usage
for examples on the use of DimServer.
Constructors :
The DimServer class implements Server functions
- the most important is "start".
Example:
DimService
runNumber = new DimService("DELPHI/RUN_NUMBER",123);
DimServer.start("DelphiServer");