All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class orchid.server.AgentCreation

java.lang.Object
   |
   +----orchid.server.AgentCreation

public class AgentCreation
extends Object
The purpose of this class is to create agent on servers, so they can work.

Author:
Marc-Aurčle DARCHE

Variable Index

 o level1
voyager level of verbosity: no output
 o level2
voyager level of verbosity: stack traces of remote and unhandled exceptions
 o level3
voyager level of verbosity: same as previous + internal debug information

Constructor Index

 o AgentCreation(String)

Method Index

 o main(String[])

Variables

 o level1
 public static final int level1
voyager level of verbosity: no output

 o level2
 public static final int level2
voyager level of verbosity: stack traces of remote and unhandled exceptions

 o level3
 public static final int level3
voyager level of verbosity: same as previous + internal debug information

Constructors

 o AgentCreation
 public AgentCreation(String defaultServer)

Methods

 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index