bwLehrpool Masterserver
Manages authentication and sharing of virtual machines between participating institutions
Static Public Member Functions | Static Private Attributes | List of all members
org.openslx.imagemaster.App Class Reference

The main class that starts all the services. More...

+ Collaboration diagram for org.openslx.imagemaster.App:

Static Public Member Functions

static void main (String[] args) throws TTransportException, NoSuchAlgorithmException, SocketException
 

Static Private Attributes

static Logger log = LogManager.getLogger( App.class )
 
static final String NAME = "Master-Server"
 
static List< Thread > servers = new ArrayList<>()
 

Detailed Description

The main class that starts all the services.

Definition at line 23 of file App.java.

Member Function Documentation

static void org.openslx.imagemaster.App.main ( String[]  args) throws TTransportException, NoSuchAlgorithmException, SocketException
static

Definition at line 32 of file App.java.

+ Here is the call graph for this function:

Member Data Documentation

Logger org.openslx.imagemaster.App.log = LogManager.getLogger( App.class )
staticprivate

Definition at line 26 of file App.java.

final String org.openslx.imagemaster.App.NAME = "Master-Server"
staticprivate

Definition at line 28 of file App.java.

List<Thread> org.openslx.imagemaster.App.servers = new ArrayList<>()
staticprivate

Definition at line 30 of file App.java.


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