public class EnvironmentService extends java.lang.Object implements IEnvironmentService
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.IInternalAccess |
component
The component.
|
protected java.util.Map<java.lang.String,IExtensionInstance> |
spaces
The spaces.
|
Constructor and Description |
---|
EnvironmentService() |
Modifier and Type | Method and Description |
---|---|
static jadex.commons.future.IFuture<java.lang.Object> |
getSpace(jadex.bridge.IInternalAccess component,
java.lang.String name)
Get a space for a component.
|
jadex.commons.future.IFuture<java.lang.Object> |
getSpace(java.lang.String name)
Get a space.
|
jadex.commons.future.IFuture<java.lang.Void> |
initSpaces()
Init the spaces.
|
jadex.commons.future.IFuture<java.lang.Void> |
terminateSpaces()
Shutdown the spaces.
|
protected jadex.bridge.IInternalAccess component
protected java.util.Map<java.lang.String,IExtensionInstance> spaces
public jadex.commons.future.IFuture<java.lang.Void> initSpaces()
public jadex.commons.future.IFuture<java.lang.Void> terminateSpaces()
public jadex.commons.future.IFuture<java.lang.Object> getSpace(java.lang.String name)
getSpace
in interface IEnvironmentService
public static jadex.commons.future.IFuture<java.lang.Object> getSpace(jadex.bridge.IInternalAccess component, java.lang.String name)