Project JXTA

Serialized Form


Package net.jxta.impl.endpoint

Class net.jxta.impl.endpoint.IllegalTransportLoopException extends IllegalStateException implements Serializable


Package net.jxta.impl.endpoint.servlethttp

Class net.jxta.impl.endpoint.servlethttp.HttpMessageServlet extends HttpServlet implements Serializable

Serialized Fields

owner

HttpMessageReceiver owner

endpoint

EndpointService endpoint
The endpoint that the servlet is receiving messages for


localAddress

EndpointAddress localAddress

pingResponseBytes

byte[] pingResponseBytes

servletHttpTransport

ServletHttpTransport servletHttpTransport

destroyed

boolean destroyed


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.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.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.unknown

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

Serialized Fields

unqiueValue

String unqiueValue


Package net.jxta.impl.membership.pse

Class net.jxta.impl.membership.pse.PSEUtils.PSEProvider extends Provider implements Serializable


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

debugPanel

ConfigDialog.DebugPanel debugPanel

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


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.util

Class net.jxta.impl.util.FastHashMap extends HashMap implements Serializable

Serialized Fields

localModCount

int localModCount


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

Serialized Fields

wrapped

Throwable wrapped


Package net.jxta.ext.config

Class net.jxta.ext.config.Configurator extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)

writeExternal

public void writeExternal(ObjectOutput out)

Class net.jxta.ext.config.ConfiguratorException extends Exception implements Serializable

Serialized Fields

causes

List causes

Class net.jxta.ext.config.ConversionException extends Exception implements Serializable

Class net.jxta.ext.config.ResourceNotFoundException extends Exception implements Serializable

Class net.jxta.ext.config.TrivialConfigurator extends Configurator implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)

writeExternal

public void writeExternal(ObjectOutput out)


Package net.jxta.ext.config.ui

Class net.jxta.ext.config.ui.ConfigTreeModel extends DefaultTreeModel implements Serializable

Class net.jxta.ext.config.ui.HttpTransportTableModel extends TransportTableModel implements Serializable

Class net.jxta.ext.config.ui.ProfileComboModel extends DefaultComboBoxModel implements Serializable

Class net.jxta.ext.config.ui.TcpAddressComboModel extends DefaultComboBoxModel implements Serializable

Class net.jxta.ext.config.ui.TcpTransportTableModel extends TransportTableModel implements Serializable

Class net.jxta.ext.config.ui.TraceComboModel extends DefaultComboBoxModel implements Serializable


Package net.jxta.ext.service.reflection

Class net.jxta.ext.service.reflection.ReflectionServlet extends HttpServlet implements Serializable


JXTA J2SE