fccsc.manager.data.process
Class LocalShop

java.lang.Object
  |
  +--fccsc.manager.data.process.Process
        |
        +--fccsc.manager.data.process.ProcessFEDI
              |
              +--fccsc.manager.data.process.LocalShop
All Implemented Interfaces:
IMessage

public final class LocalShop
extends ProcessFEDI


Field Summary
 
Fields inherited from class fccsc.manager.data.process.Process
logger
 
Constructor Summary
LocalShop()
          Creates an object to process a LOCALSHOP message.
 
Method Summary
 void process()
          Interface Method - Processing method.
 
Methods inherited from class fccsc.manager.data.process.ProcessFEDI
getEDIStandardDataBlock, setRequest
 
Methods inherited from class fccsc.manager.data.process.Process
getCallBackIpAddress, getCallBackIpPort, getEDIControlBlock, getLogger, getProperties, getRequest, getResponse, setCallBackIpAddress, setCallBackIpPort, setResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalShop

public LocalShop()
Creates an object to process a LOCALSHOP message.

Method Detail

process

public void process()
             throws java.lang.Exception
Interface Method - Processing method.

Specified by:
process in interface IMessage
Overrides:
process in class Process
Throws:
java.lang.Exception