Package jadex.application
Class EnvironmentService
- java.lang.Object
- 
- jadex.application.EnvironmentService
 
- 
- All Implemented Interfaces:
- IEnvironmentService
 
 public class EnvironmentService extends java.lang.Object implements IEnvironmentService Environment service implementation.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccesscomponentThe component.protected java.util.Map<java.lang.String,IExtensionInstance>spacesThe spaces.
 - 
Constructor SummaryConstructors Constructor Description EnvironmentService()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IFuture<java.lang.Object>getSpace(IInternalAccess component, java.lang.String name)Get a space for a component.IFuture<java.lang.Object>getSpace(java.lang.String name)Get a space.IFuture<java.lang.Void>initSpaces()Init the spaces.IFuture<java.lang.Void>terminateSpaces()Shutdown the spaces.
 
- 
- 
- 
Field Detail- 
componentprotected IInternalAccess component The component.
 - 
spacesprotected java.util.Map<java.lang.String,IExtensionInstance> spaces The spaces.
 
- 
 - 
Method Detail- 
initSpacespublic IFuture<java.lang.Void> initSpaces() Init the spaces.
 - 
terminateSpacespublic IFuture<java.lang.Void> terminateSpaces() Shutdown the spaces.
 - 
getSpacepublic IFuture<java.lang.Object> getSpace(java.lang.String name) Get a space.- Specified by:
- getSpacein interface- IEnvironmentService
 
 - 
getSpacepublic static IFuture<java.lang.Object> getSpace(IInternalAccess component, java.lang.String name) Get a space for a component.
 
- 
 
-