|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IdFactory | |
planet.commonapi | |
planet.commonapi.factory | |
planet.generic.commonapi | |
planet.generic.commonapi.factory | |
planet.scribe |
Uses of IdFactory in planet.commonapi |
Methods in planet.commonapi that return IdFactory | |
IdFactory |
Node.getIdFactory()
Returns a factory for Ids specific to this node's protocol. |
Uses of IdFactory in planet.commonapi.factory |
Methods in planet.commonapi.factory that return IdFactory | |
IdFactory |
NodeFactory.getIdFactory()
Returns the IdFactory that the concrete implementation uses to generate new Ids for new instances of Nodes. |
Methods in planet.commonapi.factory with parameters of type IdFactory | |
void |
NodeFactory.setIdFactory(IdFactory idFactory)
Sets the IdFactory to use in the future, to generate new Ids. |
Uses of IdFactory in planet.generic.commonapi |
Methods in planet.generic.commonapi that return IdFactory | |
IdFactory |
NodeImpl.getIdFactory()
Returns a factory for Ids specific to this node's protocol. |
IdFactory |
NetworkNodeImpl.getIdFactory()
Returns a factory for Ids specific to this node's protocol. |
Uses of IdFactory in planet.generic.commonapi.factory |
Classes in planet.generic.commonapi.factory that implement IdFactory | |
class |
IdFactoryDoubleImpl
This Factory generate uniques Id from a material. |
class |
IdFactoryImpl
This Factory generate uniques Id from a material. |
Methods in planet.generic.commonapi.factory that return IdFactory | |
IdFactory |
NodeFactoryImpl.getIdFactory()
Gets the actual IdFactory in use. |
static IdFactory |
GenericFactory.getIdFactory()
Builds a new instance of IdFactory. |
static IdFactory |
GenericFactory.getIdFactory(java.lang.String propertiesFile)
Builds a new instance of IdFactory. |
Methods in planet.generic.commonapi.factory with parameters of type IdFactory | |
void |
NodeFactoryImpl.setIdFactory(IdFactory idFactory)
Sets the IdFactory to use in the future. |
static void |
GenericFactory.setIdFactory(IdFactory idFactory)
|
Constructors in planet.generic.commonapi.factory with parameters of type IdFactory | |
NodeFactoryImpl(IdFactory idFactory,
java.lang.Class nodeClass,
java.lang.String topology)
Initializes a new instance of NodeFactory with the idFactory and nodeClass specifieds by parameter. |
Uses of IdFactory in planet.scribe |
Methods in planet.scribe with parameters of type IdFactory | |
static Id |
Topic.getId(IdFactory factory,
java.lang.String name)
Returns the Id to which the string is mapped |
Constructors in planet.scribe with parameters of type IdFactory | |
Topic(IdFactory factory,
java.lang.String name)
Constructor which takes a name for this topic |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |