|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ros.node.DefaultNodeFactory
public class DefaultNodeFactory
Constructs DefaultNodes.
| Constructor Summary | |
|---|---|
DefaultNodeFactory(java.util.concurrent.ScheduledExecutorService scheduledExecutorService)
|
|
| Method Summary | |
|---|---|
Node |
newNode(NodeConfiguration nodeConfiguration)
Build a new Node with the given NodeConfiguration. |
Node |
newNode(NodeConfiguration nodeConfiguration,
java.util.Collection<NodeListener> listeners)
Build a new Node with the given NodeConfiguration and
NodeListeners. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultNodeFactory(java.util.concurrent.ScheduledExecutorService scheduledExecutorService)
| Method Detail |
|---|
public Node newNode(NodeConfiguration nodeConfiguration,
java.util.Collection<NodeListener> listeners)
NodeFactoryNode with the given NodeConfiguration and
NodeListeners.
newNode in interface NodeFactorynodeConfiguration - the NodeConfiguration for the new Nodelisteners - a collection of NodeListener instances which will be
registered with the node (can be null)
Nodepublic Node newNode(NodeConfiguration nodeConfiguration)
NodeFactoryNode with the given NodeConfiguration.
newNode in interface NodeFactorynodeConfiguration - the NodeConfiguration for the new Node
Node
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||