public class Node
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Disseminator |
disseminator |
protected Environment |
env |
protected PastryNode |
node |
protected SocketPastryNodeFactory |
pnf |
| Constructor and Description |
|---|
Node(java.util.Properties dissemConfig,
Cache cache) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Shuts down and destroys this node.
|
Disseminator |
disseminator()
Returns the disseminator application of this node.
|
protected Environment env
protected SocketPastryNodeFactory pnf
protected PastryNode node
protected Disseminator disseminator
public Node(java.util.Properties dissemConfig,
Cache cache)
throws java.io.IOException
java.io.IOExceptionpublic Disseminator disseminator()
public void destroy()