io.sarl.sre.janus.services.context
Class DefaultContextFactory
All Superinterfaces:
ContextFactory
class DefaultContextFactory
extends java.lang.Object
implements ContextFactory
Factory of SRE contexts.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Since:
0.6.0
Constructor Summary
Constructor and description
new(Provider<T>,LoggingService,Provider<T>,Provider<T>)
Constructor with injected parameters.
Action Summary
Modifier and type Action and description
Context newInstance(UUID,UUID,Agent)
Constructor Details
new(Provider<T>,LoggingService,Provider<T>,Provider<T>)
new(Provider<T>,LoggingService,Provider<T>,Provider<T>)
Constructor with injected parameters.
Parameters:
spaceRepositoryProvider - the provider of space repository.
logger - the logging service.
listenerFactory - the factory of space listeners.
factories - the provider of factories tool.
Action Details
newInstance(UUID,UUID,Agent)
def newInstance(UUID,UUID,Agent) : Context