eu.xtreemos.xosd.jobmng.config
Class JobMngConfig

java.lang.Object
  extended by eu.xtreemos.xosd.jobmng.config.JobMngConfig
Direct Known Subclasses:
CJobMngConfig

public class JobMngConfig
extends java.lang.Object

Configures JobMng:

Author:
ales.cernivec@xlab.si

Field Summary
 int scheduling
           
 java.lang.String trustStore
          The path to a folder containing the certificates of the trusted CAs for the user credentials.
 
Constructor Summary
JobMngConfig()
           
 
Method Summary
 void defaultConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

trustStore

public java.lang.String trustStore
The path to a folder containing the certificates of the trusted CAs for the user credentials.


scheduling

public int scheduling
Constructor Detail

JobMngConfig

public JobMngConfig()
Method Detail

defaultConfig

public void defaultConfig()