[all packages] [package Snafu] [class hierarchy] [index]

public class Snafu.SnafuAgentClient

(source file: Snafu/SnafuAgentClient.java)
java.lang.Object
   |
   +----Snafu.SnafuAgent
           |
           +----Snafu.SnafuAgentClient

The pure class interface.
public class SnafuAgentClient
  extends SnafuAgent
Agent «Client».

Author:
Valvassori Moïse
Version: alpha

Constuctor Index

O SnafuAgentClient()
O SnafuAgentClient(String, String)

Variables Index

O port

Methods

O finalize()
O init()
Cette fonction est la première à être appelée dans le main. Elle cherche à se
O main(String[])

Constructors

O SnafuAgentClient
public SnafuAgentClient(String name,
                        String abil);

O SnafuAgentClient

public SnafuAgentClient();

Variables

O port
private static final int port;

Methods

O init
protected void init();
Cette fonction est la première à être appelée dans le main. Elle cherche à se connecter au port 17023.

Overrides:
init in class SnafuAgent

O finalize

protected void finalize()
  throws Throwable;

O main

public static void main(String[] args);


[all packages] [package Snafu] [class hierarchy] [index]
Snafu.SnafuAgentClient.html