|
Project JXTA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CodatID | |
---|---|
net.jxta.codat | Codats are container objects that can hold both data or code and are associated with a JXTA ID. |
net.jxta.id | IDs are used within JXTA to refer to peers, peer groups, pipes and other types of resources. |
Uses of CodatID in net.jxta.codat |
---|
Constructors in net.jxta.codat with parameters of type CodatID | |
---|---|
Codat(CodatID id,
CodatID about,
Document document)
Makes a new Codat instance from an existing Codat, with a given CodatID and a document. |
|
Metadata(CodatID id,
CodatID about,
Document document)
Construct a new Metadata instance from parameters for an existing Codat, a CodatID and a document. |
|
Metadata(PeerGroupID groupID,
CodatID about,
Document document)
Construct a new Codat with a new CodatId given a PeerGroupID and a document. |
Uses of CodatID in net.jxta.id |
---|
Methods in net.jxta.id that return CodatID | |
---|---|
static CodatID |
IDFactory.newCodatID(PeerGroupID groupID)
Creates a new CodatID Instance. |
CodatID |
IDFactory.Instantiator.newCodatID(PeerGroupID groupID)
Creates a new CodatID Instance. |
static CodatID |
IDFactory.newCodatID(PeerGroupID groupID,
byte[] seed)
Creates a new CodatID instance. |
CodatID |
IDFactory.Instantiator.newCodatID(PeerGroupID groupID,
byte[] seed)
Creates a new CodatID instance. |
static CodatID |
IDFactory.newCodatID(PeerGroupID groupID,
byte[] seed,
InputStream in)
Creates a new CodatID instance. |
CodatID |
IDFactory.Instantiator.newCodatID(PeerGroupID groupID,
byte[] seed,
InputStream in)
Creates a new CodatID instance. |
static CodatID |
IDFactory.newCodatID(PeerGroupID groupID,
InputStream in)
Creates a new CodatID instance. |
CodatID |
IDFactory.Instantiator.newCodatID(PeerGroupID groupID,
InputStream in)
Creates a new CodatID instance. |
|
JXTA J2SE | |||||||||
PREV NEXT | FRAMES NO FRAMES |