org.isam.exehda
Class Exehda
java.lang.Object
|
+--org.isam.exehda.Exehda
- public class Exehda
- extends java.lang.Object
Method Summary |
static void |
addProfile(org.isam.util.xml.XmlElement profileData)
|
static void |
bootstrap(java.lang.String profileName)
|
static java.lang.String |
getActiveProfile()
|
static java.lang.String |
getProperty(java.lang.String propName,
java.lang.String defaultValue)
|
static java.lang.Object |
getService(java.lang.String serviceName)
|
static int |
getServiceProperty(java.lang.String serviceName,
java.lang.String propName,
int defValue)
|
static java.lang.String |
getServiceProperty(java.lang.String serviceName,
java.lang.String propName,
java.lang.String defValue)
|
static void |
main(java.lang.String[] args)
|
static void |
setProperty(java.lang.String propName,
java.lang.String propValue)
|
static void |
shutdown()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Exehda
public Exehda()
bootstrap
public static void bootstrap(java.lang.String profileName)
shutdown
public static void shutdown()
getService
public static java.lang.Object getService(java.lang.String serviceName)
getProperty
public static java.lang.String getProperty(java.lang.String propName,
java.lang.String defaultValue)
getServiceProperty
public static java.lang.String getServiceProperty(java.lang.String serviceName,
java.lang.String propName,
java.lang.String defValue)
getServiceProperty
public static int getServiceProperty(java.lang.String serviceName,
java.lang.String propName,
int defValue)
getActiveProfile
public static java.lang.String getActiveProfile()
setProperty
public static void setProperty(java.lang.String propName,
java.lang.String propValue)
addProfile
public static void addProfile(org.isam.util.xml.XmlElement profileData)
main
public static void main(java.lang.String[] args)