Modifiers | Name | Description |
---|---|---|
static class |
Node.Logger |
@author Kevin Chalmers |
Modifiers | Name | Description |
---|---|---|
static Node.Logger |
err |
|
static Node.Logger |
log |
Type | Name and description |
---|---|
static Node |
getInstance() @return The singleton instance of the Node |
AltingChannelInput |
getLinkLostEventChannel() @return A channel to receive disconnect events on |
NodeID |
getNodeID() @return The NodeID of this Node |
NodeKey |
init(NodeAddress addr) @param addr |
NodeKey |
init(String name, NodeAddress addr) @param name |
NodeKey |
init(NodeFactory factory) @param factory |
void |
setErr(OutputStream stream) @param stream |
void |
setLog(OutputStream stream) @param stream |