Project JXTA
A B C D E F G H I J L M N O P Q R S T U V W

A

addAddresses(PipeAdvertisement, Enumeration) - Method in interface net.jxta.pipe.Pipe
Teach the PipeService Polcicy about the localisation of a PipeService.
addParameter(String) - Method in class net.jxta.document.MimeMediaType
Add parameter to a mime-type
ADV - Static variable in interface net.jxta.discovery.Discovery
DOC type
Advertisement - class net.jxta.document.Advertisement.
This abstract class defines an advertisement.
Advertisement() - Constructor for class net.jxta.document.Advertisement
 
AdvertisementFactory - class net.jxta.document.AdvertisementFactory.
This class is a class factory for Advertisements.
AdvertisementFactory() - Constructor for class net.jxta.document.AdvertisementFactory
 
appendChild(Element) - Method in interface net.jxta.document.Element
Add a child element to this element.
appendChild(TextElement) - Method in interface net.jxta.document.TextElement
Add a child element to this element
Application - interface net.jxta.platform.Application.
This interface defines a JXTA peer group application.
apply(AuthenticationCredential) - Method in class net.jxta.membership.Membership
Request the necessary credentials to join the group with which this policy is associated.
AuthenticationCredential - class net.jxta.credential.AuthenticationCredential.
Authenication credentials are used by the JXTA Membership services as the basis for applications for peergroup membership.
AuthenticationCredential(PeerGroup, String, Element) - Constructor for class net.jxta.credential.AuthenticationCredential
Creates new AuthenticationCredential
Authenticator - interface net.jxta.membership.Authenticator.
Provides the base interface for authenicator objects.

B

bytes - Variable in class net.jxta.id.ID
 
bytesIntoLong(int) - Method in class net.jxta.id.ID
return the long value

C

callStaticMethod(Object, String, Class[], Object[]) - Method in class net.jxta.util.ClassFactory
Call a static method of the class associated with the provided key.
ClassFactory - class net.jxta.util.ClassFactory.
This util class provides methods needed by class construction factories.
ClassFactory() - Constructor for class net.jxta.util.ClassFactory
 
clone() - Method in class net.jxta.codat.CodatID
Clones this CodatID
clone() - Method in class net.jxta.document.MimeMediaType
Creates a new object of the same class as this object.
clone() - Method in class net.jxta.id.ID
Returns a clone of this object.
clone() - Method in class net.jxta.peer.PeerID
Clones this PeerID
clone() - Method in class net.jxta.peergroup.PeerGroupID
Clones this Peer Group ID
clone() - Method in class net.jxta.pipe.PipeID
Clones this PipeID
close() - Method in interface net.jxta.pipe.InputPipe
close the pipe
close() - Method in interface net.jxta.pipe.OutputPipe
close the pipe
Codat - class net.jxta.codat.Codat.
This class represents a Codat.
Codat(CodatID, CodatID, Document) - Constructor for class net.jxta.codat.Codat
Makes a new Codat instance from an existing Codat, with a given CodatID and a document.
Codat(PeerGroupID, CodatID, Document) - Constructor for class net.jxta.codat.Codat
Makes a new Codat with a new CodatId given a PeerGroupID and a document.
CodatID - class net.jxta.codat.CodatID.
This class represents a CodatID.
CodatID() - Constructor for class net.jxta.codat.CodatID
Constructor used in the creation of a CodatID when no concrete Document is associated.
CodatID(PeerGroupID) - Constructor for class net.jxta.codat.CodatID
Creates a CodatID for a Codat without document.
CodatID(PeerGroupID, Document) - Constructor for class net.jxta.codat.CodatID
Constructor to create a new CodatID.
CodatID(PeerGroupID, InputStream) - Constructor for class net.jxta.codat.CodatID
Constructor.
connectRendezVous(EndpointAddress) - Method in interface net.jxta.rendezvous.RendezVous
Add a peer as a new RendezVous point.
connectRendezVous(PeerGroupAdvertisement) - Method in interface net.jxta.rendezvous.RendezVous
Add a peer as a new RendezVous point.
copyElements(StructuredDocument, Element, Element) - Static method in class net.jxta.document.StructuredDocumentUtils
Recursively copy elements beginnging with from into the document identified by intoDoc.
count - Variable in class net.jxta.protocol.DiscoveryResponseMsg
 
createElement(Object) - Method in interface net.jxta.document.StructuredDocument
Create a new element without value
createElement(Object, Object) - Method in interface net.jxta.document.StructuredDocument
Create a new element with value
createElement(String) - Method in interface net.jxta.document.StructuredTextDocument
Create a new element without value
createElement(String, String) - Method in interface net.jxta.document.StructuredTextDocument
Create a new element with value
createInputPipe(PipeAdvertisement) - Method in interface net.jxta.pipe.Pipe
create an InputPipe from a pipe Advertisement
createMessage() - Method in interface net.jxta.pipe.Pipe
Creates a new Message
createOutputPipe(PipeAdvertisement, int, Enumeration, long) - Method in interface net.jxta.pipe.Pipe
create an OutputPipe from the pipe Advertisement giving a PeerId(s) where the corresponding InputPipe is supposed to be.
createOutputPipe(PipeAdvertisement, int, long) - Method in interface net.jxta.pipe.Pipe
create an OutputPipe from the pipe Advertisement
Credential - interface net.jxta.credential.Credential.
interface to define a credential

D

DiscardQueryException - exception net.jxta.exception.DiscardQueryException.
Thrown when no JXTA response from a query is received but has to be resent
DiscardQueryException() - Constructor for class net.jxta.exception.DiscardQueryException
Construct a new DiscardQueryException with no detailed message.
DiscardQueryException(String) - Constructor for class net.jxta.exception.DiscardQueryException
Constructs a new DiscardQueryException with the specified detail
Discovery - interface net.jxta.discovery.Discovery.
The jxta DiscoveryService Service provides asynchronous mechanism in jxta for discovering Peer Advertisements, Group Advertisements, and general jxta Advertisements (pipe, service, etc.).
DiscoveryQueryMsg - class net.jxta.protocol.DiscoveryQueryMsg.
This class defines the DiscoveryService message "Query" The default behavior of this abstract class is simply a place holder for the generic resolver query fields.
DiscoveryQueryMsg() - Constructor for class net.jxta.protocol.DiscoveryQueryMsg
 
DiscoveryResponseMsg - class net.jxta.protocol.DiscoveryResponseMsg.
This class defines the DiscoveryService message "Response" The default behavior of this abstract class is simply a place holder for the generic resolver query fields.
DiscoveryResponseMsg() - Constructor for class net.jxta.protocol.DiscoveryResponseMsg
 
doc - Variable in class net.jxta.codat.Codat
A Jxta Document which contains the data held by this Codat.
Document - interface net.jxta.document.Document.
JXTA documents are simple containers for data.
dup() - Method in interface net.jxta.endpoint.Message
Duplicates the message.

E

Element - interface net.jxta.document.Element.
This interface describes a StructuredDocument element.
EndpointAddress - interface net.jxta.endpoint.EndpointAddress.
The EndpointAddress class defines the JXTA Endpoint address.
EndpointAdvertisement - class net.jxta.protocol.EndpointAdvertisement.
This abstract class defines an Endpoint advertisement.
EndpointAdvertisement() - Constructor for class net.jxta.protocol.EndpointAdvertisement
 
equals(Object) - Method in class net.jxta.codat.CodatID
Returns true if the two CodatIDs are same
equals(Object) - Method in class net.jxta.document.MimeMediaType
Compares two Objects for equality.
equals(Object) - Method in class net.jxta.id.ID
Compares two CodatIds for equality.
equals(Object) - Method in class net.jxta.peer.PeerID
Returns true if the two PeerIDs are same
equals(Object) - Method in class net.jxta.peergroup.PeerGroupID
Returns true if the two PeerGroup IDs are same
equals(Object) - Method in class net.jxta.pipe.PipeID
Returns true if the two PipeIDs are same

F

flagCodatID - Static variable in class net.jxta.id.ID
 
flagNullID - Static variable in class net.jxta.id.ID
 
flagPeerGroupID - Static variable in class net.jxta.id.ID
 
flagPeerID - Static variable in class net.jxta.id.ID
 
flagPipeID - Static variable in class net.jxta.id.ID
 
flagsEncodingOffset - Static variable in class net.jxta.id.ID
 
flagsIdTypeOffset - Static variable in class net.jxta.id.ID
 
flagsOffset - Static variable in class net.jxta.id.ID
 
flagsSize - Static variable in class net.jxta.id.ID
 
flushAdvertisements(String) - Method in interface net.jxta.peer.PeerInfo
Flush cached advertisements.
flushAdvertisements(String, int) - Method in interface net.jxta.discovery.Discovery
flush stored Documents.
fromURL(URL) - Static method in class net.jxta.id.IDFactory
Construct a CodatId from a jxta URI.

G

GenericResolver - interface net.jxta.resolver.GenericResolver.
This interface specifies the resolver service that handles resolve requests of a specific given type.
getAdvertisement() - Method in interface net.jxta.peergroup.PeerGroup
Ask a group for its group advertisement
getAdvertisement() - Method in interface net.jxta.service.Service
Returns the advertisment for this service.
getAdvertisementType() - Static method in class net.jxta.document.Advertisement
Returns the identifying type of this Advertisement.
getAdvertisementType() - Static method in class net.jxta.protocol.EndpointAdvertisement
returns the advertisement type
getAdvertisementType() - Static method in class net.jxta.protocol.DiscoveryQueryMsg
All messages have a type (in xml this is !doctype) which identifies the message
getAdvertisementType() - Static method in class net.jxta.protocol.DiscoveryResponseMsg
All messages have a type (in xml this is !doctype) which identifies the message
getAdvertisementType() - Static method in class net.jxta.protocol.PeerGroupAdvertisement
returns the advertisement type
getAdvertisementType() - Static method in class net.jxta.protocol.PeerAdvertisement
returns the advertisement type
getAdvertisementType() - Static method in class net.jxta.protocol.PeerInfoAdvertisement
returns the advertisement type
getAdvertisementType() - Static method in class net.jxta.protocol.PipeAdvertisement
get the pipe type
getAdvertisementType() - Static method in class net.jxta.protocol.ResolverQueryMsg
All messages have a type (in xml this is !doctype) which identifies the message
getAdvertisementType() - Static method in class net.jxta.protocol.ResolverResponseMsg
All messages have a type (in xml this is !doctype) which identifies the message
getAdvertisementType() - Static method in class net.jxta.protocol.ServiceAdvertisement
returns the advertisement type
getAdvertisementType() - Static method in class net.jxta.protocol.TransportAdvertisement
returns the advertisement type
getApp() - Method in interface net.jxta.peergroup.PeerGroup
Return the default application setup for this peergroup The application can be started via its init() method.
getApp() - Method in class net.jxta.protocol.PeerGroupAdvertisement
returns the default application for the peergroup
getAppCode() - Method in class net.jxta.protocol.PeerGroupAdvertisement
get the implementation for the default peer group application
getAssocTable() - Method in class net.jxta.document.StructuredDocumentFactory
Used by ClassFactory methods to get the mapping of Mime Types to constructors.
getAssocTable() - Method in class net.jxta.document.AdvertisementFactory
Used by ClassFactory methods to get the mapping of Mime Types to constructors.
getAssocTable() - Method in class net.jxta.id.IDFactory
Used by ClassFactory methods to get the mapping of ID types to constructors.
getAssocTable() - Method in class net.jxta.util.ClassFactory
Used by ClassFactory methods to get the mapping of keys to constructors.
getAttr() - Method in class net.jxta.protocol.DiscoveryQueryMsg
returns the Attr value
getAuthCredentials() - Method in class net.jxta.membership.Membership
Returns the current credentials for this peer.
getAuthenticationCredential() - Method in interface net.jxta.membership.Authenticator
Return the Authentication Credential associated with this authenticator if any.
getBaseClassForFactory() - Method in class net.jxta.document.StructuredDocumentFactory
Used by ClassFactory methods to ensure that all of the instance classes which register with this factory have the correct base class
getBaseClassForFactory() - Method in class net.jxta.document.AdvertisementFactory
Used by ClassFactory methods to ensure that all of the instance classes which register with this factory have the correct base class
getBaseClassForFactory() - Method in class net.jxta.id.IDFactory
Used by ClassFactory methods to ensure that all of the instance classes which register with this factory have the correct base class
getBaseClassForFactory() - Method in class net.jxta.util.ClassFactory
Used by ClassFactory methods to ensure that all of the instance classes which register with this factory have the correct base class
getChildren() - Method in interface net.jxta.document.Element
Returns an enumeration of the immediate children of this element
getChildren(Object) - Method in interface net.jxta.document.Element
Returns an enumeration of the immediate children of this element whose name match the specified string.
getChildren(String) - Method in interface net.jxta.document.TextElement
Returns an enumeration of the immediate children of this element whose name match the specified string.
getClassForKey() - Method in class net.jxta.document.StructuredDocumentFactory
Used by ClassFactory methods to ensure that all keys used with the mapping are of the correct type.
getClassForKey() - Method in class net.jxta.document.AdvertisementFactory
Used by ClassFactory methods to ensure that all keys used with the mapping are of the correct type.
getClassForKey() - Method in class net.jxta.id.IDFactory
Used by ClassFactory methods to ensure that all keys used with the mapping are of the correct type.
getClassForKey() - Method in class net.jxta.util.ClassFactory
Used by ClassFactory methods to ensure that all keys used with the mapping are of the correct type.
getCodatID() - Method in class net.jxta.codat.Codat
Returns the CodatId associated with this Codat.
getCode() - Method in class net.jxta.protocol.ServiceAdvertisement
returns the service implementation
getCode(String) - Method in class net.jxta.protocol.PeerGroupAdvertisement
get the service implementation for a specific peer group service
getCode(String) - Method in class net.jxta.protocol.PeerAdvertisement
get the service implementation for a registered service
getConnectedPeers() - Method in interface net.jxta.rendezvous.RendezVous
Returns an Enumeration of PeerID of the peers that are currentely connected.
getCredentialServieUri() - Method in class net.jxta.protocol.ResolverQueryMsg
returns the credentialServiecUri name
getCredentialServieUri() - Method in class net.jxta.protocol.ResolverResponseMsg
returns the credentialServiecUri name
getCredentialToken() - Method in class net.jxta.protocol.ResolverQueryMsg
returns the credentialToken
getCredentialToken() - Method in class net.jxta.protocol.ResolverResponseMsg
returns the credentialToken
getCurrentCredentials() - Method in class net.jxta.membership.Membership
Returns the current credentials for this peer.
getDebug() - Method in interface net.jxta.peergroup.PeerGroup
Check debug status
getDebug() - Method in class net.jxta.protocol.PeerGroupAdvertisement
 
getDiscovery() - Method in interface net.jxta.peergroup.PeerGroup
 
getDiscoveryType() - Method in class net.jxta.protocol.DiscoveryQueryMsg
Get the response type
getDiscoveryType() - Method in class net.jxta.protocol.DiscoveryResponseMsg
Get the response type
getDocument() - Method in class net.jxta.codat.Codat
Returns the Document associated with this Codat.
getDocument(MimeMediaType) - Method in class net.jxta.credential.AuthenticationCredential
Write credential into a document.
getDocument(MimeMediaType) - Method in interface net.jxta.credential.Credential
Write credential into a document.
getDocument(MimeMediaType) - Method in class net.jxta.document.Advertisement
Write advertisement into a document.
getDocument(MimeMediaType) - Method in class net.jxta.protocol.DiscoveryQueryMsg
Write advertisement into a document.
getDocument(MimeMediaType) - Method in class net.jxta.protocol.DiscoveryResponseMsg
Write advertisement into a document.
getDocument(MimeMediaType) - Method in class net.jxta.protocol.ResolverQueryMsg
Write advertisement into a document.
getDocument(MimeMediaType) - Method in class net.jxta.protocol.ResolverResponseMsg
Write advertisement into a document.
getEnabled() - Method in class net.jxta.protocol.EndpointAdvertisement
Tells whether specific endpoint is enabled or not.
getEndpointAddress() - Method in class net.jxta.protocol.EndpointAdvertisement
returns the endpointaddress
getEndpointAdvertisements() - Method in class net.jxta.protocol.PeerGroupAdvertisement
returns the endpoints associated with the peer group
getEndpointAdvertisements() - Method in class net.jxta.protocol.PeerAdvertisement
returns the endpoints associated with the peer
getGid() - Method in class net.jxta.protocol.PeerGroupAdvertisement
returns the peer group id
getGroupCode() - Method in class net.jxta.protocol.PeerGroupAdvertisement
Convenience.
getGroupImpl() - Method in class net.jxta.protocol.PeerGroupAdvertisement
returns the peer group framework service
getGroupUniqueId() - Method in class net.jxta.peergroup.PeerGroupID
get the peer group unique id
getHandler(String) - Method in interface net.jxta.resolver.Resolver
gets the handler registered under the given name.
getHandlerName() - Method in class net.jxta.protocol.ResolverQueryMsg
returns the handlername
getHandlerName() - Method in class net.jxta.protocol.ResolverResponseMsg
returns the handlername
getID() - Method in interface net.jxta.peergroup.PeerGroup
Ask a group its group id.
getIdentityInfo() - Method in class net.jxta.credential.AuthenticationCredential
Returns the StructuredDocument Element containing the identity information which was originally provided when this AuthenticationCredential was created.
getIncomingTrafficChannels() - Method in class net.jxta.protocol.PeerInfoAdvertisement
Get an enumeration of incoming traffic channels on this peer.
getIncomingTrafficOnChannel(String) - Method in class net.jxta.protocol.PeerInfoAdvertisement
Get the number of bytes recieved on the specified channel.
getInterface() - Method in class net.jxta.membership.Membership
Policy objects are not manipulated directly to protect usage of the policy.
getInterface() - Method in interface net.jxta.service.Service
Service objects are not manipulated directly to protect usage of the service.
getIsRendezvous() - Method in class net.jxta.protocol.PeerGroupAdvertisement
check if the member of the peer group is a rendez vous member
getKey() - Method in interface net.jxta.document.Element
Get the name associated with an element.
getKeywords() - Method in class net.jxta.protocol.EndpointAdvertisement
returns the keywords associated with the endpoint
getKeywords() - Method in class net.jxta.protocol.PeerGroupAdvertisement
returns the keywords associated with this peer group
getKeywords() - Method in class net.jxta.protocol.PeerAdvertisement
returns the keywords associated with the peer
getKeywords() - Method in class net.jxta.protocol.ServiceAdvertisement
returns the service search keywords
getLastIncomingMessageTime() - Method in class net.jxta.protocol.PeerInfoAdvertisement
Get the time in seconds since this peer last recieved a message in seconds since "the epoch", namely January 1, 1970, 00:00:00 GMT.
getLastOutgoingMessageTime() - Method in class net.jxta.protocol.PeerInfoAdvertisement
Get the time in seconds since this peer last sent a message in seconds since "the epoch", namely January 1, 1970, 00:00:00 GMT.
getLocalAdvertisements(int, String, String) - Method in interface net.jxta.discovery.Discovery
Retrieve Stored Peer, Group, and General Advertisements
getLocalPeerInfo(String) - Method in interface net.jxta.peer.PeerInfo
Get PeerInfo from local cache.
getMembership() - Method in interface net.jxta.peergroup.PeerGroup
 
getMetaID() - Method in class net.jxta.codat.Codat
Returns Codat id of related codat associated with this metadata Codat.
getMethod() - Method in class net.jxta.credential.AuthenticationCredential
Returns the AuthenticationMethod which this AuthenticationCredential will be requesting when it is provided to a Membership service during the Apply operation.
getMethodName() - Method in interface net.jxta.membership.Authenticator
Returns the name of this authentication method.
getMimeMediaType() - Method in class net.jxta.document.MimeMediaType
Get the full mime-type/subtype
getMimeType() - Method in interface net.jxta.document.Document
Returns the MIME Media type of this Document per {@see MIME : Media Types} Jxta does not currently support the 'Multipart' or 'Message' media types.
getName() - Method in interface net.jxta.document.TextElement
Get the name associated with an element.
getName() - Method in class net.jxta.membership.Membership
Returns the name of the associated policy.
getName() - Method in class net.jxta.protocol.EndpointAdvertisement
returns the name of the endpoint
getName() - Method in class net.jxta.protocol.PeerGroupAdvertisement
returns the name of the peer group
getName() - Method in class net.jxta.protocol.PeerAdvertisement
returns the name of the Peer
getName() - Method in class net.jxta.protocol.PipeAdvertisement
get the symbolic name associated with the pipe
getName() - Method in class net.jxta.protocol.ServiceAdvertisement
returns the name of the service
getNames() - Method in interface net.jxta.endpoint.Message
Returns an Enumeation of all the available chunks of data in the message
getOutgoingTrafficChannels() - Method in class net.jxta.protocol.PeerInfoAdvertisement
Get an enumeration of outgoing traffic channels on this peer.
getOutgoingTrafficOnChannel(String) - Method in class net.jxta.protocol.PeerInfoAdvertisement
Get the number of bytes sent on the specified channel.
getParameters() - Method in class net.jxta.document.MimeMediaType
Get parameters value of a mime-type
getParams() - Method in class net.jxta.protocol.ServiceAdvertisement
returns the service params
getParent() - Method in interface net.jxta.document.Element
Get the parent element of this element.
getPeerAdv() - Method in class net.jxta.protocol.DiscoveryQueryMsg
returns the responding's peer advertisement
getPeerAdv() - Method in class net.jxta.protocol.DiscoveryResponseMsg
returns the responding's peer advertisement
getPeerGroupID() - Method in class net.jxta.codat.CodatID
Returns the PeerGroupID of the PeerGroup associated with this Codat
getPeerGroupID() - Method in class net.jxta.credential.AuthenticationCredential
Returns the PeerGroupID associated with this AuthenticationCredential.
getPeerGroupID() - Method in interface net.jxta.credential.Credential
Returns the peerGroupID associated with this credential
getPeerGroupID() - Method in class net.jxta.id.ID
Returns PeerGroupId of the Peer Group to which this CodatId belongs.
getPeerGroupID() - Method in class net.jxta.peer.PeerID
Returns the PeerGroupID of the PeerGroup associated with this Peer
getPeerGroupID() - Method in class net.jxta.peergroup.PeerGroupID
Returns the PeerGroupID of the PeerGroup associated with this peer group
getPeerGroupID() - Method in class net.jxta.pipe.PipeID
Returns the PeerGroupID of the PeerGroup associated with this Peer
getPeerID() - Method in class net.jxta.credential.AuthenticationCredential
Returns the PeerID associated with this AuthenticationCredential.
getPeerID() - Method in interface net.jxta.credential.Credential
Returns the peerID associated with this credential
getPeerID() - Method in interface net.jxta.peergroup.PeerGroup
Ask a group member for its peer Id.
getPeerInfo() - Method in interface net.jxta.peer.PeerInfo
Retrieve Peer Information Advertisement
getPeerInfo() - Method in interface net.jxta.peergroup.PeerGroup
 
getPeerName() - Method in interface net.jxta.peergroup.PeerGroup
Ask a group member for its peer Name.
getPeerName() - Method in class net.jxta.protocol.PeerGroupAdvertisement
returns the name of the peer
getPid() - Method in class net.jxta.protocol.PeerGroupAdvertisement
returns the peer id of the member of the peer group
getPid() - Method in class net.jxta.protocol.PeerAdvertisement
returns the peer id
getPipe() - Method in interface net.jxta.peergroup.PeerGroup
 
getPipe() - Method in class net.jxta.protocol.ServiceAdvertisement
returns the pipe advertisment for this service
getPipeID() - Method in class net.jxta.protocol.PipeAdvertisement
get the pipe id
getProtocolAddress() - Method in interface net.jxta.endpoint.EndpointAddress
Return a String that contains the name of the protocol address contained in the EndpointAddress
getProtocolName() - Method in interface net.jxta.endpoint.EndpointAddress
Return a String that contains the name of the protocol contained in the EndpointAddress
getProvider() - Method in class net.jxta.protocol.ServiceAdvertisement
returns the provider information for the service
getQuery() - Method in class net.jxta.protocol.ResolverQueryMsg
returns the query
getQueryAttr() - Method in class net.jxta.protocol.DiscoveryResponseMsg
returns the attributes used by the query
getQueryId() - Method in class net.jxta.protocol.ResolverQueryMsg
returns queryid value
getQueryId() - Method in class net.jxta.protocol.ResolverResponseMsg
returns queryid value
getQueryValue() - Method in class net.jxta.protocol.DiscoveryResponseMsg
returns the value used by the query
getReader() - Method in interface net.jxta.document.TextDocument
Returns a stream of characters which represent the content of this Document.
getRemoteAdvertisements(String, int, String, String, int) - Method in interface net.jxta.discovery.Discovery
This method discovers PeerAdvertisements, GroupAdvertisements and jxta Advertisements.
getRemotePeerInfo(String) - Method in interface net.jxta.peer.PeerInfo
Get PeerInfo from a remote peer.
getRendezVous() - Method in interface net.jxta.peergroup.PeerGroup
 
getRequiredConstructors() - Method in class net.jxta.document.StructuredDocumentFactory
Used by ClassFactory methods to determine the required set of constructors needed by the instance classes generated by this factory.
getRequiredConstructors() - Method in class net.jxta.document.AdvertisementFactory
Used by ClassFactory methods to determine the required set of constructors needed by the instance classes generated by this factory.
getRequiredConstructors() - Method in class net.jxta.id.IDFactory
Used by ClassFactory methods to determine the required set of constructors needed by the instance classes generated by this factory.
getRequiredConstructors() - Method in class net.jxta.util.ClassFactory
Used by ClassFactory methods to determine the required set of constructors needed by the instance classes generated by this factory.
getRequiredStaticMethods() - Method in class net.jxta.document.StructuredDocumentFactory
Used by ClassFactory methods to determine the required set of static methods needed by classes registering with this factory.
getRequiredStaticMethods() - Method in class net.jxta.document.AdvertisementFactory
Used by ClassFactory methods to determine the required set of static methods needed by classes registering with this factory.
getRequiredStaticMethods() - Method in class net.jxta.id.IDFactory
Used by ClassFactory methods to determine the required set of static methods needed by classes registering with this factory.
getRequiredStaticMethods() - Method in class net.jxta.util.ClassFactory
Used by ClassFactory methods to determine the required set of static methods needed by classes registering with this factory.
getResolver() - Method in interface net.jxta.peergroup.PeerGroup
 
getResponse() - Method in class net.jxta.protocol.ResolverResponseMsg
returns the query
getResponseCount() - Method in class net.jxta.protocol.DiscoveryResponseMsg
Get the reponse count
getResponses() - Method in class net.jxta.protocol.DiscoveryResponseMsg
returns the response(s)
getSecurity() - Method in class net.jxta.protocol.ServiceAdvertisement
returns the security service advertisement
getServiceAdvertisements() - Method in class net.jxta.protocol.PeerGroupAdvertisement
returns the services associated with the peer group
getServiceAdvertisements() - Method in class net.jxta.protocol.PeerAdvertisement
returns the services associated with the services available on the peer
getServiceName() - Method in interface net.jxta.endpoint.EndpointAddress
Return a String that contains the name of the service name contained in the EndpointAddress
getServiceParameter() - Method in interface net.jxta.endpoint.EndpointAddress
Return a String that contains the service parameter contained in the EndpointAddress
getSize(String) - Method in interface net.jxta.endpoint.Message
Get the size of a particular tag's data in the message.
getSourcePid() - Method in class net.jxta.protocol.PeerInfoAdvertisement
returns the sender's pid
getSourceService() - Method in class net.jxta.credential.AuthenticationCredential
Always reutrns null since this type of credential is not associated with a particular membership service.
getSourceService() - Method in interface net.jxta.credential.Credential
Returns the service which generated this credential.
getSourceService() - Method in interface net.jxta.membership.Authenticator
Returns the service which generated this authenticator.
getSrc() - Method in class net.jxta.protocol.ResolverQueryMsg
Returns the source of the query
getStream() - Method in interface net.jxta.document.Document
Returns a stream of bytes which represent the content of this Document.
getSubtype() - Method in class net.jxta.document.MimeMediaType
Get the Subtype of the mime-type
getTargetPid() - Method in class net.jxta.protocol.PeerInfoAdvertisement
returns the target pid
getTextValue() - Method in interface net.jxta.document.TextElement
Get the value (if any) associated with an element.
getThreshold() - Method in class net.jxta.protocol.DiscoveryQueryMsg
Get the Threshold for number of responses
getTimestamp() - Method in class net.jxta.protocol.PeerInfoAdvertisement
returns the time when this peer was last polled
getTransportAdvertisement() - Method in class net.jxta.protocol.EndpointAdvertisement
returns the transport advertisement associated with the endpoint
getType() - Method in class net.jxta.document.MimeMediaType
Get type of the mime-type
getUptime() - Method in class net.jxta.protocol.PeerInfoAdvertisement
returns the number of seconds since this peer was started
getUri() - Method in class net.jxta.protocol.ServiceAdvertisement
returns the uri
getURL() - Method in class net.jxta.id.ID
Public member which returns a URI (URL in Java nomenclature) of the ID.
getValue() - Method in interface net.jxta.document.Element
Get the value (if any) associated with an element.
getValue() - Method in class net.jxta.protocol.DiscoveryQueryMsg
returns the value of Attr
getVersion() - Method in class net.jxta.protocol.ServiceAdvertisement
returns the service version number
GROUP - Static variable in interface net.jxta.discovery.Discovery
Group type

H

HandChecking - Static variable in interface net.jxta.pipe.Pipe
 
Handler - class sun.net.www.protocol.jxta.Handler.
Handler for URL
Handler() - Constructor for class sun.net.www.protocol.jxta.Handler
Creates new Handler
hashCode() - Method in class net.jxta.document.MimeMediaType
Returns a hash code value for the object.
hashCode() - Method in class net.jxta.id.ID
Public member calculates a hash code for this ID.

I

id - Variable in class net.jxta.codat.Codat
Codat Id of this Codat.
ID - class net.jxta.id.ID.
 
ID() - Constructor for class net.jxta.id.ID
Constructor for the null case.
IdByteArraySize - Static variable in class net.jxta.id.ID
This class represents a JXTA ID.
IDFactory - class net.jxta.id.IDFactory.
This class is a factory class for constructing sub-classes of ID from external representations such as strings or URIs
IDFactory() - Constructor for class net.jxta.id.IDFactory
 
init(PeerGroup, Advertisement) - Method in interface net.jxta.platform.Application
Initialize the application passing it ist peer group handle.
InputPipe - interface net.jxta.pipe.InputPipe.
InputPipe defines the interface for receiving messages from a PipeService.
isConnected(PeerID, long) - Method in interface net.jxta.rendezvous.RendezVousMonitor
This method is called by the RendezVous service to notify the monitor that a new RendezVous has accepted the connection.
isExperimentalSubtype() - Method in class net.jxta.document.MimeMediaType
Check if the mime-type is for debugging.
isExperimentalType() - Method in class net.jxta.document.MimeMediaType
Check if the mime-type is for debugging.
isReadyForJoin() - Method in interface net.jxta.membership.Authenticator
Returns true if this Authenticator has been satisfied and is ready for the join operation.
isRendezvous() - Method in interface net.jxta.peergroup.PeerGroup
Returns the whether the group member is a Rendezvous peer for the group
isSamePeerGroup(ID) - Method in class net.jxta.id.ID
Returns true if this CodatId is in the same Peer Group as the target.
isStatic() - Method in class net.jxta.codat.CodatID
Returns true if the CodatID is associated with a static Codat.
isValid() - Method in class net.jxta.document.MimeMediaType
Check if mime-type is valid

J

join(Authenticator) - Method in class net.jxta.membership.Membership
Join the group by virtue of the completed authentication provided.
JxtaException - exception net.jxta.exception.JxtaException.
Thrown when no JXTA response from a query is received but has to be resent
JxtaException() - Constructor for class net.jxta.exception.JxtaException
Construct a new NoResponseException with no detailed message.
JxtaException(String) - Constructor for class net.jxta.exception.JxtaException
 

L

listRendezVous() - Method in interface net.jxta.rendezvous.RendezVous
Returns an Enumeration of the PeerID all the RendezVous on which this Peer is currentely connected.
longIntoBytes(int, long) - Method in class net.jxta.id.ID
convert a long into the byte array
lookupService(String) - Method in interface net.jxta.peergroup.PeerGroup
Lookup for a service by name.
lostConnection(PeerID) - Method in interface net.jxta.rendezvous.RendezVousMonitor
This method is called each time a RendezVous peer is not reachable anymore.

M

makeCredential(Element) - Method in class net.jxta.membership.Membership
Given a fragment of a StructuredDocument, reconstruct a Credential object from that fragment.
makeString() - Method in interface net.jxta.endpoint.EndpointAddress
Deprecated. Please use toString() instead.
Membership - class net.jxta.membership.Membership.
The membership policy allows a peer to establish an identity within a peer group.
Membership() - Constructor for class net.jxta.membership.Membership
 
Message - interface net.jxta.endpoint.Message.
Message defines the interface of messages sent or received to or from a endpoint and pipes.
Metadata - class net.jxta.codat.Metadata.
This class represents a metadata Codat.
Metadata(CodatID, CodatID, Document) - Constructor for class net.jxta.codat.Metadata
Makes a new Metadata instance from parameters for an existing Codat, a CodatID and a document.
Metadata(PeerGroupID, CodatID, Document) - Constructor for class net.jxta.codat.Metadata
 
metaId - Variable in class net.jxta.codat.Codat
Codat Id of a Codat to which this Codat is related.
MimeMediaType - class net.jxta.document.MimeMediaType.
This class is a utility class with mostly provides the common parsing features needed to deal with MIME media types.
MimeMediaType(String) - Constructor for class net.jxta.document.MimeMediaType
Creates a new MimeMediaType
MimeMediaType(String, String) - Constructor for class net.jxta.document.MimeMediaType
Creates a new type/subtype MimeMediaType
MimeMediaType(String, String, String) - Constructor for class net.jxta.document.MimeMediaType
Creates a new type/subtype MimeMediaType
MimeMediaType(String, String, String[]) - Constructor for class net.jxta.document.MimeMediaType
Creates a new type/subtype MimeMediaType

N

newAdvertisement(MimeMediaType, InputStream) - Static method in class net.jxta.document.AdvertisementFactory
Constructs an instance of Advertisement matching the type specified by the advertisementType parameter.
newAdvertisement(String) - Static method in class net.jxta.document.AdvertisementFactory
Constructs an instance of Advertisement matching the type specified by the advertisementType parameter.
newAdvertisement(TextElement) - Static method in class net.jxta.document.AdvertisementFactory
Constructs an instance of Advertisement matching the type specified by the advertisementType parameter.
newInstance(Object, Class[], Object[]) - Method in class net.jxta.util.ClassFactory
Create a new instance of the class associated with the provided key.
newPeerGroup() - Static method in class net.jxta.peergroup.PeerGroupFactory
Static Method to create a new peer group instance.
newPlatform() - Static method in class net.jxta.peergroup.PeerGroupFactory
Static Method to create a new peer Plaform
newRendezVous(Advertisement) - Method in interface net.jxta.rendezvous.RendezVousMonitor
This method is called by the RendezVous service in order to provide advertisement about other RendezVous peers.
newStructuredDocument(MimeMediaType, InputStream) - Static method in class net.jxta.document.StructuredDocumentFactory
Constructs an instance of StructuredDocument matching the mime-type specified by the mimetype parameter.
newStructuredDocument(MimeMediaType, String) - Static method in class net.jxta.document.StructuredDocumentFactory
Constructs an instance of StructuredDocument matching the mime-type specified by the mimetype parameter.
NonBlocking - Static variable in interface net.jxta.pipe.Pipe
 
NoResponseException - exception net.jxta.exception.NoResponseException.
Thrown when no JXTA response from a query is received
NoResponseException() - Constructor for class net.jxta.exception.NoResponseException
Construct a new NoResponseException with no detailed message.
NoResponseException(String) - Constructor for class net.jxta.exception.NoResponseException
Constructs a new NoResponseException with the specified detail
nullCodatID - Static variable in class net.jxta.codat.CodatID
The null CodatID.
nullID - Static variable in class net.jxta.id.ID
The null ID.

O

openConnection(URL) - Method in class sun.net.www.protocol.jxta.Handler
 
OutputPipe - interface net.jxta.pipe.OutputPipe.
OuputPipe defines the interface for sending messages from a PipeService.

P

PEER - Static variable in interface net.jxta.discovery.Discovery
Peer type
PeerAdvertisement - class net.jxta.protocol.PeerAdvertisement.
This abstract class define a Peer advertisement.
PeerAdvertisement() - Constructor for class net.jxta.protocol.PeerAdvertisement
Default constructor for Peer advertisement
PeerGroup - interface net.jxta.peergroup.PeerGroup.
This interface implements the peer group interface.
PeerGroupAdvertisement - class net.jxta.protocol.PeerGroupAdvertisement.
This abstract class defines a PeerGroup advertisement A peer group advertisement uniquely identifies a member of a peer group.
PeerGroupAdvertisement() - Constructor for class net.jxta.protocol.PeerGroupAdvertisement
 
PeerGroupException - exception net.jxta.exception.PeerGroupException.
Generic Peer group exception
PeerGroupException() - Constructor for class net.jxta.exception.PeerGroupException
Construct a new PeerGroupException with no detailed message.
PeerGroupException(String) - Constructor for class net.jxta.exception.PeerGroupException
Constructs a new PeerGroupException with the specified detail message as to what the PeerGroup error is.
PeerGroupFactory - class net.jxta.peergroup.PeerGroupFactory.
Factory Classes to create a new Peer Platform and New PeerGroups.
PeerGroupFactory() - Constructor for class net.jxta.peergroup.PeerGroupFactory
 
PeerGroupID - class net.jxta.peergroup.PeerGroupID.
This class implements a PeerGroup ID.
PeerGroupID() - Constructor for class net.jxta.peergroup.PeerGroupID
Constructor for creating a new PeerGroupID with a unique ID.
PeerGroupID(UUID) - Constructor for class net.jxta.peergroup.PeerGroupID
Constructor.
PeerID - class net.jxta.peer.PeerID.
This class implements a PeerID.
PeerID() - Constructor for class net.jxta.peer.PeerID
Constructor used in the creation of PeerIDs from URIs.
PeerID(PeerGroupID) - Constructor for class net.jxta.peer.PeerID
Constructor.
PeerInfo - interface net.jxta.peer.PeerInfo.
This interface implements the peer information and management service that is used for monitoring and registering peer services.
PeerInfoAdvertisement - class net.jxta.protocol.PeerInfoAdvertisement.
 
PeerInfoAdvertisement() - Constructor for class net.jxta.protocol.PeerInfoAdvertisement
 
Pipe - interface net.jxta.pipe.Pipe.
A core service of Jxta Group is the PipeService service for creating and accessing pipes within a peer group.
PipeAdvertisement - class net.jxta.protocol.PipeAdvertisement.
This class defines the PipeService Advertisement
PipeAdvertisement() - Constructor for class net.jxta.protocol.PipeAdvertisement
 
PipeID - class net.jxta.pipe.PipeID.
This class implements a Pipe ID.
PipeID() - Constructor for class net.jxta.pipe.PipeID
Constructor used in the creation of PipeIDs from URIs.
PipeID(PeerGroupID) - Constructor for class net.jxta.pipe.PipeID
Constructor.
poll(int) - Method in interface net.jxta.pipe.InputPipe
Poll for a message from the pipe.
pop(String) - Method in interface net.jxta.endpoint.Message
Gets a chunk of data associated with the name
processQuery(ResolverQueryMsg) - Method in interface net.jxta.resolver.QueryHandler
Process the resolver query, and generate response
Propagate - Static variable in interface net.jxta.pipe.Pipe
 
ProtocolNotSupportedException - exception net.jxta.exception.ProtocolNotSupportedException.
Signals that an error occurred while attempting to access an endpoint protocol
ProtocolNotSupportedException() - Constructor for class net.jxta.exception.ProtocolNotSupportedException
Construct a new ProtocolNotSupportedException with no detailed message.
ProtocolNotSupportedException(String) - Constructor for class net.jxta.exception.ProtocolNotSupportedException
Constructs a new ProtocolNotSupportedException with the specified detail message as to violation.
publish(Advertisement, int) - Method in interface net.jxta.discovery.Discovery
Publish an advertisement
push(String, InputStream) - Method in interface net.jxta.endpoint.Message
Push a chunk of data into the message.
pushResponse(ResolverResponseMsg) - Method in interface net.jxta.resolver.QueryHandler
call back method, when messages are received by the Resolver it calls back this method to deal with received responses

Q

QueryHandler - interface net.jxta.resolver.QueryHandler.
Services that wish to act as a resolver handler must implement this interface
queryid - Variable in class net.jxta.protocol.ResolverQueryMsg
 
queryid - Static variable in class net.jxta.protocol.ResolverResponseMsg
 

R

registerAdvertisementInstance(String, Class) - Static method in class net.jxta.document.AdvertisementFactory
Register an array of constructor for an ID type to enable IDs of that type to be constructed.
registerAssoc(Object, Class) - Method in class net.jxta.util.ClassFactory
Register a key and instance class with the factory.
registerAssoc(String) - Method in class net.jxta.document.StructuredDocumentFactory
Register a class with the factory from its class name.
registerAssoc(String) - Method in class net.jxta.document.AdvertisementFactory
Register a class with the factory from its class name.
registerAssoc(String) - Method in class net.jxta.util.ClassFactory
Register a class with the factory from its class name.
registerEncoding(MimeMediaType, Class) - Static method in class net.jxta.document.StructuredDocumentFactory
Register an array of constructor for a mime-type to enable that mime-type of documents to be constructed.
registerFromResources(String, String) - Method in class net.jxta.util.ClassFactory
Given a resource bundle identifier and a property name register instance classes.
registerFromString(String) - Method in class net.jxta.util.ClassFactory
Register instance classes given a string containing class names which must be found on the current class path.
registerHandler(String, QueryHandler) - Method in interface net.jxta.resolver.Resolver
Registers the given ResolveHandler.
registerIDType(int, Class) - Static method in class net.jxta.id.IDFactory
Register a constructor for an ID type to enable IDs of that type to be constructed.
registerService(ServiceAdvertisement) - Method in interface net.jxta.peer.PeerInfo
Register a Service in the Peer Advertisement service adversement describes a specific service that is running on the peer (i.e.
remotePublish(Advertisement, int) - Method in interface net.jxta.discovery.Discovery
Remote Publish an advertisement
removeRendezVous(PeerID) - Method in interface net.jxta.rendezvous.RendezVous
Remove a RendezVous point.
RendezVous - interface net.jxta.rendezvous.RendezVous.
This interface provides an API to the Jxta RendezVous mechanism allowing applications to add, remove, monitor RendezVous peers (client side), or control the local peer, if it is a RendezVous itself.
RendezVousManager - interface net.jxta.rendezvous.RendezVousManager.
This interface must be implemented by the program that controls, on the RendezVous peer, which peers can or cannot be connected.
RendezVousMonitor - interface net.jxta.rendezvous.RendezVousMonitor.
This interface must be implemented by the program that controls RendezVous on a peer that uses them.
requestConnection(Advertisement) - Method in interface net.jxta.rendezvous.RendezVousManager
This is called by the RendezVous service each time a new Peer is requesting a connection.
ResendQueryException - exception net.jxta.exception.ResendQueryException.
Thrown when no JXTA response from a query is received but has to be resent
ResendQueryException() - Constructor for class net.jxta.exception.ResendQueryException
Construct a new NoResponseException with no detailed message.
ResendQueryException(String) - Constructor for class net.jxta.exception.ResendQueryException
Constructs a new ResendQueryException with the specified detail
resign() - Method in class net.jxta.membership.Membership
Leave the group to which this policy is attached.
Resolver - interface net.jxta.resolver.Resolver.
ResolverService Service provides a generic mechanism for jxta Services to send "Queries", and receive "Responses".
ResolverQueryMsg - class net.jxta.protocol.ResolverQueryMsg.
This class defines the Generic ResolverService message "Query" The default behavior of this abstract class is simply a place holder for the generic resolver query fields.
ResolverQueryMsg() - Constructor for class net.jxta.protocol.ResolverQueryMsg
 
ResolverResponseMsg - class net.jxta.protocol.ResolverResponseMsg.
This class defines the Generic ResolverService message "Response" The default behavior of this abstract class is simply a place holder for the generic resolver response fields.
ResolverResponseMsg() - Constructor for class net.jxta.protocol.ResolverResponseMsg
 

S

send(Message) - Method in interface net.jxta.pipe.OutputPipe
send a message throught the pipe
sendQuery(String, ResolverQueryMsg) - Method in interface net.jxta.resolver.GenericResolver
For Services that wish to implement a ResolverService Service they must implement this interface Sends query to the specified address.
sendRendezVousAdv(PeerAdvertisement, PeerAdvertisement) - Method in interface net.jxta.rendezvous.RendezVous
Sends advertisement about other RendezVous to a given peer
sendResponse(String, ResolverResponseMsg) - Method in interface net.jxta.resolver.GenericResolver
send a response to a peer.
sendToStream(OutputStream) - Method in interface net.jxta.document.Document
Rather than returning an InputStream like Document.getStream(), send the document to the specified stream.
sendToWriter(Writer) - Method in interface net.jxta.document.TextDocument
Rather than returning an InputStream, send the document to the specified stream.
Service - interface net.jxta.service.Service.
This interface implements the peer group service interface.
ServiceAdvertisement - class net.jxta.protocol.ServiceAdvertisement.
This abstract class defines a Service Advertisement.
ServiceAdvertisement() - Constructor for class net.jxta.protocol.ServiceAdvertisement
 
ServiceNotFoundException - exception net.jxta.exception.ServiceNotFoundException.
Signals that an error occurred while trying to access a peer group service
ServiceNotFoundException() - Constructor for class net.jxta.exception.ServiceNotFoundException
Construct a new ServiceNotFoundException with no detailed message.
ServiceNotFoundException(String) - Constructor for class net.jxta.exception.ServiceNotFoundException
Constructs a new ServiceNotFoundException with the specified detail message as to violation.
setApp(ServiceAdvertisement) - Method in class net.jxta.protocol.PeerGroupAdvertisement
sets the default application
setAttr(String) - Method in class net.jxta.protocol.DiscoveryQueryMsg
set the attr
setCode(String) - Method in class net.jxta.protocol.ServiceAdvertisement
sets the service implementation
setCredentialServiceUri(String) - Method in class net.jxta.protocol.ResolverQueryMsg
set the credentialServiecUri
setCredentialServiceUri(String) - Method in class net.jxta.protocol.ResolverResponseMsg
set the credentialServiecUri
setCredentialToken(String) - Method in class net.jxta.protocol.ResolverQueryMsg
set the value of the credential Token
setCredentialToken(String) - Method in class net.jxta.protocol.ResolverResponseMsg
set the value of credentialToken
setDebug(boolean) - Method in class net.jxta.protocol.PeerGroupAdvertisement
 
setDiscoveryType(int) - Method in class net.jxta.protocol.DiscoveryQueryMsg
set the Response type whether it's peer, or group dsicovery
setDiscoveryType(int) - Method in class net.jxta.protocol.DiscoveryResponseMsg
set the Response type whether it's peer, or group dsicovery
setEnabled(boolean) - Method in class net.jxta.protocol.EndpointAdvertisement
enable or disable this specific endpoint.
setEndpointAddress(String) - Method in class net.jxta.protocol.EndpointAdvertisement
set the endpointaddress
setEndpointAdvertisements(Hashtable) - Method in class net.jxta.protocol.PeerGroupAdvertisement
sets the endpoint advertisement
setEndpointAdvertisements(Hashtable) - Method in class net.jxta.protocol.PeerAdvertisement
sets the endpoint advertisement
setGid(String) - Method in class net.jxta.protocol.PeerGroupAdvertisement
sets the peer group id
setGroupImpl(ServiceAdvertisement) - Method in class net.jxta.protocol.PeerGroupAdvertisement
sets the peer group service implementation.
setHandlerName(String) - Method in class net.jxta.protocol.ResolverQueryMsg
set the handlername
setHandlerName(String) - Method in class net.jxta.protocol.ResolverResponseMsg
set the handlername
setIncomingTrafficElement(String, long) - Method in class net.jxta.protocol.PeerInfoAdvertisement
Set the number of bytes recieved on the specified channel.
setIsRendezvous(boolean) - Method in class net.jxta.protocol.PeerGroupAdvertisement
sets the peer group member as a rendezvous member
setKeywords(String) - Method in class net.jxta.protocol.EndpointAdvertisement
sets the keywords associated with the endpoint
setKeywords(String) - Method in class net.jxta.protocol.PeerGroupAdvertisement
sets the keywords associated with this peer group
setKeywords(String) - Method in class net.jxta.protocol.PeerAdvertisement
sets the keywords associated with the peer
setKeywords(String) - Method in class net.jxta.protocol.ServiceAdvertisement
sets the the service seach keywords
setLastIncomingMessageTime(int) - Method in class net.jxta.protocol.PeerInfoAdvertisement
Set the time in seconds since this peer last recieved a message in seconds since "the epoch", namely January 1, 1970, 00:00:00 GMT.
setLastOutgoingMessageTime(int) - Method in class net.jxta.protocol.PeerInfoAdvertisement
Set the time in seconds since this peer last sent a message in seconds since "the epoch", namely January 1, 1970, 00:00:00 GMT.
setMonitor(RendezVousMonitor) - Method in interface net.jxta.rendezvous.RendezVous
Register a notification handler that is called each time a RendezVous peer is not reachable anymore.
setName(String) - Method in class net.jxta.protocol.EndpointAdvertisement
sets the name of the endpoint
setName(String) - Method in class net.jxta.protocol.PeerGroupAdvertisement
sets the name of the peer group
setName(String) - Method in class net.jxta.protocol.PeerAdvertisement
sets the name of the peer
setName(String) - Method in class net.jxta.protocol.PipeAdvertisement
set the symbolic name associated with the pipe
setName(String) - Method in class net.jxta.protocol.ServiceAdvertisement
sets the name
setOutgoingTrafficElement(String, long) - Method in class net.jxta.protocol.PeerInfoAdvertisement
Set the number of bytes sent on the specified channel.
setParameters(String[]) - Method in class net.jxta.document.MimeMediaType
Set parameter to a mime-type
setParams(Vector) - Method in class net.jxta.protocol.ServiceAdvertisement
sets the service params
setPeerAdv(String) - Method in class net.jxta.protocol.DiscoveryQueryMsg
set the Response type whether it's peer, or group dsicovery
setPeerAdv(String) - Method in class net.jxta.protocol.DiscoveryResponseMsg
set the response peer advertisement
setPeerName(String) - Method in class net.jxta.protocol.PeerGroupAdvertisement
sets the name of the peer
setPid(String) - Method in class net.jxta.protocol.PeerGroupAdvertisement
sets the peer id of the member of this peer group
setPid(String) - Method in class net.jxta.protocol.PeerAdvertisement
sets the peer id
setPipe(PipeAdvertisement) - Method in class net.jxta.protocol.ServiceAdvertisement
sets the pipe advertisement for the service
setPipeID(PipeID) - Method in class net.jxta.protocol.PipeAdvertisement
set the pipe Id
setPlatformClass(Class) - Static method in class net.jxta.peergroup.PeerGroupFactory
Static Method to initialize the peer platform class
setProtocolAddress(String) - Method in interface net.jxta.endpoint.EndpointAddress
Set the protocol address.
setProtocolName(String) - Method in interface net.jxta.endpoint.EndpointAddress
Set the protocol name.
setProvider(String) - Method in class net.jxta.protocol.ServiceAdvertisement
sets the service provider information
setQuery(String) - Method in class net.jxta.protocol.ResolverQueryMsg
set the Query string
setQueryAttr(String) - Method in class net.jxta.protocol.DiscoveryResponseMsg
set the attribute used by the query
setQueryId(int) - Method in class net.jxta.protocol.ResolverQueryMsg
set the query id.
setQueryId(int) - Method in class net.jxta.protocol.ResolverResponseMsg
set the query id
setQueryValue(String) - Method in class net.jxta.protocol.DiscoveryResponseMsg
set the value used by the query
setResponse(String) - Method in class net.jxta.protocol.ResolverResponseMsg
set the reponse
setResponseCount(int) - Method in class net.jxta.protocol.DiscoveryResponseMsg
set the response count in this message
setResponses(Enumeration) - Method in class net.jxta.protocol.DiscoveryResponseMsg
set the responses to the query
setSecurity(String) - Method in class net.jxta.protocol.ServiceAdvertisement
sets the security service name for this service
setServiceAdvertisements(Hashtable) - Method in class net.jxta.protocol.PeerGroupAdvertisement
sets the service advertisement
setServiceAdvertisements(Hashtable) - Method in class net.jxta.protocol.PeerAdvertisement
sets the service advertisements for services registered on the peer
setServiceName(String) - Method in interface net.jxta.endpoint.EndpointAddress
Set the service name.
setServiceParameter(String) - Method in interface net.jxta.endpoint.EndpointAddress
Set the service parameter
setSourcePid(String) - Method in class net.jxta.protocol.PeerInfoAdvertisement
sets the sender's pid
setSrc(String) - Method in class net.jxta.protocol.ResolverQueryMsg
Set the source of the query
setStdPeerGroupClass(Class) - Static method in class net.jxta.peergroup.PeerGroupFactory
Static Method to initialize the std peer class
setSubtype(String) - Method in class net.jxta.document.MimeMediaType
Set the subtype of MimeMediaType
setTargetPid(String) - Method in class net.jxta.protocol.PeerInfoAdvertisement
sets the target's pid
setThreshold(int) - Method in class net.jxta.protocol.DiscoveryQueryMsg
set the threshold
setTimestamp(int) - Method in class net.jxta.protocol.PeerInfoAdvertisement
sets the time when this peer was last polled
setTransportAdvertisement(TransportAdvertisement) - Method in class net.jxta.protocol.EndpointAdvertisement
sets the transport advertisement
setType(String) - Method in class net.jxta.document.MimeMediaType
Set the type of MimeMediaType
setUptime(int) - Method in class net.jxta.protocol.PeerInfoAdvertisement
sets the number of seconds since this peer was started
setUri(String) - Method in class net.jxta.protocol.ServiceAdvertisement
sets the uri
setValue(String) - Method in class net.jxta.protocol.DiscoveryQueryMsg
set the query
setVersion(String) - Method in class net.jxta.protocol.ServiceAdvertisement
sets the version of the service
startApp(String[]) - Method in interface net.jxta.platform.Application
Some applications will wait for start() being called, before proceeding beyond a certain point.
startRendezVous(RendezVousManager) - Method in interface net.jxta.rendezvous.RendezVous
Start the local peer as a RendezVous peer.
stopApp() - Method in interface net.jxta.platform.Application
One can ask an application to stop.
stopRendezVous() - Method in interface net.jxta.rendezvous.RendezVous
Stop the RendezVous function on the local Peer.
StructuredDocument - interface net.jxta.document.StructuredDocument.
StructuredDocuments are composed of a hierachy of elements very much like XML documents.
StructuredDocumentFactory - class net.jxta.document.StructuredDocumentFactory.
This class provides a static method for constructing instances of various sub-classes of StructuredDocument.
StructuredDocumentFactory() - Constructor for class net.jxta.document.StructuredDocumentFactory
 
StructuredDocumentUtils - class net.jxta.document.StructuredDocumentUtils.
StructuredDocumentUtils provides a number of static utility members which are helpful in manipluating StructuredDocuments.
StructuredDocumentUtils() - Constructor for class net.jxta.document.StructuredDocumentUtils
 
StructuredTextDocument - interface net.jxta.document.StructuredTextDocument.
StructuredTextDocument is a convenience sub-interface of StructuredDocument for the manipulating text based documents such as XML.

T

TextDocument - interface net.jxta.document.TextDocument.
This interface represents a Text based Document.
TextElement - interface net.jxta.document.TextElement.
This abstract class describes a {@see StructuredTextDocument} element.
threshold - Static variable in class net.jxta.protocol.DiscoveryQueryMsg
default threshold to limit the number of responses from one peer
toString() - Method in class net.jxta.document.MimeMediaType
Returns a string representation of the object.
toString() - Method in class net.jxta.id.ID
Public member which returns a string representation of the ID.
TransportAdvertisement - class net.jxta.protocol.TransportAdvertisement.
This abstract class defines a Transport advertisement.
TransportAdvertisement() - Constructor for class net.jxta.protocol.TransportAdvertisement
 
type - Variable in class net.jxta.protocol.DiscoveryQueryMsg
 
type - Variable in class net.jxta.protocol.DiscoveryResponseMsg
 

U

UnknownServiceException - exception net.jxta.exception.UnknownServiceException.
Signals that an error occurred while trying to access a service
UnknownServiceException() - Constructor for class net.jxta.exception.UnknownServiceException
Construct a new UnknownServiceException with no detailed message.
UnknownServiceException(String) - Constructor for class net.jxta.exception.UnknownServiceException
Constructs a new UnknownServiceException with the specified detail message as to why the Codat is not found.
unRegisterService(ServiceAdvertisement) - Method in interface net.jxta.peer.PeerInfo
unRegisters a prevously registered service
URIEncodingName - Static variable in class net.jxta.id.ID
 
UUIDEncoded - Static variable in class net.jxta.id.ID
 

V

ViolationException - exception net.jxta.exception.ViolationException.
Signal an internal error within a peer group operation
ViolationException() - Constructor for class net.jxta.exception.ViolationException
Construct a new ViolationException with no detailed message.
ViolationException(String) - Constructor for class net.jxta.exception.ViolationException
Constructs a new ViolationException with the specified detail message as to violation.

W

waitForMessage() - Method in interface net.jxta.pipe.InputPipe
wait for a message to be received
worldPeerGroupID - Static variable in class net.jxta.peergroup.PeerGroupID
 

A B C D E F G H I J L M N O P Q R S T U V W
Project JXTA