A B C D E F G I J L M O P R S T X

A

addChildThread(Thread) - Method in class org.jboss.blacktie.jatmibroker.jab.JABTransaction
Add the specified thread to the list of threads associated with this transaction.

B

beginTransaction(int) - Method in class org.jboss.blacktie.jatmibroker.jab.factory.JABConnection
Begin a new transaction.
BlackTieServer - Class in org.jboss.blacktie.jatmibroker.xatmi.server
Create a server instance reading the configuration for the server defined by the name.
BlackTieServer(String) - Constructor for class org.jboss.blacktie.jatmibroker.xatmi.server.BlackTieServer
Initialize the server
BlackTieService - Class in org.jboss.blacktie.jatmibroker.xatmi
MDB services implementations extend this class as it provides the core service template method.
BlackTieService() - Constructor for class org.jboss.blacktie.jatmibroker.xatmi.BlackTieService
 
Buffer - Class in org.jboss.blacktie.jatmibroker.xatmi
This class is used to send and receive data to and from clients to services.
BYTE_SIZE - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Buffer
The agreed size of a byte.

C

call(String, JABBuffer, Transaction, String, String) - Method in class org.jboss.blacktie.jatmibroker.jab.factory.JABConnection
Invoke the service specified by the first parameter.
call(JABTransaction) - Method in class org.jboss.blacktie.jatmibroker.jab.JABServiceInvoker
Call the remote service within the scope of the transaction specified in the signature of the invocation.
clear() - Method in class org.jboss.blacktie.jatmibroker.jab.JABServiceInvoker
Clear the request and response buffers prior to a re-invocation.
clear() - Method in class org.jboss.blacktie.jatmibroker.xatmi.Buffer
Clear the content of the buffer
close() - Method in class org.jboss.blacktie.jatmibroker.xatmi.Connection
Close any resources associated with this connection
closeConnection(String) - Method in class org.jboss.blacktie.jatmibroker.jab.factory.JABConnectionFactory
Close the JAB connection to the server
closeSession() - Method in class org.jboss.blacktie.jatmibroker.jab.JABSession
Close the connection with the server
commit() - Method in class org.jboss.blacktie.jatmibroker.jab.factory.Transaction
Commit the work performed within the scope of this transaction
commit() - Method in class org.jboss.blacktie.jatmibroker.jab.JABTransaction
 
Connection - Class in org.jboss.blacktie.jatmibroker.xatmi
This is the connection to remote BlackTie services.
ConnectionException - Exception in org.jboss.blacktie.jatmibroker.xatmi
This is the exception that is raised when the connection to Blacktie is suffering.
ConnectionException(int, String, Throwable) - Constructor for exception org.jboss.blacktie.jatmibroker.xatmi.ConnectionException
Create a new exception giving it the error code.
ConnectionException(int, String) - Constructor for exception org.jboss.blacktie.jatmibroker.xatmi.ConnectionException
Create an exception without a root cause
ConnectionFactory - Class in org.jboss.blacktie.jatmibroker.xatmi
This is a factory that will create connections to remote Blacktie services.
control - Variable in class org.jboss.blacktie.jatmibroker.jab.JABTransaction
 
current() - Static method in class org.jboss.blacktie.jatmibroker.jab.JABTransaction
 

D

DOUBLE_SIZE - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Buffer
The agreed size of a double.

E

equals(Object) - Method in class org.jboss.blacktie.jatmibroker.jab.JABTransaction
 

F

finalize() - Method in class org.jboss.blacktie.jatmibroker.jab.JABTransaction
 
FLOAT_SIZE - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Buffer
The agreed size of a float.

G

getAttributeValue(String, Class) - Method in class org.jboss.blacktie.jatmibroker.xatmi.Buffer
Get the value of an attribute.
getBuffer() - Method in class org.jboss.blacktie.jatmibroker.xatmi.Response
Get the buffer that the service responded with.
getBuffer() - Method in class org.jboss.blacktie.jatmibroker.xatmi.TPSVCINFO
Get the data
getByte(String) - Method in class org.jboss.blacktie.jatmibroker.jab.JABMessage
Get the content of the buffer
getByte(String) - Method in interface org.jboss.blacktie.jatmibroker.jab.Message
Get the content of the buffer at this location.
getByte(String) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_C_TYPE
 
getByte(String) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_COMMON
 
getByteArray(String) - Method in class org.jboss.blacktie.jatmibroker.jab.JABMessage
 
getByteArray(String) - Method in interface org.jboss.blacktie.jatmibroker.jab.Message
Get the content of the buffer for this key.
getByteArray(String) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_C_TYPE
 
getByteArray(String) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_COMMON
 
getByteArray() - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_OCTET
Get the content of the buffer.
getByteArrayArray(String) - Method in class org.jboss.blacktie.jatmibroker.jab.JABMessage
 
getByteArrayArray(String) - Method in interface org.jboss.blacktie.jatmibroker.jab.Message
Get the content of the buffer for this key.
getByteArrayArray(String) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_C_TYPE
 
getCd() - Method in class org.jboss.blacktie.jatmibroker.xatmi.Response
Get the cd of the service that responded (may vary based on Connection#TPGETANY)
getConnection(String) - Method in class org.jboss.blacktie.jatmibroker.jab.factory.JABConnectionFactory
Obtain a reference to the connection identified by the parameter
getConnection() - Method in class org.jboss.blacktie.jatmibroker.xatmi.ConnectionFactory
Get the connection for this thread.
getConnection() - Method in class org.jboss.blacktie.jatmibroker.xatmi.TPSVCINFO
Get a reference to the connection that the service holds.
getConnectionFactory() - Static method in class org.jboss.blacktie.jatmibroker.xatmi.ConnectionFactory
Get the default connection factory
getControl() - Method in class org.jboss.blacktie.jatmibroker.jab.JABTransaction
 
getControlIOR() - Method in class org.jboss.blacktie.jatmibroker.jab.JABTransaction
 
getDouble(String) - Method in class org.jboss.blacktie.jatmibroker.jab.JABMessage
 
getDouble(String) - Method in interface org.jboss.blacktie.jatmibroker.jab.Message
Get the content of the buffer at this location.
getDouble(String) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_C_TYPE
 
getDoubleArray(String) - Method in class org.jboss.blacktie.jatmibroker.jab.JABMessage
 
getDoubleArray(String) - Method in interface org.jboss.blacktie.jatmibroker.jab.Message
Get the content of the buffer for this key.
getDoubleArray(String) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_C_TYPE
 
getEvent() - Method in exception org.jboss.blacktie.jatmibroker.xatmi.ResponseException
Get the event
getFlags() - Method in class org.jboss.blacktie.jatmibroker.xatmi.Response
Get the flags that the service responded with.
getFlags() - Method in class org.jboss.blacktie.jatmibroker.xatmi.TPSVCINFO
Get the flags that were issued
getFloat(String) - Method in class org.jboss.blacktie.jatmibroker.jab.JABMessage
 
getFloat(String) - Method in interface org.jboss.blacktie.jatmibroker.jab.Message
Get the content of the buffer at this location.
getFloat(String) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_C_TYPE
 
getFloatArray(String) - Method in class org.jboss.blacktie.jatmibroker.jab.JABMessage
 
getFloatArray(String) - Method in interface org.jboss.blacktie.jatmibroker.jab.Message
Get the content of the buffer for this key.
getFloatArray(String) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_C_TYPE
 
getFormat() - Method in class org.jboss.blacktie.jatmibroker.xatmi.Buffer
Get the format of the message.
getInstance() - Static method in class org.jboss.blacktie.jatmibroker.jab.factory.JABConnectionFactory
Obtain a reference to the single instance of JABConnectionFactory per classloader.
getInt(String) - Method in class org.jboss.blacktie.jatmibroker.jab.JABMessage
 
getInt(String) - Method in interface org.jboss.blacktie.jatmibroker.jab.Message
Get the content of the buffer at this location.
getInt(String) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_C_TYPE
 
getIntArray(String) - Method in class org.jboss.blacktie.jatmibroker.jab.JABMessage
 
getIntArray(String) - Method in interface org.jboss.blacktie.jatmibroker.jab.Message
Get the content of the buffer for this key.
getIntArray(String) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_C_TYPE
 
getLen() - Method in class org.jboss.blacktie.jatmibroker.xatmi.Buffer
 
getLen() - Method in class org.jboss.blacktie.jatmibroker.xatmi.TPSVCINFO
Get the length of the buffer that was sent
getLong(String) - Method in class org.jboss.blacktie.jatmibroker.jab.JABMessage
 
getLong(String) - Method in interface org.jboss.blacktie.jatmibroker.jab.Message
Get the content of the buffer at this location.
getLong(String) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_C_TYPE
 
getLong(String) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_COMMON
 
getLongArray(String) - Method in class org.jboss.blacktie.jatmibroker.jab.JABMessage
 
getLongArray(String) - Method in interface org.jboss.blacktie.jatmibroker.jab.Message
Get the content of the buffer for this key.
getLongArray(String) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_C_TYPE
 
getLongArray(String) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_COMMON
 
getMessageFormat() - Method in class org.jboss.blacktie.jatmibroker.jab.JABMessage
 
getName() - Method in class org.jboss.blacktie.jatmibroker.xatmi.TPSVCINFO
Get the name of the service the client thought it invoked
getProperties() - Method in class org.jboss.blacktie.jatmibroker.jab.JABSessionAttributes
Get the properties defined in the configuration file
getRawData() - Method in class org.jboss.blacktie.jatmibroker.xatmi.Buffer
Get the raw data, used internally and by the X_OCTET buffer.
getRCode() - Method in class org.jboss.blacktie.jatmibroker.jab.JABServiceInvoker
Get the rcode that tpreturn returned with.
getRcode() - Method in class org.jboss.blacktie.jatmibroker.xatmi.Response
Get the return code
getRcode() - Method in exception org.jboss.blacktie.jatmibroker.xatmi.ResponseException
Get the rcode.
getReceived() - Method in exception org.jboss.blacktie.jatmibroker.xatmi.ResponseException
Get a received buffer
getRequest() - Method in class org.jboss.blacktie.jatmibroker.jab.JABServiceInvoker
Get the content of the outbound buffer.
getResponse() - Method in class org.jboss.blacktie.jatmibroker.jab.JABServiceInvoker
Get the content of the response message
getResponseCode() - Method in class org.jboss.blacktie.jatmibroker.jab.factory.JABResponse
Get the response code from the XATMI service
getRval() - Method in class org.jboss.blacktie.jatmibroker.xatmi.Response
Get the return value
getSession() - Method in class org.jboss.blacktie.jatmibroker.jab.JABTransaction
 
getSession() - Method in class org.jboss.blacktie.jatmibroker.xatmi.TPSVCINFO
Get the connection descriptor
getShort(String) - Method in class org.jboss.blacktie.jatmibroker.jab.JABMessage
 
getShort(String) - Method in interface org.jboss.blacktie.jatmibroker.jab.Message
Get the content of the buffer at this location.
getShort(String) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_C_TYPE
Get the short value identified by the key.
getShort(String) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_COMMON
Get the short value identified by the key.
getShortArray(String) - Method in class org.jboss.blacktie.jatmibroker.jab.JABMessage
 
getShortArray(String) - Method in interface org.jboss.blacktie.jatmibroker.jab.Message
Get the content of the buffer for this key.
getShortArray(String) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_C_TYPE
 
getShortArray(String) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_COMMON
 
getStatus() - Method in class org.jboss.blacktie.jatmibroker.jab.JABTransaction
 
getSubtype() - Method in class org.jboss.blacktie.jatmibroker.xatmi.Buffer
Get the subtype
getTperrno() - Method in exception org.jboss.blacktie.jatmibroker.xatmi.ConnectionException
Get the error code
getType() - Method in class org.jboss.blacktie.jatmibroker.xatmi.Buffer
Get the type
getValue(String, int) - Method in class org.jboss.blacktie.jatmibroker.jab.factory.JABBuffer
Get the value of a certain index of the data
getValue(String) - Method in class org.jboss.blacktie.jatmibroker.jab.factory.JABBuffer
Get the value of a certain type of data

I

INT_SIZE - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Buffer
The agreed size of a int.
isConnected() - Method in class org.jboss.blacktie.jatmibroker.jab.JABSession
Has the session been closed yet?

J

JABBuffer - Class in org.jboss.blacktie.jatmibroker.jab.factory
The JABBuffer is a map of parameters that are passed to/returned from a remote XATMI service.
JABBuffer() - Constructor for class org.jboss.blacktie.jatmibroker.jab.factory.JABBuffer
 
JABConnection - Class in org.jboss.blacktie.jatmibroker.jab.factory
The JAB connection abstraction allows invocations to services to several services to be multiplexed over the same connection.
JABConnectionFactory - Class in org.jboss.blacktie.jatmibroker.jab.factory
The connection factory is the entry point into the JAB API for client applications.
JABException - Exception in org.jboss.blacktie.jatmibroker.jab
The JABException is used throughout the JAB library to report issues to the client.
JABException(String, Throwable) - Constructor for exception org.jboss.blacktie.jatmibroker.jab.JABException
Report a root cause.
JABException(String) - Constructor for exception org.jboss.blacktie.jatmibroker.jab.JABException
The JABException that doesn't need the root cause.
JABMessage - Class in org.jboss.blacktie.jatmibroker.jab
The JABRequest class wraps the output parameter to the service.
JABResponse - Class in org.jboss.blacktie.jatmibroker.jab.factory
The JABResponse class extends the standard JABBuffer by allowing the programmer access to the xatmi.h::rcode state returned from an XATMI service
JABServiceInvoker - Class in org.jboss.blacktie.jatmibroker.jab
Create an invoker for a remote service.
JABServiceInvoker(String, JABSession, String, String) - Constructor for class org.jboss.blacktie.jatmibroker.jab.JABServiceInvoker
The remote service constructor allows the programmer to access a remote XATMI service.
JABSession - Class in org.jboss.blacktie.jatmibroker.jab
The JABSession holds a connection to the XATMI server.
JABSession(JABSessionAttributes) - Constructor for class org.jboss.blacktie.jatmibroker.jab.JABSession
Create a new connection to the server-side using the state defined in the session attributes
JABSessionAttributes - Class in org.jboss.blacktie.jatmibroker.jab
Create a wrapper for the attributes to use for the sessions.
JABSessionAttributes() - Constructor for class org.jboss.blacktie.jatmibroker.jab.JABSessionAttributes
Create the session attributes using the default configuration directory
JABTransaction - Class in org.jboss.blacktie.jatmibroker.jab
 
JABTransaction(JABSession, int) - Constructor for class org.jboss.blacktie.jatmibroker.jab.JABTransaction
 
JABTransaction(String) - Constructor for class org.jboss.blacktie.jatmibroker.jab.JABTransaction
 

L

LONG_SIZE - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Buffer
The agreed size of a long.

M

MDBBlacktieService - Class in org.jboss.blacktie.jatmibroker.xatmi.mdb
All BlackTie MDB services should extend this class so that they can be advertised
MDBBlacktieService() - Constructor for class org.jboss.blacktie.jatmibroker.xatmi.mdb.MDBBlacktieService
 
Message - Interface in org.jboss.blacktie.jatmibroker.jab
The message interface is a wrapper around input output buffers.

O

onMessage(Message) - Method in class org.jboss.blacktie.jatmibroker.xatmi.mdb.MDBBlacktieService
The onMessage method formats the JMS received bytes message into a format understood by the XATMI API.
org.jboss.blacktie.jatmibroker.jab - package org.jboss.blacktie.jatmibroker.jab
 
org.jboss.blacktie.jatmibroker.jab.factory - package org.jboss.blacktie.jatmibroker.jab.factory
 
org.jboss.blacktie.jatmibroker.xatmi - package org.jboss.blacktie.jatmibroker.xatmi
 
org.jboss.blacktie.jatmibroker.xatmi.mdb - package org.jboss.blacktie.jatmibroker.xatmi.mdb
 
org.jboss.blacktie.jatmibroker.xatmi.server - package org.jboss.blacktie.jatmibroker.xatmi.server
 

P

parent() - Method in class org.jboss.blacktie.jatmibroker.jab.JABTransaction
 
processMessage(String, Message) - Method in class org.jboss.blacktie.jatmibroker.xatmi.BlackTieService
Entry points should pass control to this method as soon as reasonably possible.

R

removeChildThread() - Method in class org.jboss.blacktie.jatmibroker.jab.JABTransaction
Remove a child thread.
removeChildThread(String) - Method in class org.jboss.blacktie.jatmibroker.jab.JABTransaction
Remove the specified thread from the transaction.
Response - Class in org.jboss.blacktie.jatmibroker.xatmi
This class encapsulates the response from the remote service and the return code
Response(short, int, Buffer, int) - Constructor for class org.jboss.blacktie.jatmibroker.xatmi.Response
Services construct their responses using this constructor.
ResponseException - Exception in org.jboss.blacktie.jatmibroker.xatmi
This is the exception that is raised if a response condition needs to be notified to the client.
ResponseException(int, String, long, int, Buffer) - Constructor for exception org.jboss.blacktie.jatmibroker.xatmi.ResponseException
An exception for reporting events
resume(JABTransaction) - Static method in class org.jboss.blacktie.jatmibroker.jab.JABTransaction
Resume transaction association on the current thread.
rollback() - Method in class org.jboss.blacktie.jatmibroker.jab.factory.Transaction
Discard the work associated with this transaction
rollback() - Method in class org.jboss.blacktie.jatmibroker.jab.JABTransaction
 
rollback_only() - Method in class org.jboss.blacktie.jatmibroker.jab.JABTransaction
 

S

Service - Interface in org.jboss.blacktie.jatmibroker.xatmi
All XATMI services must implement the tpservice method.
Session - Class in org.jboss.blacktie.jatmibroker.xatmi
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).
setAttributeValue(String, Class, Object) - Method in class org.jboss.blacktie.jatmibroker.xatmi.Buffer
Set the value.
setByte(String, byte) - Method in class org.jboss.blacktie.jatmibroker.jab.JABMessage
 
setByte(String, byte) - Method in interface org.jboss.blacktie.jatmibroker.jab.Message
Set part of the content to send.
setByte(String, byte) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_C_TYPE
 
setByte(String, byte) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_COMMON
 
setByteArray(String, byte[]) - Method in class org.jboss.blacktie.jatmibroker.jab.JABMessage
 
setByteArray(String, byte[]) - Method in interface org.jboss.blacktie.jatmibroker.jab.Message
Set part of the content to send.
setByteArray(String, byte[]) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_C_TYPE
 
setByteArray(String, byte[]) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_COMMON
 
setByteArray(byte[]) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_OCTET
Set the data of the buffer.
setByteArrayArray(String, byte[][]) - Method in class org.jboss.blacktie.jatmibroker.jab.JABMessage
 
setByteArrayArray(String, byte[][]) - Method in interface org.jboss.blacktie.jatmibroker.jab.Message
Set part of the content to send.
setByteArrayArray(String, byte[][]) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_C_TYPE
 
setDouble(String, double) - Method in class org.jboss.blacktie.jatmibroker.jab.JABMessage
 
setDouble(String, double) - Method in interface org.jboss.blacktie.jatmibroker.jab.Message
Set part of the content to send.
setDouble(String, double) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_C_TYPE
 
setDoubleArray(String, double[]) - Method in class org.jboss.blacktie.jatmibroker.jab.JABMessage
 
setDoubleArray(String, double[]) - Method in interface org.jboss.blacktie.jatmibroker.jab.Message
Set part of the content to send.
setDoubleArray(String, double[]) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_C_TYPE
 
setFloat(String, float) - Method in class org.jboss.blacktie.jatmibroker.jab.JABMessage
 
setFloat(String, float) - Method in interface org.jboss.blacktie.jatmibroker.jab.Message
Set part of the content to send.
setFloat(String, float) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_C_TYPE
 
setFloatArray(String, float[]) - Method in class org.jboss.blacktie.jatmibroker.jab.JABMessage
 
setFloatArray(String, float[]) - Method in interface org.jboss.blacktie.jatmibroker.jab.Message
Set part of the content to send.
setFloatArray(String, float[]) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_C_TYPE
 
setInt(String, int) - Method in class org.jboss.blacktie.jatmibroker.jab.JABMessage
 
setInt(String, int) - Method in interface org.jboss.blacktie.jatmibroker.jab.Message
Set part of the content to send.
setInt(String, int) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_C_TYPE
 
setIntArray(String, int[]) - Method in class org.jboss.blacktie.jatmibroker.jab.JABMessage
 
setIntArray(String, int[]) - Method in interface org.jboss.blacktie.jatmibroker.jab.Message
Set part of the content to send.
setIntArray(String, int[]) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_C_TYPE
 
setLong(String, long) - Method in class org.jboss.blacktie.jatmibroker.jab.JABMessage
 
setLong(String, long) - Method in interface org.jboss.blacktie.jatmibroker.jab.Message
Set part of the content to send.
setLong(String, long) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_C_TYPE
 
setLong(String, long) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_COMMON
 
setLongArray(String, long[]) - Method in class org.jboss.blacktie.jatmibroker.jab.JABMessage
 
setLongArray(String, long[]) - Method in interface org.jboss.blacktie.jatmibroker.jab.Message
Set part of the content to send.
setLongArray(String, long[]) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_C_TYPE
 
setLongArray(String, long[]) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_COMMON
 
setNoTimeout(boolean) - Method in class org.jboss.blacktie.jatmibroker.jab.JABServiceInvoker
Do not timeout the request.
setRawData(byte[]) - Method in class org.jboss.blacktie.jatmibroker.xatmi.Buffer
Set the raw data, used by the X_OCTET buffer.
setShort(String, short) - Method in class org.jboss.blacktie.jatmibroker.jab.JABMessage
 
setShort(String, short) - Method in interface org.jboss.blacktie.jatmibroker.jab.Message
Set part of the content to send.
setShort(String, short) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_C_TYPE
Set the short value
setShort(String, short) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_COMMON
Set the short value
setShortArray(String, short[]) - Method in class org.jboss.blacktie.jatmibroker.jab.JABMessage
 
setShortArray(String, short[]) - Method in interface org.jboss.blacktie.jatmibroker.jab.Message
Set part of the content to send.
setShortArray(String, short[]) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_C_TYPE
 
setShortArray(String, short[]) - Method in class org.jboss.blacktie.jatmibroker.xatmi.X_COMMON
 
setValue(String, int, Object) - Method in class org.jboss.blacktie.jatmibroker.jab.factory.JABBuffer
Set the value of the data at a certain index
setValue(String, Object) - Method in class org.jboss.blacktie.jatmibroker.jab.factory.JABBuffer
Set the value of an item
SHORT_SIZE - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Buffer
The agreed size of a short.
shutdown() - Method in class org.jboss.blacktie.jatmibroker.xatmi.server.BlackTieServer
Shutdown the server
size(String) - Method in class org.jboss.blacktie.jatmibroker.jab.factory.JABBuffer
Get the size of the data
suspend() - Static method in class org.jboss.blacktie.jatmibroker.jab.JABTransaction
Suspend the transaction association from the invoking thread.

T

tpacall(String, Buffer, int) - Method in class org.jboss.blacktie.jatmibroker.xatmi.Connection
Asynchronous call
tpadvertise(String, String) - Method in class org.jboss.blacktie.jatmibroker.xatmi.server.BlackTieServer
Advertise a blacktie service with the specified name
tpalloc(String, String, int) - Method in class org.jboss.blacktie.jatmibroker.xatmi.Connection
Allocate a new buffer
tpcall(String, Buffer, int) - Method in class org.jboss.blacktie.jatmibroker.xatmi.Connection
Synchronous call.
tpcancel(int) - Method in class org.jboss.blacktie.jatmibroker.xatmi.Connection
Cancel the outstanding asynchronous call.
tpconnect(String, Buffer, int) - Method in class org.jboss.blacktie.jatmibroker.xatmi.Connection
Handle the initiation of a conversation with the server.
TPCONV - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
tpdiscon() - Method in class org.jboss.blacktie.jatmibroker.xatmi.Session
Close the conversation with the remote service.
TPEBADDESC - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPEBLOCK - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPEEVENT - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPEINVAL - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPEITYPE - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPELIMIT - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPEMATCH - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPENOENT - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPEOS - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPEOTYPE - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPEPROTO - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPESVCERR - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPESVCFAIL - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPESYSTEM - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPETIME - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPETRAN - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPEV_DISCONIMM - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPEV_SENDONLY - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPEV_SVCERR - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPEV_SVCFAIL - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPEV_SVCSUCC - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPFAIL - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPGETANY - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
tpgetrply(int, int) - Method in class org.jboss.blacktie.jatmibroker.xatmi.Connection
Get the reply for an asynchronous call.
TPGOTSIG - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPNOBLOCK - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPNOCHANGE - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPNOREPLY - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPNOTIME - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPNOTRAN - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
tprecv(int) - Method in class org.jboss.blacktie.jatmibroker.xatmi.Session
Received the next response in a conversation
TPRECVONLY - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
tpsend(Buffer, int) - Method in class org.jboss.blacktie.jatmibroker.xatmi.Session
Send a buffer to a remote server in a conversation
TPSENDONLY - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
tpservice(TPSVCINFO) - Method in interface org.jboss.blacktie.jatmibroker.xatmi.Service
This is a method that should be implemented by classes to provide the service behavior
TPSIGRSTRT - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPSUCCESS - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
TPSVCINFO - Class in org.jboss.blacktie.jatmibroker.xatmi
This structure contains the data that the client presented for processing to the service during its invocation from either tpcall, tpacall or tpconnect.
TPTRAN - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 
tpunadvertise(String) - Method in class org.jboss.blacktie.jatmibroker.xatmi.server.BlackTieServer
Unadvertise the service by name.
Transaction - Class in org.jboss.blacktie.jatmibroker.jab.factory
The JABTransaction provides the programmer access to the underlying transaction object it can be committed or rolled back at most once.
TransactionException - Exception in org.jboss.blacktie.jatmibroker.jab
The JABTransactionException is used throughout the JAB library to report issues to the client.
TransactionException(String, Throwable) - Constructor for exception org.jboss.blacktie.jatmibroker.jab.TransactionException
Report a root cause.
TransactionException(String) - Constructor for exception org.jboss.blacktie.jatmibroker.jab.TransactionException
The JABException that doesn't need the root cause.

X

X_C_TYPE - Class in org.jboss.blacktie.jatmibroker.xatmi
The X_C_TYPE buffer supports the broadest set of parameter types.
X_COMMON - Class in org.jboss.blacktie.jatmibroker.xatmi
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 - Class in org.jboss.blacktie.jatmibroker.xatmi
The X_OCTET buffer is used to send byte arrays in an XATMI application
XATMI_SERVICE_NAME_LENGTH - Static variable in class org.jboss.blacktie.jatmibroker.xatmi.Connection
 

A B C D E F G I J L M O P R S T X

Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.