org.isam.exehda
Class Profile

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--java.util.Properties
                    |
                    +--org.isam.exehda.Profile
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

class Profile
extends java.util.Properties


Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
Profile(java.lang.String name)
           
 
Method Summary
 void addBootstrapService(java.lang.String serviceName)
           
 java.lang.String getBootstrapServices()
           
 java.lang.String getGlobalProperty(java.lang.String propName)
           
 java.lang.String getServiceProperty(java.lang.String serviceName, java.lang.String propName)
           
 void putProperty(java.lang.String propName, java.lang.String value)
           
 void setServiceProperty(java.lang.String serviceName, java.lang.String propName, java.lang.String value)
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, 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

Profile

public Profile(java.lang.String name)
Method Detail

putProperty

public void putProperty(java.lang.String propName,
                        java.lang.String value)

getGlobalProperty

public java.lang.String getGlobalProperty(java.lang.String propName)

setServiceProperty

public void setServiceProperty(java.lang.String serviceName,
                               java.lang.String propName,
                               java.lang.String value)

getServiceProperty

public java.lang.String getServiceProperty(java.lang.String serviceName,
                                           java.lang.String propName)

addBootstrapService

public void addBootstrapService(java.lang.String serviceName)

getBootstrapServices

public java.lang.String getBootstrapServices()