eu.unicore.hila.grid.emi.es
Class EmiEsProperties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by eu.unicore.hila.grid.emi.es.EmiEsProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class EmiEsProperties
extends Properties

Author:
bjoernh 13.01.2012 09:07:38
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
EmiEsProperties()
           
 
Method Summary
 Object clone()
           
 boolean equals(Object _other)
           
 String getActivityInfoServiceName()
           
 String getActivityManagementServiceName()
           
 eu.unicore.hila.grid.Config getConfig()
           
 File getConfigBase()
           
 String getCreationServiceName()
           
 String getEmirEndpoint()
           
 List<String> getEmirEndpoints()
           
 List<String> getSiteEndpoints()
           
 int hashCode()
           
 void setConfigBase(File _configBase)
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
 
Methods inherited from class java.util.Hashtable
clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmiEsProperties

public EmiEsProperties()
Method Detail

getConfigBase

public File getConfigBase()
Returns:
the configBase

setConfigBase

public void setConfigBase(File _configBase)
Parameters:
_configBase -

getSiteEndpoints

public List<String> getSiteEndpoints()

getEmirEndpoints

public List<String> getEmirEndpoints()

equals

public boolean equals(Object _other)
Specified by:
equals in interface Map<Object,Object>
Overrides:
equals in class Hashtable<Object,Object>
See Also:
Hashtable.equals(java.lang.Object)

hashCode

public int hashCode()
Specified by:
hashCode in interface Map<Object,Object>
Overrides:
hashCode in class Hashtable<Object,Object>
See Also:
Hashtable.hashCode()

clone

public Object clone()
Overrides:
clone in class Hashtable<Object,Object>
See Also:
Hashtable.clone()

getConfig

public eu.unicore.hila.grid.Config getConfig()
Returns:

getCreationServiceName

public String getCreationServiceName()
Returns:

getActivityInfoServiceName

public String getActivityInfoServiceName()

getActivityManagementServiceName

public String getActivityManagementServiceName()

getEmirEndpoint

public String getEmirEndpoint()
Returns:


Copyright © 2010-2013 UNICORE. All Rights Reserved.