|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fccsc.manager.data.process.Process
Field Summary | |
protected static org.apache.log4j.Logger |
logger
|
Constructor Summary | |
Process(java.lang.String p_propertiesFileName)
|
Method Summary | |
java.lang.String |
getCallBackIpAddress()
Returns the "call back" ip address. |
int |
getCallBackIpPort()
Returns the "call back" ip port. |
ControlBlock |
getEDIControlBlock()
Returns the EDI Control Block parsed from the data. |
org.apache.log4j.Logger |
getLogger()
Returns the Logger associated with this object. |
java.util.Properties |
getProperties()
Returns the Properties file loaded for this object. |
java.lang.String |
getRequest()
Interface Method - Returns the request data that was sent to this process. |
java.lang.String |
getResponse()
Interface Method - Returns the response message that this process needs to send back. |
void |
process()
Interface Method - Process this message. |
void |
setCallBackIpAddress(java.lang.String p_ipAddress)
Sets the "call back" ip address. |
void |
setCallBackIpPort(int p_ipPort)
Sets the "call back" ip port. |
void |
setRequest(java.lang.String p_data)
Interface Method - Sets the incoming data to process. |
void |
setResponse(java.lang.String p_data)
Sets the outgoing response data. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static org.apache.log4j.Logger logger
Constructor Detail |
public Process(java.lang.String p_propertiesFileName)
Method Detail |
public java.util.Properties getProperties()
public ControlBlock getEDIControlBlock()
public java.lang.String getResponse() throws java.lang.Exception
getResponse
in interface IMessage
java.lang.Exception
public void setResponse(java.lang.String p_data) throws java.lang.Exception
setResponse
in interface IMessage
p_data
- the response data.
java.lang.Exception
public java.lang.String getRequest() throws java.lang.Exception
getRequest
in interface IMessage
java.lang.Exception
public void setRequest(java.lang.String p_data) throws java.lang.Exception
setRequest
in interface IMessage
p_data
- the data to be processed.
java.lang.Exception
public org.apache.log4j.Logger getLogger()
public void process() throws java.lang.Exception
process
in interface IMessage
java.lang.Exception
public java.lang.String getCallBackIpAddress()
getCallBackIpAddress
in interface IMessage
public void setCallBackIpAddress(java.lang.String p_ipAddress)
setCallBackIpAddress
in interface IMessage
p_ipAddress
- a string representation of an ip address (xxx.xxx.xxx.xxx).public int getCallBackIpPort()
getCallBackIpPort
in interface IMessage
public void setCallBackIpPort(int p_ipPort)
setCallBackIpPort
in interface IMessage
p_ipPort
- the ip port.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |