|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoemware.core.util.SystemUtils
public final class SystemUtils
The system utils.
| Constructor Summary | |
|---|---|
SystemUtils()
|
|
| Method Summary | |
|---|---|
static void |
addShutdownHookThread()
Add the shutdown hook thread. |
static java.lang.String |
getSystemProperty(java.lang.String pParamName)
Returns the property or dies. |
static int |
getSystemPropertyInt(java.lang.String pParamName)
Returns the property or exception. |
static short |
getSystemPropertyShort(java.lang.String pParamName)
Returns the property or exception. |
static void |
startDaemonThread()
Start the daemon thread. |
static void |
stopDaemonThread()
Stop the daemon thread. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SystemUtils()
| Method Detail |
|---|
public static void startDaemonThread()
throws CoreException
CoreException
public static void stopDaemonThread()
throws CoreException
CoreException
public static void addShutdownHookThread()
throws CoreException
CoreException
public static final int getSystemPropertyInt(java.lang.String pParamName)
throws CoreException
pParamName - The param name - e.g., oemware.instance.id.
CoreException.
CoreException
public static final short getSystemPropertyShort(java.lang.String pParamName)
throws CoreException
pParamName - The param name - e.g., oemware.instance.id.
CoreException.
CoreException
public static final java.lang.String getSystemProperty(java.lang.String pParamName)
throws CoreException
pParamName - The param name - e.g., oemware.instance.id.
CoreException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||