Serialized Form
Package net.jxta.discovery |
response
DiscoveryResponseMsg response
queryID
int queryID
Package net.jxta.document |
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
- Normalize any common types.
Package net.jxta.endpoint |
serialVersionUID: 3418026921074097757l
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.
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.
messenger
Messenger messenger
connectionAddress
EndpointAddress connectionAddress
failure
Throwable failure
Package net.jxta.exception |
causes
List causes
type
int type
moduleClassID
ModuleClassID moduleClassID
reportRate
long reportRate
piResp
PeerInfoResponseMessage piResp
queryID
int queryID
Package net.jxta.peergroup |
outputpipe
OutputPipe outputpipe
pipeID
String pipeID
queryID
int queryID
message
Message message
- The received Message
pipeID
PipeID pipeID
- Pipe ID of the pipe on which the message was received.
Package net.jxta.platform |
Package net.jxta.rendezvous |
type
int type
peer
ID peer
Package net.jxta.util.documentSerializable |