|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.candle.roma.kxc.RomaConfig
This class defines the Roma environment configuration of the application.
RomaExceptionInfo
Method Summary | |
java.lang.String |
getComponentName()
Returns the name of the business component reporting the error. |
java.lang.String |
getElementName()
Returns the name of the application (client, server, or bridge) that sent the message to the exception message handler. |
int |
getElementType()
Returns the type of application that sent the message to the exception message handler. |
java.lang.String |
getNodeName()
Returns the name of the node on which the error occurred. |
java.lang.String |
getQueueName()
Returns the name of the application’s input (that is, response or request) queue. |
java.lang.String |
getServiceName()
Returns the name of the business service of which this application is a member. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getElementName()
public int getElementType()
Roma.APPTYPE_CLIENT
- the sender is a clientRoma.APPTYPE_SERVER
- the sender is a serverRoma.APPTYPE_BRIDGE
- the sender is a bridgepublic java.lang.String getQueueName()
public java.lang.String getComponentName()
public java.lang.String getServiceName()
public java.lang.String getNodeName()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |