net.jxta.impl.id.CBID
Class ModuleSpecID
java.lang.Object
net.jxta.id.ID
net.jxta.platform.ModuleSpecID
net.jxta.impl.id.UUID.ModuleSpecID
net.jxta.impl.id.CBID.ModuleSpecID
- All Implemented Interfaces:
- Serializable
- public final class ModuleSpecID
- extends ModuleSpecID
An implementation of the ModuleSpecID
ID Type.
- See Also:
- Serialized Form
ModuleSpecID
protected ModuleSpecID()
- Constructor. Used only internally.
ModuleSpecID
protected ModuleSpecID(IDBytes id)
- Intializes contents from provided ID.
- Parameters:
id
- the ID data
ModuleSpecID
protected ModuleSpecID(UUID classUUID,
UUID specUUID)
- Creates a ModuleSpecID in a given class, with a given class unique id.
A UUID of a class and another UUID are provided.
- Parameters:
classUUID
- the class to which this will belong.specUUID
- the unique id of this spec in that class.- Since:
- JXTA 1.0
ModuleSpecID
public ModuleSpecID(ModuleClassID classID)
- See
IDFactory.Instantiator.newModuleSpecID(net.jxta.platform.ModuleClassID)
.
getIDFormat
public String getIDFormat()
-
- Overrides:
getIDFormat
in class ModuleSpecID
getBaseClass
public ModuleClassID getBaseClass()
-
- Overrides:
getBaseClass
in class ModuleSpecID