Serialized Form


Package org.jboss.narayana.blacktie.jatmibroker.jab

Class org.jboss.narayana.blacktie.jatmibroker.jab.JABException extends Exception implements Serializable

serialVersionUID: 1L

Class org.jboss.narayana.blacktie.jatmibroker.jab.TransactionException extends JABException implements Serializable

serialVersionUID: 1L


Package org.jboss.narayana.blacktie.jatmibroker.xatmi

Class org.jboss.narayana.blacktie.jatmibroker.xatmi.BT_NBF extends Buffer implements Serializable

serialVersionUID: 1L

Serialized Fields

parser

NestedBufferParser parser

rootElement

String rootElement

Class org.jboss.narayana.blacktie.jatmibroker.xatmi.Buffer extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

structure

Map<K,V> structure
The structure of the buffer.


keys

String[] keys
The supported keys.


types

Class<T>[] types
The supported types


lengths

int[] lengths
The length of each array in the buffer.


deserialized

boolean deserialized
Has the buffer been deserialized.


formatted

boolean formatted
Is the buffer formatted.


currentPos

int currentPos
The current read position.


supportedTypes

List<E> supportedTypes
The list of types supported by this class of buffer.

See Also:
X_OCTET, X_C_TYPE, X_COMMON

requiresSerialization

boolean requiresSerialization
Does the buffer require serialization? i.e. is it not an X_OCTET


type

String type
The type of the buffer? X_OCTET, X_C_TYPE, X_COMMON


subtype

String subtype
The subtype


data

byte[] data
The raw data.


counts

int[] counts
The number of arrays arrays.


format

Map<K,V> format
The structure of the message.


len

int len

Class org.jboss.narayana.blacktie.jatmibroker.xatmi.ConnectionException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

tperrno

int tperrno
The error wrapped in the exception.

Class org.jboss.narayana.blacktie.jatmibroker.xatmi.Response extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

cd

int cd
The connection descriptor that the response was received for.


rval

short rval
The return value


rcode

int rcode
The return code


flags

int flags
The flags to return


buffer

Buffer buffer
The response from the server

Class org.jboss.narayana.blacktie.jatmibroker.xatmi.ResponseException extends ConnectionException implements Serializable

serialVersionUID: 1L

Serialized Fields

event

long event
Any event that is being raised.


rcode

int rcode
The returned code.


received

Buffer received
The buffer received.

Class org.jboss.narayana.blacktie.jatmibroker.xatmi.TPSVCINFO extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
The service name


buffer

Buffer buffer
The service data


flags

int flags
The flags the service was called with


session

Session session
The connection descriptor


connection

Connection connection
The connection for the service to use.


len

int len
The length of the buffer provided.

Class org.jboss.narayana.blacktie.jatmibroker.xatmi.X_C_TYPE extends Buffer implements Serializable

serialVersionUID: 1L

Class org.jboss.narayana.blacktie.jatmibroker.xatmi.X_COMMON extends Buffer implements Serializable

serialVersionUID: 1L

Class org.jboss.narayana.blacktie.jatmibroker.xatmi.X_OCTET extends Buffer implements Serializable

serialVersionUID: 1L



Copyright © 2011. All Rights Reserved.