| Package | Description |
|---|---|
| org.jboss.narayana.blacktie.jatmibroker.xatmi | |
| org.jboss.narayana.blacktie.jatmibroker.xatmi.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
X_C_TYPE
The X_C_TYPE buffer supports the broadest set of parameter types.
|
interface |
X_COMMON
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.
|
interface |
X_OCTET
The X_OCTET buffer is used to send byte arrays in an XATMI application
|
| Modifier and Type | Method and Description |
|---|---|
Buffer |
TPSVCINFO.getBuffer()
Get the data
|
Buffer |
Response.getBuffer()
Get the buffer that the service responded with.
|
Buffer |
ResponseException.getReceived()
Get a received buffer
|
Buffer |
Connection.tpalloc(String type,
String subtype)
Allocate a new buffer
|
Buffer |
Session.tprecv(int flags)
Received the next response in a conversation
|
| Modifier and Type | Method and Description |
|---|---|
int |
Connection.tpacall(String svc,
Buffer toSend,
int flags)
Asynchronous call
|
Response |
Connection.tpcall(String svc,
Buffer buffer,
int flags)
Synchronous call.
|
Session |
Connection.tpconnect(String svc,
Buffer toSend,
int flags)
Handle the initiation of a conversation with the server.
|
int |
Session.tpsend(Buffer toSend,
int flags)
Send a buffer to a remote server in a conversation
|
| Constructor and Description |
|---|
Response(int cd,
short rval,
int rcode,
Buffer buffer,
int flags)
When a client receives a response this is the method that is used by the core framework to assemble the response.
|
Response(short rval,
int rcode,
Buffer buffer,
int flags)
Services construct their responses using this constructor.
|
ResponseException(int tperrno,
String string,
long event,
int rcode,
Buffer received)
An exception for reporting events
|
| Modifier and Type | Class and Description |
|---|---|
class |
BufferImpl
This class is used to send and receive data to and from clients to services.
|
class |
X_C_TYPE_Impl
The X_C_TYPE buffer supports the broadest set of parameter types.
|
class |
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.
|
class |
X_OCTET_Impl
The X_OCTET buffer is used to send byte arrays in an XATMI application
|
| Modifier and Type | Method and Description |
|---|---|
Buffer |
TPSVCINFO_Impl.getBuffer()
Get the data
|
Buffer |
ConnectionImpl.tpalloc(String type,
String subtype)
Allocate a new buffer
|
Buffer |
SessionImpl.tprecv(int flags)
Received the next response in a conversation
|
| Modifier and Type | Method and Description |
|---|---|
int |
ConnectionImpl.tpacall(String svc,
Buffer toSend,
int flags)
Asynchronous call
|
Response |
ConnectionImpl.tpcall(String svc,
Buffer buffer,
int flags)
Synchronous call.
|
Session |
ConnectionImpl.tpconnect(String svc,
Buffer toSend,
int flags)
Handle the initiation of a conversation with the server.
|
int |
SessionImpl.tpsend(Buffer toSend,
int flags)
Send a buffer to a remote server in a conversation
|
| Constructor and Description |
|---|
TPSVCINFO_Impl(String name,
Buffer buffer,
int flags,
Session session,
Connection connection,
int len)
Create a new tpsvcinfo wrapper class
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.