Serialized Form


Package org.jsesoft.jse

Class org.jsesoft.jse.AssertionError implements Serializable

Class org.jsesoft.jse.NativeCallException implements Serializable


Package org.jsesoft.jse.exchange

Class org.jsesoft.jse.exchange.CallbackData implements Serializable

Serialized Fields

response

GenericData response
The property response.


stream

int stream
The property stream.


unused

int unused
The property unused.


request

GenericData request
The property request.


version

int version
The property version.


type

int type
The property type.


topic

int topic
The property topic.

Class org.jsesoft.jse.exchange.CloseConnectionRequestData implements Serializable

Serialized Fields

connection

int connection
The property connection.

Class org.jsesoft.jse.exchange.CloseConnectionResponseData implements Serializable

Serialized Fields

result

int result
The property result.

Class org.jsesoft.jse.exchange.CloseSessionRequestData implements Serializable

Serialized Fields

result

int result
The property result.

Class org.jsesoft.jse.exchange.CloseSessionResponseData implements Serializable

Serialized Fields

result

int result
The property result.

Class org.jsesoft.jse.exchange.CloseStreamRequestData implements Serializable

Serialized Fields

stream

int stream
The property stream.

Class org.jsesoft.jse.exchange.CloseStreamResponseData implements Serializable

Serialized Fields

result

int result
The property result.

Class org.jsesoft.jse.exchange.ControlData implements Serializable

Serialized Fields

connection

int connection
The property connection.


exchange

int exchange
The property exchange.


description

java.lang.String description
The property description.


request

int request
The property request.


resubmit

int resubmit
The property resubmit.


resubmission

int resubmission
The property resubmission.


version

java.lang.String version
The property version.


session

int session
The property session.

Class org.jsesoft.jse.exchange.GenericData implements Serializable

Serialized Fields

size

int size
The property size.


data

int data
The property data.

Class org.jsesoft.jse.exchange.InformationResponseData implements Serializable

Serialized Fields

type

int type
The property type.


version

int version
The property version.


reserved

int reserved
The property reserved.


key

java.lang.String key
The property key.


description

java.lang.String description
The property description.

Class org.jsesoft.jse.exchange.OpenConnectionRequestData implements Serializable

Serialized Fields

user

java.lang.String user
The property user.


password

java.lang.String password
The property password.

Class org.jsesoft.jse.exchange.OpenConnectionResponseData implements Serializable

Serialized Fields

connection

int connection
The property connection.


socket

java.lang.String socket
The property socket.


mode

char mode
The property mode.

Class org.jsesoft.jse.exchange.OpenSessionRequestData implements Serializable

Serialized Fields

trader

java.lang.String trader
The property trader.


version

int version
The property version.


authorization

GenericData authorization
The property authorization.

Class org.jsesoft.jse.exchange.OpenSessionResponseData implements Serializable

Serialized Fields

reserved

int reserved
The property reserved.


session

int session
The property session.

Class org.jsesoft.jse.exchange.OpenStreamRequestData implements Serializable

Serialized Fields

reserved

java.lang.String reserved
The property reserved.


version

int version
The property version.


type

int type
The property type.


topic

GenericData topic
The property topic.


trader

java.lang.String trader
The property trader.


authorization

GenericData authorization
The property authorization.

Class org.jsesoft.jse.exchange.OpenStreamResponseData implements Serializable

Serialized Fields

stream

int stream
The property stream.

Class org.jsesoft.jse.exchange.ProcessConnectionRequestData implements Serializable

Serialized Fields

socket

java.lang.String socket
The property socket.

Class org.jsesoft.jse.exchange.ProcessConnectionResponseData implements Serializable

Serialized Fields

socket

java.lang.String socket
The property socket.

Class org.jsesoft.jse.exchange.SendMessageRequestData implements Serializable

Serialized Fields

message

GenericData message
The property message.

Class org.jsesoft.jse.exchange.SendMessageResponseData implements Serializable

Serialized Fields

result

int result
The property result.

Class org.jsesoft.jse.exchange.StatusData implements Serializable

Serialized Fields

minorSeverity

int minorSeverity
The property minorSeverity.


minorNumber

int minorNumber
The property minorNumber.


minorText

java.lang.String minorText
The property minorText.


majorSeverity

int majorSeverity
The property majorSeverity.


majorNumber

int majorNumber
The property majorNumber.


majorText

java.lang.String majorText
The property majorText.