JXTA

Serialized Form


Package net.jxta.impl.id.binaryID

Class net.jxta.impl.id.binaryID.BinaryID extends Object implements Serializable

Serialized Fields

encodedValue

String encodedValue
Array that holds the length and the value of the id in base64 format. This is the default format rather than binary byte because it saves time converting. Odds of returning the actual binary are low so it is done on demand only. Callers of the toByteArray() method should consider the cost of decoding if it is to be called often.

Class net.jxta.impl.id.binaryID.CodatBinaryID extends CodatID implements Serializable

Serialized Fields

id

String id
The id data

Class net.jxta.impl.id.binaryID.ModuleClassBinaryID extends ModuleClassID implements Serializable

Serialized Fields

classID

BinaryID classID
The id data


parentClassID

BinaryID parentClassID

roleID

BinaryID roleID

peerGroupID

PeerGroupID peerGroupID

Class net.jxta.impl.id.binaryID.ModuleSpecBinaryID extends ModuleSpecID implements Serializable

Serialized Fields

classID

BinaryID classID

baseClassID

BinaryID baseClassID

specID

BinaryID specID

Class net.jxta.impl.id.binaryID.PeerBinaryID extends PeerID implements Serializable

Serialized Fields

id

String id
This is the id string used in the XML of the id. The format is TX0..Xn where T is the type and X0 through Xn are the base64 encoded id.

Class net.jxta.impl.id.binaryID.PeerGroupBinaryID extends PeerGroupID implements Serializable

Serialized Fields

id

String id
This is the id string used in the XML of the id. The format is TX0..Xn where T is the type and X0 through Xn are the base64 encoded id.

Class net.jxta.impl.id.binaryID.PipeBinaryID extends PipeID implements Serializable

Serialized Fields

id

String id
The id data


Package net.jxta.impl.id.CBID

Class net.jxta.impl.id.CBID.CodatID extends CodatID implements Serializable

Class net.jxta.impl.id.CBID.ModuleClassID extends ModuleClassID implements Serializable

Class net.jxta.impl.id.CBID.ModuleSpecID extends ModuleSpecID implements Serializable

Class net.jxta.impl.id.CBID.PeerGroupID extends PeerGroupID implements Serializable

Class net.jxta.impl.id.CBID.PeerID extends PeerID implements Serializable

Class net.jxta.impl.id.CBID.PipeID extends PipeID implements Serializable


Package net.jxta.impl.id.unknown

Class net.jxta.impl.id.unknown.ID extends ID implements Serializable

Serialized Fields

unqiueValue

String unqiueValue

Package net.jxta.impl.id.UUID

Class net.jxta.impl.id.UUID.CodatID extends CodatID implements Serializable

Serialized Fields

id

IDBytes id
The id data

Class net.jxta.impl.id.UUID.IDBytes extends Object implements Serializable

Serialized Fields

bytes

byte[] bytes
The bytes.

Class net.jxta.impl.id.UUID.ModuleClassID extends ModuleClassID implements Serializable

Serialized Fields

id

IDBytes id
The id data

Class net.jxta.impl.id.UUID.ModuleSpecID extends ModuleSpecID implements Serializable

Serialized Fields

id

IDBytes id
The id data

Class net.jxta.impl.id.UUID.PeerGroupID extends PeerGroupID implements Serializable

Serialized Fields

id

IDBytes id
The id data

Class net.jxta.impl.id.UUID.PeerID extends PeerID implements Serializable

Serialized Fields

id

IDBytes id
The id data

Class net.jxta.impl.id.UUID.PipeID extends PipeID implements Serializable

Serialized Fields

id

IDBytes id
The id data

Class net.jxta.impl.id.UUID.UUID extends Object implements Serializable

Serialized Fields

mostSig

long mostSig
The most significant 64 bits.


leastSig

long leastSig
The least significant 64 bits.


Package net.jxta.impl.peergroup

Class net.jxta.impl.peergroup.ConfigDialog extends Frame implements Serializable

Serialized Fields

configAdv

PlatformConfig configAdv

helpLabel

Label helpLabel

idPanel

ConfigDialog.IdPanel idPanel

enablingPanel

ConfigDialog.EnablingPanel enablingPanel

tcpPanel

ConfigDialog.IPTptPanel tcpPanel

httpPanel

ConfigDialog.IPTptPanel httpPanel

rdvPanel

ConfigDialog.RdvPanel rdvPanel

relayPanel

ConfigDialog.RelayPanel relayPanel

ok

Button ok

cancel

Button cancel

pages

ConfigDialog.PagesPanel pages

done

boolean done

canceled

boolean canceled

tcpMulticastAddr

String tcpMulticastAddr

tcpMulticastPort

int tcpMulticastPort

tcpMulticastLength

int tcpMulticastLength

Class net.jxta.impl.peergroup.IncompleteConfigurationException extends ConfiguratorException implements Serializable


Package net.jxta.impl.rendezvous.rpv

Class net.jxta.impl.rendezvous.rpv.PeerViewEvent extends EventObject implements Serializable

Serialized Fields

type

int type

element

PeerViewElement element

Package net.jxta.impl.xindice.core

Class net.jxta.impl.xindice.core.DBException extends XindiceException implements Serializable

Serialized Fields

faultCode

int faultCode

Package net.jxta.impl.xindice.core.filer

Class net.jxta.impl.xindice.core.filer.BTreeCorruptException extends BTreeException implements Serializable

Class net.jxta.impl.xindice.core.filer.BTreeException extends FilerException implements Serializable

Class net.jxta.impl.xindice.core.filer.BTreeNotFoundException extends BTreeException implements Serializable

Class net.jxta.impl.xindice.core.filer.FilerException extends DBException implements Serializable


Package net.jxta.impl.xindice.util

Class net.jxta.impl.xindice.util.XindiceException extends Exception implements Serializable

Class net.jxta.impl.xindice.util.XindiceRuntimeException extends RuntimeException implements Serializable

Serialized Fields

cause

Throwable cause


JXSE