Serialized Form


Package org.miv.mbox

Class org.miv.mbox.CannotPostException extends Exception implements Serializable

serialVersionUID: -2683110426482658162L


Package org.miv.mbox.net

Class org.miv.mbox.net.IdAlreadyInUseException extends Exception implements Serializable

Class org.miv.mbox.net.MBoxLocator extends Object implements Serializable

serialVersionUID: 145871486067935485L

Serialized Fields

hostname

String hostname
Host name of the URL.


port

int port
Port of the URL.


name

String name
Identifier part of the URL.


hostId

String hostId
Computed host id (Host and port without the name) to avoid recreating it.

Class org.miv.mbox.net.Packet extends Object implements Serializable

serialVersionUID: 4170706444856161456L

Serialized Fields

from

String from
Name of the sender.


to

String to
Name of the receiver.


data

Object[] data
Data of the message.



Copyright © 2011. All Rights Reserved.