public class Node extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected AgentChannelManager | 
agentChannelManager  | 
| Modifier and Type | Method and Description | 
|---|---|
AgentChannelManager | 
agentChannelManager()  | 
String[] | 
args()  | 
int | 
clusterPort()  | 
protected void | 
createAgentChannelManager()  | 
JASocketFactories | 
factory()  | 
Server | 
initializeServer(Class<Server> serverClass)  | 
org.agilewiki.jactor.MailboxFactory | 
mailboxFactory()  | 
static void | 
main(String[] args)  | 
File | 
nodeDirectory()  | 
protected void | 
openAgentChannelManager(int clusterPort,
                       Commands commands)  | 
org.apache.sshd.server.PasswordAuthenticator | 
passwordAuthenticator()  | 
void | 
process()  | 
protected void | 
setNodeDirectory()  | 
protected void | 
startDiscovery()  | 
protected void | 
startKeepAlive()  | 
void | 
startup(Class serverClass,
       String args)  | 
protected AgentChannelManager agentChannelManager
public String[] args()
public org.agilewiki.jactor.MailboxFactory mailboxFactory()
public AgentChannelManager agentChannelManager()
public File nodeDirectory()
public JASocketFactories factory() throws Exception
Exceptionpublic Server initializeServer(Class<Server> serverClass) throws Exception
Exceptionprotected void createAgentChannelManager()
protected void openAgentChannelManager(int clusterPort,
                           Commands commands)
                                throws Exception
Exceptionpublic org.apache.sshd.server.PasswordAuthenticator passwordAuthenticator()
Copyright © 2013. All Rights Reserved.