| Class | Description |
|---|---|
| BufferImpl |
This class is used to send and receive data to and from clients to services.
|
| ConnectionImpl |
This is the connection to remote BlackTie services.
|
| SessionImpl |
A session reference may either be obtained from the tpconnect
Connection invocation for a client or retrieved from the
TPSVCINFO structure for a service (assuming the service was invoked within
the scope of a tpconnect). |
| TPSVCINFO_Impl |
This structure contains the data that the client presented for processing to the service during its invocation from either
tpcall, tpacall or tpconnect.
|
| X_C_TYPE_Impl |
The X_C_TYPE buffer supports the broadest set of parameter types.
|
| X_COMMON_Impl |
The X_COMMON buffer type supports a subset of the types provided by the X_C_TYPE buffer in order to support more language
portable data exchange.
|
| X_OCTET_Impl |
The X_OCTET buffer is used to send byte arrays in an XATMI application
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.