|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AgentFactory | |
---|---|
com.almende.eve.agent | |
com.almende.eve.agent.log | |
com.almende.eve.scheduler | |
com.almende.eve.state | |
com.almende.eve.transport.http | |
com.almende.eve.transport.xmpp |
Uses of AgentFactory in com.almende.eve.agent |
---|
Methods in com.almende.eve.agent that return AgentFactory | |
---|---|
static AgentFactory |
AgentFactory.createInstance()
Create a shared AgentFactory instance with the default namespace "default" |
static AgentFactory |
AgentFactory.createInstance(Config config)
Create a shared AgentFactory instance with the default namespace "default" |
static AgentFactory |
AgentFactory.createInstance(String namespace)
Create a shared AgentFactory instance with a specific namespace |
static AgentFactory |
AgentFactory.createInstance(String namespace,
Config config)
Create a shared AgentFactory instance with a specific namespace |
AgentFactory |
Agent.getAgentFactory()
Get the agent factory. |
static AgentFactory |
AgentFactory.getInstance()
Get a shared AgentFactory instance with the default namespace "default" |
static AgentFactory |
AgentFactory.getInstance(String namespace)
Get a shared AgentFactory instance with a specific namespace |
Methods in com.almende.eve.agent with parameters of type AgentFactory | |
---|---|
void |
Agent.setAgentFactory(AgentFactory agentFactory)
|
Uses of AgentFactory in com.almende.eve.agent.log |
---|
Constructors in com.almende.eve.agent.log with parameters of type AgentFactory | |
---|---|
EventLogger(AgentFactory agentFactory)
|
Uses of AgentFactory in com.almende.eve.scheduler |
---|
Constructors in com.almende.eve.scheduler with parameters of type AgentFactory | |
---|---|
ClockSchedulerFactory(AgentFactory agentFactory,
Map<String,Object> params)
This constructor is called when constructed by the AgentFactory |
|
ClockSchedulerFactory(AgentFactory agentFactory,
String id)
|
|
RunnableSchedulerFactory(AgentFactory agentFactory,
Map<String,Object> params)
This constructor is called when constructed by the AgentFactory |
|
RunnableSchedulerFactory(AgentFactory agentFactory,
String id)
|
Uses of AgentFactory in com.almende.eve.state |
---|
Constructors in com.almende.eve.state with parameters of type AgentFactory | |
---|---|
FileStateFactory(AgentFactory agentFactory,
Map<String,Object> params)
This constructor is called when constructed by the AgentFactory |
|
MemoryStateFactory(AgentFactory agentFactory,
Map<String,Object> params)
This constructor is called when constructed by the AgentFactory |
Uses of AgentFactory in com.almende.eve.transport.http |
---|
Constructors in com.almende.eve.transport.http with parameters of type AgentFactory | |
---|---|
HttpService(AgentFactory agentFactory,
Map<String,Object> params)
Construct an HttpService This constructor is called when the TransportService is constructed by the AgentFactory |
Uses of AgentFactory in com.almende.eve.transport.xmpp |
---|
Constructors in com.almende.eve.transport.xmpp with parameters of type AgentFactory | |
---|---|
AgentConnection(AgentFactory agentFactory)
|
|
XmppService(AgentFactory agentFactory,
Map<String,Object> params)
Construct an XmppService This constructor is called when the TransportService is constructed by the AgentFactory |
|
XmppService(AgentFactory agentFactory,
String host,
Integer port,
String service)
initialize the settings for the xmpp service |
|
XmppService(AgentFactory agentFactory,
String host,
Integer port,
String service,
String id)
initialize the settings for the xmpp service |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |