|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.xbus.protocol.Message
net.sf.xbus.protocol.xml.XMLMessageAbstract
net.sf.xbus.protocol.xml.XBUSXMLMessage
net.sf.xbus.protocol.as400.AS400ProgramMessage
public class AS400ProgramMessage
AS400ProgramMessage represents a message for calling an AS400
program.
| Constructor Summary | |
|---|---|
AS400ProgramMessage(java.lang.String function,
XBUSSystem source,
java.lang.String id)
Initializes the new AS400ProgramMessage with the given
parameters. |
|
AS400ProgramMessage(XBUSSystem source)
This constructor stores the source, creates an unique
identifier for the message and initializes the requestTimestamp. |
|
| Method Summary |
|---|
| Methods inherited from class net.sf.xbus.protocol.xml.XBUSXMLMessage |
|---|
getTemplateAsDocument, getTemplateAsString, synchronizeRequestFields, synchronizeResponseFields |
| Methods inherited from class net.sf.xbus.protocol.xml.XMLMessageAbstract |
|---|
getDocumentBuilder, getRequestDocument, getRequestObject, getRequestText, getResponseDocument, getResponseObject, getResponseText, parseXML, serializeXML, setRequestDocument, setRequestObject, setRequestText, setResponseDocument, setResponseObject, setResponseText |
| Methods inherited from class net.sf.xbus.protocol.Message |
|---|
getErrorcode, getErrortext, getFunction, getId, getRequestTimestamp, getResponseTimestamp, getReturncode, getShortname, getSource, setErrorcode, setErrortext, setFunction, setId, setResponseTimestamp, setReturncode, setShortname |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.xbus.protocol.TextMessage |
|---|
getRequestText, getResponseText, setRequestText, setResponseText |
| Methods inherited from interface net.sf.xbus.protocol.ObjectMessage |
|---|
getRequestObject, getResponseObject, setRequestObject, setResponseObject |
| Methods inherited from interface net.sf.xbus.protocol.XMLMessage |
|---|
getRequestDocument, getResponseDocument, setRequestDocument, setResponseDocument |
| Constructor Detail |
|---|
public AS400ProgramMessage(XBUSSystem source)
source, creates an unique
identifier for the message and initializes the requestTimestamp. It is
used when constructing a new AS400ProgramMessage from the
data of a receiver.
source - XBUSSystem object with information of this neighbor-system
public AS400ProgramMessage(java.lang.String function,
XBUSSystem source,
java.lang.String id)
AS400ProgramMessage with the given
parameters. It is used when constructing a new
AS400ProgramMessage by converting it from another
Message.
function - source - id -
XException - if any error occurs
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||