p2pclient.ThreadRmiFile Class Reference

Classe che implementa il metodo run dell'interfaccia Runnable e crea un'istanza di C2C_client. More...

Inheritance diagram for p2pclient.ThreadRmiFile:
Collaboration diagram for p2pclient.ThreadRmiFile:

Public Member Functions

void run ()
 Implementazione del metodo run che istanzia il main della classe C2C_client. More...
 

Static Public Attributes

static String server_ip
 
static String function
 
static String name
 
static String path
 
static String user
 
static String pswd
 

Detailed Description

Classe che implementa il metodo run dell'interfaccia Runnable e crea un'istanza di C2C_client.

Author
HTTPS://WWW.PIETRIS.NET
See also
p2pclient.C2C_client

Definition at line 10 of file ThreadRmiFile.java.

Member Function Documentation

◆ run()

void p2pclient.ThreadRmiFile.run ( )
inline

Implementazione del metodo run che istanzia il main della classe C2C_client.

See also
p2pclient.C2C_client

Definition at line 23 of file ThreadRmiFile.java.

References p2putility.Util.logClient(), p2pclient.C2C_client.main(), p2pclient.ThreadRmiFile.name, p2pclient.ThreadRmiFile.path, p2pclient.ThreadRmiFile.server_ip, and p2pclient.ThreadRmiFile.user.

Here is the call graph for this function:

Field Documentation

◆ function

String p2pclient.ThreadRmiFile.function
static

Definition at line 13 of file ThreadRmiFile.java.

◆ name

String p2pclient.ThreadRmiFile.name
static

Definition at line 14 of file ThreadRmiFile.java.

Referenced by p2pclient.ThreadRmiFile.run().

◆ path

String p2pclient.ThreadRmiFile.path
static

Definition at line 15 of file ThreadRmiFile.java.

Referenced by p2pclient.ThreadRmiFile.run().

◆ pswd

String p2pclient.ThreadRmiFile.pswd
static

Definition at line 17 of file ThreadRmiFile.java.

◆ server_ip

String p2pclient.ThreadRmiFile.server_ip
static

◆ user

String p2pclient.ThreadRmiFile.user
static

Definition at line 16 of file ThreadRmiFile.java.

Referenced by p2pclient.ThreadRmiFile.run().


The documentation for this class was generated from the following file: