public class Funnel
extends java.lang.Object
| Constructor and Description |
|---|
Funnel() |
| Modifier and Type | Method and Description |
|---|---|
static BufferPool |
getBuffers()
Obtain the buffer pool in this scope.
|
static MessageLinkFactory |
getChannels()
Obtain the link connector in this scope.
|
static EventDispatcher |
getDispatcher()
Obtain the event dispatcher in this scope.
|
static FunnelLogger |
getLogger()
Obtain the logger in this scope.
|
static NodeBase |
getNode()
Obtain the router node in this scope.
|
static TaskThreads |
getScheduler()
Obtain the task scheduler in this scope.
|
static TaskSelector |
getSelector()
Obtain the channel selector in this scope.
|
static PeerManager |
getTopics()
Obtain the topic tracker in this scope.
|
static void |
startServices()
Start funnel services by starting a router node.
|
public static void startServices()
public static NodeBase getNode()
public static TaskThreads getScheduler()
public static EventDispatcher getDispatcher()
public static PeerManager getTopics()
public static MessageLinkFactory getChannels()
public static TaskSelector getSelector()
public static FunnelLogger getLogger()
public static BufferPool getBuffers()