|
bwLehrpool Masterserver
Manages authentication and sharing of virtual machines between participating institutions
|
Class to hold global constants and properties from 'config/global.properties'. More...
Collaboration diagram for org.openslx.imagemaster.Globals:Static Public Member Functions | |
| static int | getSessionTimeoutUser () |
| static int | getSessionTimeoutServer () |
| static int | getFiletransferPortSsl () |
| static int | getFiletransferPortPlain () |
| static int | getFiletransferTimeout () |
| static int | getFiletransferRetransmits () |
| static int | getThriftPortSsl () |
| static int | getThriftPortPlain () |
| static long | getImageValiditySeconds () |
| static long | getOldImageExpireTimeSeconds () |
| static String | getImageDir () |
| static String | getSslKeystoreFile () |
| static String | getSslKeystoreAlias () |
| static String | getSslKeystorePassword () |
| static File | getImagePath () |
| static boolean | isReadOnlyMode () |
Static Public Attributes | |
| static final int | blockSize = 16 * 1024 * 1024 |
| The blocksize used for crc'ing. More... | |
Static Package Functions | |
| [static initializer] | |
| Loads the properties from config/global.properties. More... | |
Static Private Attributes | |
| static Logger | LOGGER = LogManager.getLogger( Globals.class ) |
| static final Properties | properties = new Properties() |
| static File | imgPath = null |
Class to hold global constants and properties from 'config/global.properties'.
Definition at line 16 of file Globals.java.
|
staticpackage |
Loads the properties from config/global.properties.
|
static |
Definition at line 95 of file Globals.java.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 90 of file Globals.java.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
|
static |
|
static |
Definition at line 154 of file Globals.java.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 144 of file Globals.java.
|
static |
|
static |
|
static |
Definition at line 115 of file Globals.java.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 110 of file Globals.java.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 162 of file Globals.java.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
The blocksize used for crc'ing.
Definition at line 27 of file Globals.java.
|
staticprivate |
Definition at line 21 of file Globals.java.
|
staticprivate |
Definition at line 19 of file Globals.java.
|
staticprivate |
Definition at line 20 of file Globals.java.
1.8.8