Serialized Form


Package api

Class api.Task extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id

computer

Computer computer

computerId

java.lang.Long computerId

routerAddress

java.net.InetSocketAddress routerAddress

listenPort

java.lang.Integer listenPort

routerSocketChannel

java.nio.channels.SocketChannel routerSocketChannel

Package system

Class system.ComputerImpl extends java.rmi.server.UnicastRemoteObject implements Serializable

serialVersionUID: -1168396927053861388L

Serialized Fields

computer2Space

Computer2Space computer2Space

task

Task task

computerId

java.lang.Long computerId

listenAddress

java.net.InetSocketAddress listenAddress

Class system.FFServerHandle extends java.lang.Object implements Serializable

Serialized Fields

m_addr

java.net.InetSocketAddress m_addr

m_uptime

java.util.Date m_uptime

m_inception

java.util.Date m_inception

Class system.Space extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

taskQueue

java.util.concurrent.LinkedBlockingQueue<E> taskQueue

computerProxyList

java.util.List<E> computerProxyList

computerServerList

java.util.List<E> computerServerList

computerRoutingServerList

java.util.List<E> computerRoutingServerList

taskId

java.lang.Long taskId

Package tasks

Class tasks.ChatRouterTask extends Task implements Serializable

serialVersionUID: 4195709044016127998L

Class tasks.DistributedChatServerTask extends Task implements Serializable

serialVersionUID: 4658012668588502617L

Serialized Fields

serverChannel

java.nio.channels.ServerSocketChannel serverChannel

selector

java.nio.channels.Selector selector