Serialized Form


Package edu.UCL.xmiddle.framework.lib

Class edu.UCL.xmiddle.framework.lib.ExistingSessionIDException implements Serializable

Serialized Fields

message

java.lang.String message
The exception's message


sessionID

java.lang.Object sessionID
The invalid session ID

Class edu.UCL.xmiddle.framework.lib.InvalidSessionIDException implements Serializable

Serialized Fields

message

java.lang.String message
The exception's message


sessionID

java.lang.Object sessionID
The invalid session ID


Package edu.UCL.xmiddle.framework.lib.protocols

Class edu.UCL.xmiddle.framework.lib.protocols.Protocol implements Serializable

Serialized Fields

listener

Listener listener
Used to receive information from the remote host(s) involved in this protocol session


sender

Sender sender
Used to send information to the remote host(s) involved in this protocol session


name

java.lang.String name
The protocol's name


sessionID

java.lang.Object sessionID
The unique protocol session ID


remoteID

java.lang.Object remoteID
The primary ID(s) of the remote host(s) involved in this operation


Package edu.UCL.xmiddle.lib.protocols

Class edu.UCL.xmiddle.lib.protocols.Linking implements Serializable

Serialized Fields

localhost

LocalHost localhost

appManager

AppManager appManager

isSource

boolean isSource

args

java.lang.Object[] args

Class edu.UCL.xmiddle.lib.protocols.Reconciliation implements Serializable

Serialized Fields

isActive

boolean isActive

appManager

AppManager appManager

localhost

LocalHost localhost

args

java.lang.Object[] args

originalAppID

java.lang.Integer originalAppID

localAppID

java.lang.Integer localAppID

originalPath

java.lang.String originalPath

localPath

java.lang.String localPath

docBuilder

javax.xml.parsers.DocumentBuilder docBuilder