p2pserver.ThreadRmiRegistry Class Reference

Classe implementata a Thread che permette di lanciare un processo batch/bash che esegue il comando RMIC che crea lo stub del file. More...

Inheritance diagram for p2pserver.ThreadRmiRegistry:
Collaboration diagram for p2pserver.ThreadRmiRegistry:

Public Member Functions

void run ()
 Implementazione del metodo run che tramite il comando rmi crea lo stub e lo skeleton di ServerRMI e successivamente crea un'istanza di ServerRMI. More...
 

Static Public Attributes

static boolean dbg = true
 

Detailed Description

Classe implementata a Thread che permette di lanciare un processo batch/bash che esegue il comando RMIC che crea lo stub del file.

Il processo continua in modo autonomo e non rileva errori. Al termine della procedura si attiva il server RMI che utlizza lo stub appena creato. Questo thread puo' restare in esecuzione fino al termine del programma principale.

Author
HTTPS://WWW.PIETRIS.NET
See also
p2pserver.ServerRMI

Definition at line 15 of file ThreadRmiRegistry.java.

Member Function Documentation

◆ run()

void p2pserver.ThreadRmiRegistry.run ( )
inline

Implementazione del metodo run che tramite il comando rmi crea lo stub e lo skeleton di ServerRMI e successivamente crea un'istanza di ServerRMI.

See also
p2pserver.ServerRMI

Definition at line 24 of file ThreadRmiRegistry.java.

References p2putility.Util.logServer(), p2pserver.ServerRMI.main(), p2putility.Config.r_classpath(), p2putility.Config.r_currentpath(), and p2putility.Config.r_rmicpath().

Here is the call graph for this function:

Field Documentation

◆ dbg

boolean p2pserver.ThreadRmiRegistry.dbg = true
static

Definition at line 17 of file ThreadRmiRegistry.java.

Referenced by p2pgui.ServerFrame.ServerFrame().


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