Serialized Form


Package de.uniba.wiai.lspi.chord.com

Class de.uniba.wiai.lspi.chord.com.CommunicationException extends java.lang.Exception implements Serializable

serialVersionUID: -7088464144284000312L

Class de.uniba.wiai.lspi.chord.com.Entry extends java.lang.Object implements Serializable

serialVersionUID: 3473253817147038992L

Serialized Fields

id

ID id
The id of this entry.


value

java.io.Serializable value
The stored value.

Class de.uniba.wiai.lspi.chord.com.Floor extends java.lang.Object implements Serializable

serialVersionUID: 2241798449532976619L

Serialized Fields

floorID

ID floorID

floorName

java.lang.String floorName

Class de.uniba.wiai.lspi.chord.com.RefsAndEntries extends java.lang.Object implements Serializable

serialVersionUID: -2144146590744444954L

Serialized Fields

refs

java.util.List<E> refs
List containing the predecessor (first in this list) and successors of a node.


entries

java.util.Set<E> entries
The entries a node is responsible for.


Package de.uniba.wiai.lspi.chord.console.command.entry

Class de.uniba.wiai.lspi.chord.console.command.entry.Value extends java.lang.Object implements Serializable

serialVersionUID: 2144157610883545352L

Serialized Fields

value

java.lang.String value

Package de.uniba.wiai.lspi.chord.data

Class de.uniba.wiai.lspi.chord.data.ID extends java.lang.Object implements Serializable

serialVersionUID: 6860626236168125168L

Serialized Fields

id

byte[] id
The bytes representing the id.

Class de.uniba.wiai.lspi.chord.data.URL extends java.lang.Object implements Serializable

serialVersionUID: 8223277048826783692L

Serialized Fields

protocol

java.lang.String protocol
The protocol of this URL.


host

java.lang.String host
The host of this URL.


port

int port
The port of this URL.


path

java.lang.String path
The path for this URL.


Package de.uniba.wiai.lspi.chord.service

Class de.uniba.wiai.lspi.chord.service.ServiceException extends java.lang.Exception implements Serializable

serialVersionUID: 1039630030458301201L


Package de.uniba.wiai.lspi.util.logging

Class de.uniba.wiai.lspi.util.logging.DummyLogger extends Logger implements Serializable

serialVersionUID: -4992475317252236790L

Class de.uniba.wiai.lspi.util.logging.Log4jLogger extends Logger implements Serializable

serialVersionUID: 6061557202317126907L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream inputStream)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream outputStream)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

myFQN

java.lang.String myFQN
The fully qualified class name of this logger.

Class de.uniba.wiai.lspi.util.logging.Logger extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
The name of the class, for which this is the logger.

Class de.uniba.wiai.lspi.util.logging.SystemOutPrintlnLogger extends Logger implements Serializable

serialVersionUID: 2574986690956442182L