The main class that starts all the services.
More...
|
| static void | main (String[] args) throws TTransportException, NoSuchAlgorithmException, SocketException |
| |
|
| static Logger | log = LogManager.getLogger( App.class ) |
| |
| static final String | NAME = "Master-Server" |
| |
| static List< Thread > | servers = new ArrayList<>() |
| |
The main class that starts all the services.
Definition at line 23 of file App.java.
| static void org.openslx.imagemaster.App.main |
( |
String[] |
args | ) |
throws TTransportException, NoSuchAlgorithmException, SocketException |
|
static |
| Logger org.openslx.imagemaster.App.log = LogManager.getLogger( App.class ) |
|
staticprivate |
| final String org.openslx.imagemaster.App.NAME = "Master-Server" |
|
staticprivate |
| List<Thread> org.openslx.imagemaster.App.servers = new ArrayList<>() |
|
staticprivate |
The documentation for this class was generated from the following file: