eu.xtreemos.xosd.resmng.config
Class ResMngConfig

java.lang.Object
  extended by eu.xtreemos.xosd.resmng.config.ResMngConfig
Direct Known Subclasses:
CResMngConfig

public class ResMngConfig
extends java.lang.Object

The class representing the configuration of the ResMng service.

Author:
matej.artac@xlab.si

Field Summary
 java.lang.Boolean testVOPS
           
 java.lang.Boolean useADS
          Set to true to use resource selection through ADS, or false value otherwise.
 java.lang.String VOPSPubCert
          This public certificate is used for checking signature of the response.
 
Constructor Summary
ResMngConfig()
           
 
Method Summary
 void defaultConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testVOPS

public java.lang.Boolean testVOPS

VOPSPubCert

public java.lang.String VOPSPubCert
This public certificate is used for checking signature of the response.


useADS

public java.lang.Boolean useADS
Set to true to use resource selection through ADS, or false value otherwise.

Constructor Detail

ResMngConfig

public ResMngConfig()
Method Detail

defaultConfig

public void defaultConfig()