Serialized Form


Package org.fossilec.odettej

Class org.fossilec.odettej.EndSessionException extends OdetteFTPException implements Serializable

serialVersionUID: 1L

Serialized Fields

reason

EndSessionReason reason

Class org.fossilec.odettej.FileTransferException extends OdetteFTPException implements Serializable

serialVersionUID: 1L

Serialized Fields

reason

AnswerReason reason

Class org.fossilec.odettej.OdetteFTPException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class org.fossilec.odettej.VirtualFileMappingException extends OdetteFTPException implements Serializable

serialVersionUID: 7288050041078513840L


Package org.fossilec.odettej.service

Class org.fossilec.odettej.service.BufferCorruptedException extends OdetteFTPException implements Serializable

serialVersionUID: 1L

Class org.fossilec.odettej.service.CommandNotRecognisedException extends OdetteFTPException implements Serializable

serialVersionUID: 1L

Class org.fossilec.odettej.service.InvalidCommandDataException extends OdetteFTPException implements Serializable

serialVersionUID: 1L

Class org.fossilec.odettej.service.StreamTransmissionBuffer extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

headerBuffer

java.nio.ByteBuffer headerBuffer
Stream Transmission Header is represented by an allocated buffer with a capacity equal to its relative constant length.


exchangeBuffer

OdetteExchangeBuffer exchangeBuffer
Being used to hold the an Exchange Buffer value of this Stream Transmission Buffer.


length

int length
Keep the buffer length value specified from a field in the Stream Transmission Header, representing the length of the overall Stream Transmission Buffer (header + exchange buffer).


Package org.fossilec.odettej.transport

Class org.fossilec.odettej.transport.AddressException extends OdetteFTPException implements Serializable

serialVersionUID: 1L

Class org.fossilec.odettej.transport.ConnectionException extends OdetteFTPException implements Serializable

serialVersionUID: 1L

Class org.fossilec.odettej.transport.NetworkAddress extends java.lang.Object implements Serializable

Class org.fossilec.odettej.transport.NotConnectedException extends OdetteFTPException implements Serializable

serialVersionUID: 1L


Package org.fossilec.odettej.transport.tcp

Class org.fossilec.odettej.transport.tcp.InternetAddress extends NetworkAddress implements Serializable

serialVersionUID: 1L

Serialized Fields

location

java.net.InetSocketAddress location
Stores address information.



Copyright © 2005 ObjectWeb Consortium. All Rights Reserved.