Example #1
0
        public AccountHandlerTI()
        {
            // Create an instance of the TI object for
            // accessing the CICS Woodgrove Bank applicaiton
            // using the CICS TCP/IP Enhanced Listener
            _Handler = new CustomerCareELMLink();

            // Create an instance of the TI object for
            // accessing the AS/400 Woodgrove Bank applicaiton
            // using Distributed Program Call
            //_Handler = new CustomerCareDPC();

            // Create an instance of a TI Client Context handler
            _clientContextObj = new ClientContext();
        }
Example #2
0
 override public void FinishWithCustomer()
 {
     _Handler = null;
 }