Uses of Class
com.almende.eve.config.Config

Packages that use Config
com.almende.eve.agent   
com.almende.eve.transport.http   
 

Uses of Config in com.almende.eve.agent
 

Methods in com.almende.eve.agent that return Config
 Config AgentFactory.getConfig()
          Get the loaded config file
 

Methods in com.almende.eve.agent with parameters of type Config
 void AgentFactory.addAgents(Config config)
          Create agents from a config (only when they do not yet exist).
 void AgentFactory.addTransportServices(Config config)
          Load transport services for incoming and outgoing messages from a config (for example http and xmpp services).
static AgentFactory AgentFactory.createInstance(Config config)
          Create a shared AgentFactory instance with the default namespace "default"
static AgentFactory AgentFactory.createInstance(String namespace, Config config)
          Create a shared AgentFactory instance with a specific namespace
 void AgentFactory.setConfig(Config config)
          Get the loaded config file
 void AgentFactory.setSchedulerFactory(Config config)
          Load a scheduler factory from a config file
 void AgentFactory.setStateFactory(Config config)
          Load a state factory from config
 

Constructors in com.almende.eve.agent with parameters of type Config
AgentCache(Config config)
           
AgentFactory(Config config)
          Construct an AgentFactory and initialize the configuration
 

Uses of Config in com.almende.eve.transport.http
 

Fields in com.almende.eve.transport.http declared as Config
protected  Config HttpService.config
           
 

Constructors in com.almende.eve.transport.http with parameters of type Config
HttpService(Config config)
          Construct an HttpService from a config The config can contain parameters: environment.Production.servlet_url environment.Development.servlet_url servlet_url The HttpService will select the parameter based on the current environment
 



Copyright © 2013 Almende BV. All Rights Reserved.