JXTA

Serialized Form


Package net.jxta.codat

Class net.jxta.codat.CodatID extends ID implements Serializable


Package net.jxta.discovery

Class net.jxta.discovery.DiscoveryEvent extends EventObject implements Serializable

Serialized Fields

response

DiscoveryResponseMsg response

queryID

int queryID

Package net.jxta.document

Class net.jxta.document.MimeMediaType extends Object implements Serializable

serialVersionUID: 7546247036878523161L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Read this Object in for Java Serialization

Throws:
IOException - for errors reading from the input stream.
ClassNotFoundException - if the serialized representation contains references to classes which cannot be found.

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Write this Object out for Java Serialization

Throws:
IOException - for errors writing to the output stream.

readResolve

private Object readResolve()
                    throws ObjectStreamException
Return the interned form of the ID.

Throws:
ObjectStreamException

Package net.jxta.endpoint

Class net.jxta.endpoint.Message extends AbstractSimpleSelectable implements Serializable

serialVersionUID: 3418026921074097757L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Read this Object in for Java Serialization

Throws:
IOException - for errors reading from the input stream.
ClassNotFoundException - if the serialized representation contains references to classes which cannot be found.

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Write this Object out for Java Serialization

Throws:
IOException - for errors writing to the output stream.
Serialized Fields

defaultNamespace

String defaultNamespace
This string identifies the namespace which is assumed when calls are made that don't include a namespace specification.


modifiable

boolean modifiable
Deprecated. You really should not depend on this feature.
If true then the message is modifiable. This is primarily intended as a diagnostic tool for detecting concurrent modification.

Class net.jxta.endpoint.MessengerEvent extends EventObject implements Serializable

Serialized Fields

connectionAddress

EndpointAddress connectionAddress
The destination address of the messenger.

Class net.jxta.endpoint.OutgoingMessageEvent extends EventObject implements Serializable

Serialized Fields

failure

Throwable failure

Package net.jxta.exception

Class net.jxta.exception.ConfiguratorException extends JxtaException implements Serializable

Serialized Fields

causes

List<E> causes

Class net.jxta.exception.JxtaError extends Error implements Serializable

Class net.jxta.exception.JxtaException extends Exception implements Serializable

Class net.jxta.exception.PeerGroupException extends JxtaException implements Serializable

Class net.jxta.exception.ProtocolNotSupportedException extends JxtaException implements Serializable

Class net.jxta.exception.ServiceNotFoundException extends JxtaException implements Serializable

Class net.jxta.exception.UnknownServiceException extends JxtaException implements Serializable


Package net.jxta.id

Class net.jxta.id.ID extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Return the interned form of the ID.

Throws:
ObjectStreamException

Package net.jxta.meter

Class net.jxta.meter.MonitorException extends JxtaException implements Serializable

Serialized Fields

type

int type

Class net.jxta.meter.MonitorFilterException extends MonitorException implements Serializable

Serialized Fields

moduleClassID

ModuleClassID moduleClassID

reportRate

long reportRate

Package net.jxta.peer

Class net.jxta.peer.PeerID extends ID implements Serializable

Class net.jxta.peer.PeerInfoEvent extends EventObject implements Serializable

Serialized Fields

piResp

PeerInfoResponseMessage piResp

queryID

int queryID

Package net.jxta.peergroup

Class net.jxta.peergroup.PeerGroupID extends ID implements Serializable


Package net.jxta.pipe

Class net.jxta.pipe.OutputPipeEvent extends EventObject implements Serializable

Serialized Fields

outputpipe

OutputPipe outputpipe

pipeID

String pipeID

queryID

int queryID

Class net.jxta.pipe.PipeID extends ID implements Serializable

Class net.jxta.pipe.PipeMsgEvent extends EventObject implements Serializable

Serialized Fields

message

Message message
The received Message


pipeID

PipeID pipeID
Pipe ID of the pipe on which the message was received.


Package net.jxta.platform

Class net.jxta.platform.ModuleClassID extends ID implements Serializable

Class net.jxta.platform.ModuleSpecID extends ID implements Serializable


Package net.jxta.rendezvous

Class net.jxta.rendezvous.RendezvousEvent extends EventObject implements Serializable

Serialized Fields

type

int type

peer

ID peer

Package net.jxta.socket

Class net.jxta.socket.JxtaSocketAddress extends SocketAddress implements Serializable

Serialized Fields

peerGroupId

PeerGroupID peerGroupId

pipeAdv

PipeAdvertisement pipeAdv

peerId

PeerID peerId

peerAdv

PeerAdvertisement peerAdv

Package net.jxta.util.documentSerializable

Class net.jxta.util.documentSerializable.DocumentSerializationException extends JxtaException implements Serializable


JXSE