public abstract class AbstractEnvironmentService extends Object
Constructor and Description |
---|
AbstractEnvironmentService(String spacename)
Create an environment service for a given space.
|
public AbstractEnvironmentService(String spacename)
spacename
- The name of the space instance.public ISubscriptionIntermediateFuture<Object> register(String objecttype)
objecttype
- The space object type as defined in the environment to use as avatar for the agent (component).public IFuture<Void> performAction(String actiontype, Map<String,Object> parameters)
actiontype
- The type name of the action as defined in the environment.parameters
- Parameters for the action, if any.Copyright © 2012. All Rights Reserved.