Package planet.commonapi.factory

Interface Summary
ApplicationFactory This interface abstracts the task of generate new instances of Application, using the factory method design pattern.
EndPointFactory This interface attempts to abstract building EndPoints, using the pattern design Factory Method.
IdFactory This interface provides methods with a way of generating Ids, using the factory method design pattern.
NetworkFactory This interface is focused to allow the ability of build networks of different topologies, size and Nodes, using the factory method pattern design.
NodeFactory It's a factory for Nodes abstraction.
NodeHandleFactory It's a factory for NodeHandles abstraction.
RouteMessagePool Shows a pool of RouteMessage, reusing any existing RouteMessage as possible.