|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.candle.roma.kxc.RomaSystemConfig
This class defines the system environment configuration of the application.
RomaExceptionInfo
Method Summary | |
java.lang.String |
getDomainName()
Returns the domain name. |
int |
getEnvOS()
Returns the OS type of the environment on which the reporting application is running. |
int |
getEnvType()
Returns the architecture type of the environment on which the reporting application is running. |
long |
getProcessId()
Returns the process ID assigned to the reporting application. |
java.lang.String |
getProgramName()
Returns the name of the application reporting the error. |
long |
getThreadId()
Returns the thread ID assigned to the reporting thread’s active thread. |
java.lang.String |
getUserId()
Returns the user ID under which the reporting application is executing. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getEnvType()
Roma.ENVTYPE_INTEL
Roma.ENVTYPE_UNIX
Roma.ENVTYPE_MVS
Roma.ENVTYPE_OS400
Roma.ENVTYPE_VMS
public int getEnvOS()
Roma.ENVOS_AIX
Roma.ENVOS_HPUX102
Roma.ENVOS_HPUX11
Roma.ENVOS_MVSBATCH
Roma.ENVOS_MVSCICS
Roma.ENVOS_SUN
Roma.ENVOS_WIN95
Roma.ENVOS_WINNT
public java.lang.String getDomainName()
public java.lang.String getProgramName()
public java.lang.String getUserId()
public long getThreadId()
public long getProcessId()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |