Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components
Close Print View
Configuring: To Import an SNA Custom Handshake Class
 

Classic Java CAPS

Configuring JMS Clients

Configuring Java CAPS for SSL Support

Configuring Java CAPS Business Processes

Configuring Environment Components for the Sun Business Process Manager

Configuring Sun Master Indexes (Repository)

Configuring Java CAPS Project Components for Application Adapters

Configuring Java CAPS Project Components for Communication Adapters

Configuring Java CAPS Project Components for Database Adapters

Configuring Java CAPS Project Components for Web Server Adapters

Configuring Java CAPS Environment Components for Application Adapters

Configuring Java CAPS Environment Components for Communications Adapters

Configuring Java CAPS Environment Components for Database Adapters

Configuring Java CAPS Environment Components for Web Server Adapters

Configuring JDBC/ODBC Drivers

Configuring SAP R/3 for the SAP BAPI Adapter

Configuring Secure Network Communications for SAP

Configuring Siebel EAI Workflows

Importing an SNA Custom Handshake Class

To Import an SNA Custom Handshake Class

Steps when Building your own Class:

Deploying an SNA Custom Handshake Class

Sample Code for Inbound Mode:

Sample Code for Outbound Mode:

Configuring WebLogic for Asynchronous Communication

Configuring Master Index (Repository) Connectivity and Environments

Related Topics for Sun Adapter for Batch/FTP

Java EE Based Components

Broadcasting Master Index Updates to External Systems

Configuring Sun Master Indexes

To Import an SNA Custom Handshake Class

To import an SNA custom handshake class, follow the instructions below:

  1. On the Enterprise Designer’s Inbound SNA Connectivity Map, double-click the SNA Adapter icon.

    Inbound Connectivity Map

    The SNA Adapter Properties window appears, displaying the default properties for the Inbound Adapter.

    Inbound Connectivity Map Properties
  2. Edit the Custom Handshake Class Name property in the Inbound Properties window. For the sample code provided with the Adapter, enter com.stc.connector.snalu62.api.SNACustomerHandshakeImplSampleAccept.

  3. On the Enterprise Designer’s Outbound SNA Connectivity Map, double-click the SNA Adapter icon.

    Outbound Connectivity Map

    The SNA Adapter Properties window appears, displaying the default properties for the Oubound Adapter.

    Outbound Connectivity Map Properties
  4. Edit the Custom Handshake Class Name property in the Outbound Properties window. For the sample code provided with the Adapter, enter com.stc.connector.snalu62.api.SNACustomerHandshakeImplSampleInitialize.

  5. Redeploy your project.