com.jxml.qare.qhome
Class CommonErrorReply
java.lang.Object
|
+--com.jxml.qare.qhome.SDO
|
+--com.jxml.qare.qhome.MessageAgent
|
+--com.jxml.qare.qhome.CommonErrorReply
- All Implemented Interfaces:
- Item
- public class CommonErrorReply
- extends MessageAgent
This class handles all the errors generated at the time of reply.
Methods inherited from class com.jxml.qare.qhome.MessageAgent |
lastSend, lastSend, send, send, send, send, send, send, send, signed, timeout |
errorMessage
public String errorMessage
CommonErrorReply
public CommonErrorReply(String errorMessage)
getAction
public String getAction()
- Returns the action defined by this message.
- Overrides:
getAction
in class SDO
toString
public String toString()
- Overrides:
toString
in class Object
getFactory
public QSchemaFactory getFactory()
- Returns the reply schema(predefined format of data).
- Overrides:
getFactory
in class SDO
process
public void process(DBSession.Row qSession,
QAppPlugin qapp)
throws Exception
- Description copied from class:
MessageAgent
- This method is overidden by classes which use the process/reply logic.
- Overrides:
process
in class MessageAgent
eval
public void eval(Map properties,
List args,
ClassLoader cl)
throws Exception
- Puts the template name into properties.
- Overrides:
eval
in class SDO