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

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
 

Detailed Description

Class to hold global constants and properties from 'config/global.properties'.

Definition at line 16 of file Globals.java.

Member Function Documentation

org.openslx.imagemaster.Globals.[static initializer] ( )
staticpackage

Loads the properties from config/global.properties.

static int org.openslx.imagemaster.Globals.getFiletransferPortPlain ( )
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 int org.openslx.imagemaster.Globals.getFiletransferPortSsl ( )
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 int org.openslx.imagemaster.Globals.getFiletransferRetransmits ( )
static

Definition at line 105 of file Globals.java.

+ Here is the call graph for this function:

static int org.openslx.imagemaster.Globals.getFiletransferTimeout ( )
static

Definition at line 100 of file Globals.java.

+ Here is the call graph for this function:

static String org.openslx.imagemaster.Globals.getImageDir ( )
static

Definition at line 134 of file Globals.java.

+ Here is the caller graph for this function:

static File org.openslx.imagemaster.Globals.getImagePath ( )
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 long org.openslx.imagemaster.Globals.getImageValiditySeconds ( )
static

Definition at line 120 of file Globals.java.

+ Here is the caller graph for this function:

static long org.openslx.imagemaster.Globals.getOldImageExpireTimeSeconds ( )
static

Definition at line 126 of file Globals.java.

+ Here is the caller graph for this function:

static int org.openslx.imagemaster.Globals.getSessionTimeoutServer ( )
static

Definition at line 85 of file Globals.java.

+ Here is the call graph for this function:

static int org.openslx.imagemaster.Globals.getSessionTimeoutUser ( )
static

Definition at line 80 of file Globals.java.

+ Here is the call graph for this function:

static String org.openslx.imagemaster.Globals.getSslKeystoreAlias ( )
static

Definition at line 144 of file Globals.java.

static String org.openslx.imagemaster.Globals.getSslKeystoreFile ( )
static

Definition at line 139 of file Globals.java.

+ Here is the caller graph for this function:

static String org.openslx.imagemaster.Globals.getSslKeystorePassword ( )
static

Definition at line 149 of file Globals.java.

+ Here is the caller graph for this function:

static int org.openslx.imagemaster.Globals.getThriftPortPlain ( )
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 int org.openslx.imagemaster.Globals.getThriftPortSsl ( )
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 boolean org.openslx.imagemaster.Globals.isReadOnlyMode ( )
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:

Member Data Documentation

final int org.openslx.imagemaster.Globals.blockSize = 16 * 1024 * 1024
static

The blocksize used for crc'ing.

Definition at line 27 of file Globals.java.

File org.openslx.imagemaster.Globals.imgPath = null
staticprivate

Definition at line 21 of file Globals.java.

Logger org.openslx.imagemaster.Globals.LOGGER = LogManager.getLogger( Globals.class )
staticprivate

Definition at line 19 of file Globals.java.

final Properties org.openslx.imagemaster.Globals.properties = new Properties()
staticprivate

Definition at line 20 of file Globals.java.


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