@Singleton public class AgentNamespaceFinder extends AbstractNamespaceFinder<AgentName,Agent>
Constructor and Description |
---|
AgentNamespaceFinder(service : ContextService)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Agent |
find(name : AgentName)
Find and replies the object with the given name.
|
String |
getScheme()
Replies the name scheme supported by this finder.
|
findAgent, getContextService
@Inject
public new
(service : ContextService)
service
- the service that is managing the contexts and the spaces.@Pure
public def
getScheme() : String
INamespaceFinder
@Pure
public def
find(name : AgentName) : Agent
INamespaceFinder
name
- the name of the object to search for.null
if the object is not found.Copyright © 2021 the original authors or authors.