|
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 |
---|
Methods in net.jxta.codat that return CodatID | |
---|---|
static CodatID |
CodatID.create(URI fromURI)
Creates an ID by parsing the given URI. |
CodatID |
CodatID.intern()
Returns a canonical representation for the ID object. |
Constructors in net.jxta.codat with parameters of type CodatID | |
---|---|
Codat(CodatID id,
CodatID about,
Document document)
Constructs a Codat instance for an existing Codat given it's CodatID and a document. |
|
Codat(PeerGroupID groupID,
CodatID about,
Document document)
Constructs a Codat instance with a new CodatId given a PeerGroupID and a Document. |
|
Metadata(CodatID id,
CodatID about,
Document document)
Constructs a Metadata instance for an existing Codat given it's CodatID, the CodatID of the associated Codat and a Document. |
|
Metadata(PeerGroupID groupID,
CodatID about,
Document document)
Constructs a Metadata instance with a new CodatId given a PeerGroupID, the CodatID of the associated Codat 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. |
|
JXSE | |||||||||
PREV NEXT | FRAMES NO FRAMES |