| Package | Description |
|---|---|
| net.kuujo.vertigo.component | |
| net.kuujo.vertigo.component.impl | |
| net.kuujo.vertigo.network | |
| net.kuujo.vertigo.network.impl |
| Modifier and Type | Method and Description |
|---|---|
ModuleConfig |
ModuleConfig.setModule(String moduleName)
Sets the module name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultModuleConfig
Default module configuration implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleConfig |
DefaultModuleConfig.addHook(ComponentHook hook) |
ModuleConfig |
DefaultModuleConfig.setConfig(org.vertx.java.core.json.JsonObject config) |
ModuleConfig |
DefaultModuleConfig.setGroup(String group) |
ModuleConfig |
DefaultModuleConfig.setInstances(int instances) |
ModuleConfig |
DefaultModuleConfig.setModule(String moduleName) |
ModuleConfig |
DefaultModuleConfig.setName(String name) |
| Modifier and Type | Method and Description |
|---|---|
ModuleConfig |
NetworkConfig.addModule(ModuleConfig module)
Adds a module to the network.
|
ModuleConfig |
ActiveNetwork.addModule(ModuleConfig module)
Adds a module component to the network.
|
ModuleConfig |
ActiveNetwork.addModule(ModuleConfig module,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler)
Adds a module component to the network.
|
ModuleConfig |
NetworkConfig.addModule(String name,
String moduleName)
Adds a module to the network.
|
ModuleConfig |
ActiveNetwork.addModule(String name,
String moduleName)
Adds a module component to the network.
|
ModuleConfig |
ActiveNetwork.addModule(String name,
String moduleName,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler)
Adds a module component to the network.
|
ModuleConfig |
NetworkConfig.addModule(String name,
String moduleName,
int instances)
Adds a module to the network.
|
ModuleConfig |
ActiveNetwork.addModule(String name,
String moduleName,
int instances)
Adds a module component to the network.
|
ModuleConfig |
ActiveNetwork.addModule(String name,
String moduleName,
int instances,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler)
Adds a module component to the network.
|
ModuleConfig |
NetworkConfig.addModule(String name,
String moduleName,
org.vertx.java.core.json.JsonObject config)
Adds a module to the network.
|
ModuleConfig |
ActiveNetwork.addModule(String name,
String moduleName,
org.vertx.java.core.json.JsonObject config)
Adds a module component to the network.
|
ModuleConfig |
ActiveNetwork.addModule(String name,
String moduleName,
org.vertx.java.core.json.JsonObject config,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler)
Adds a module component to the network.
|
ModuleConfig |
NetworkConfig.addModule(String name,
String moduleName,
org.vertx.java.core.json.JsonObject config,
int instances)
Adds a module to the network.
|
ModuleConfig |
ActiveNetwork.addModule(String name,
String moduleName,
org.vertx.java.core.json.JsonObject config,
int instances)
Adds a module component to the network.
|
ModuleConfig |
ActiveNetwork.addModule(String name,
String moduleName,
org.vertx.java.core.json.JsonObject config,
int instances,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler)
Adds a module component to the network.
|
ModuleConfig |
NetworkConfig.removeModule(ModuleConfig module)
Removes a module from the network.
|
ModuleConfig |
ActiveNetwork.removeModule(ModuleConfig module)
Removes a module component from the network.
|
ModuleConfig |
ActiveNetwork.removeModule(ModuleConfig module,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler)
Removes a module component from the network.
|
ModuleConfig |
NetworkConfig.removeModule(String name)
Removes a module from the network.
|
ModuleConfig |
ActiveNetwork.removeModule(String name)
Removes a module component from the network.
|
ModuleConfig |
ActiveNetwork.removeModule(String name,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler)
Removes a module component from the network.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleConfig |
NetworkConfig.addModule(ModuleConfig module)
Adds a module to the network.
|
ModuleConfig |
ActiveNetwork.addModule(ModuleConfig module)
Adds a module component to the network.
|
ModuleConfig |
ActiveNetwork.addModule(ModuleConfig module,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler)
Adds a module component to the network.
|
ModuleConfig |
NetworkConfig.removeModule(ModuleConfig module)
Removes a module from the network.
|
ModuleConfig |
ActiveNetwork.removeModule(ModuleConfig module)
Removes a module component from the network.
|
ModuleConfig |
ActiveNetwork.removeModule(ModuleConfig module,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler)
Removes a module component from the network.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleConfig |
DefaultNetworkConfig.addModule(ModuleConfig module) |
ModuleConfig |
DefaultActiveNetwork.addModule(ModuleConfig module) |
ModuleConfig |
DefaultActiveNetwork.addModule(ModuleConfig module,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler) |
ModuleConfig |
DefaultNetworkConfig.addModule(String name,
String moduleName) |
ModuleConfig |
DefaultActiveNetwork.addModule(String name,
String moduleName) |
ModuleConfig |
DefaultActiveNetwork.addModule(String name,
String moduleName,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler) |
ModuleConfig |
DefaultNetworkConfig.addModule(String name,
String moduleName,
int instances) |
ModuleConfig |
DefaultActiveNetwork.addModule(String name,
String moduleName,
int instances) |
ModuleConfig |
DefaultActiveNetwork.addModule(String name,
String moduleName,
int instances,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler) |
ModuleConfig |
DefaultNetworkConfig.addModule(String name,
String moduleName,
org.vertx.java.core.json.JsonObject config) |
ModuleConfig |
DefaultActiveNetwork.addModule(String name,
String moduleName,
org.vertx.java.core.json.JsonObject config) |
ModuleConfig |
DefaultActiveNetwork.addModule(String name,
String moduleName,
org.vertx.java.core.json.JsonObject config,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler) |
ModuleConfig |
DefaultNetworkConfig.addModule(String name,
String moduleName,
org.vertx.java.core.json.JsonObject config,
int instances) |
ModuleConfig |
DefaultActiveNetwork.addModule(String name,
String moduleName,
org.vertx.java.core.json.JsonObject config,
int instances) |
ModuleConfig |
DefaultActiveNetwork.addModule(String name,
String moduleName,
org.vertx.java.core.json.JsonObject config,
int instances,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler) |
ModuleConfig |
DefaultNetworkConfig.removeModule(ModuleConfig module) |
ModuleConfig |
DefaultActiveNetwork.removeModule(ModuleConfig module) |
ModuleConfig |
DefaultActiveNetwork.removeModule(ModuleConfig module,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler) |
ModuleConfig |
DefaultNetworkConfig.removeModule(String name) |
ModuleConfig |
DefaultActiveNetwork.removeModule(String name) |
ModuleConfig |
DefaultActiveNetwork.removeModule(String name,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler) |
| Modifier and Type | Method and Description |
|---|---|
ModuleConfig |
DefaultNetworkConfig.addModule(ModuleConfig module) |
ModuleConfig |
DefaultActiveNetwork.addModule(ModuleConfig module) |
ModuleConfig |
DefaultActiveNetwork.addModule(ModuleConfig module,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler) |
ModuleConfig |
DefaultNetworkConfig.removeModule(ModuleConfig module) |
ModuleConfig |
DefaultActiveNetwork.removeModule(ModuleConfig module) |
ModuleConfig |
DefaultActiveNetwork.removeModule(ModuleConfig module,
org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<ActiveNetwork>> doneHandler) |
Copyright © 2013-2014. All Rights Reserved.