Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Getting Started with Oracle Tuxedo

You're reading from   Getting Started with Oracle Tuxedo This is a crash course in developing distributed systems using Tuxedo and extending it to an SOA or cloud environment. Get to grips with administrative tools, Tuxedo APIs, the SALT component, and the Exalogic machine.

Arrow left icon
Product type Paperback
Published in Jun 2013
Publisher Packt
ISBN-13 9781849686884
Length 162 pages
Edition 1st Edition
Tools
Arrow right icon
Toc

Introduction to the Application Programing Interface


The core interfaces for Tuxedo are defined in C and COBOL, but there are also some third-party languages available for developing a Tuxedo application. As a developer, you will be able to choose the platform for a Tuxedo client/server based on the ease of development, debugging tools, performance/overhead, and expertise.

Here I have listed most of the Tuxedo ATMI interfaces for C and COBOL for quick reference. We will discuss them in more detail in the following sections of this chapter.

ATMI type

C API

COBOL API

Comments

Client

tpinit()

TPINITIALIZE

Allows a client program to join an application

tpterm()

TPTERM

Allows a client to leave the application

tpchkauth()

TPCHKAUTH

Checks if authentication is needed

Communication (request/response)

tpcall()

TPCALL

Synchronous call to a service

tpacall()

TPACALL

Asynchronous call to a service

tpgetreply()

TPGETREPLY

Gets a reply back for an asynchronous call

tpcancel...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime