Sun Adapter for SNA LU62 API

com.stc.connector.snalu62.api
Interface SNACustomerHandshake


public interface SNACustomerHandshake

This is an interface for users to implement their own SNA conversation handshake logic. Users should provide their implementation class and specify the full name in eWay configuration. The customer-defined handshake implementation class should satisfy following requirements:

     - It should represent a solid class.
     - It should have a constructor with an empty argument list.
     - It should implement this interface.
 
Please also refer your PDF documentation for this feature.

Version:
cvs revision: $Revision: 1.4 $ Last Modified: $Date: 2007/12/12 00:11:32 $
Author:
Harry Liu (harryliu@seebeyond.com)

Method Summary
 void startConversation(SNACPICCalls cpic)
          Starts the SNA conversation in whatever way the user decides.
 

Method Detail

startConversation

void startConversation(SNACPICCalls cpic)
                       throws SNAApplicationException
Starts the SNA conversation in whatever way the user decides. User can implement the establishment of SNA conversation here (recommended), or implement partial of the establishment, or do nothing here on his/her desire.

Parameters:
cpic - A handle/ reference to SNA CPIC API which can be used to establish SNA conversation.
Throws:
SNAApplicationException - up on an error

Sun Adapter for SNA LU62 API

Copyright © 2008 Sun Microsystems, Inc. All rights reserved.