|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IComponentBus in cz.cuni.amis.pogamut.base.agent.component.event |
|---|
| Constructors in cz.cuni.amis.pogamut.base.agent.component.event with parameters of type IComponentBus | |
|---|---|
AgentEvents(IComponentBus bus,
IAgent component,
Logger log)
|
|
| Uses of IComponentBus in cz.cuni.amis.pogamut.base.agent.impl |
|---|
| Methods in cz.cuni.amis.pogamut.base.agent.impl that return IComponentBus | |
|---|---|
IComponentBus |
AbstractAgent.getEventBus()
|
| Constructors in cz.cuni.amis.pogamut.base.agent.impl with parameters of type IComponentBus | |
|---|---|
AbstractAgent(IAgentId agentId,
IComponentBus eventBus,
IAgentLogger logger)
Introspection folder with properties and other subfolders obtained from this agent. |
|
AbstractEmbodiedAgent(IAgentId agentId,
IComponentBus bus,
IAgentLogger logger,
WORLD_VIEW worldView,
ACT act)
|
|
AbstractGhostAgent(IAgentId agentId,
IComponentBus bus,
IAgentLogger logger,
WORLD_VIEW worldView,
ACT act)
|
|
AbstractObservingAgent(IAgentId agentId,
IComponentBus bus,
IAgentLogger logger,
WORLD_VIEW worldView)
|
|
| Uses of IComponentBus in cz.cuni.amis.pogamut.base.agent.jmx.proxy |
|---|
| Methods in cz.cuni.amis.pogamut.base.agent.jmx.proxy that return IComponentBus | |
|---|---|
IComponentBus |
AgentJMXProxy.getEventBus()
|
| Uses of IComponentBus in cz.cuni.amis.pogamut.base.agent.module |
|---|
| Fields in cz.cuni.amis.pogamut.base.agent.module declared as IComponentBus | |
|---|---|
protected IComponentBus |
AgentModule.eventBus
|
| Uses of IComponentBus in cz.cuni.amis.pogamut.base.agent.navigation.impl |
|---|
| Constructors in cz.cuni.amis.pogamut.base.agent.navigation.impl with parameters of type IComponentBus | |
|---|---|
PathFuture(PATH_ELEMENT pathFrom,
PATH_ELEMENT pathTo,
IComponentBus bus,
IComponent... dependants)
Initialize the path future as dependent on 'dependants'. |
|
| Uses of IComponentBus in cz.cuni.amis.pogamut.base.communication.command.impl |
|---|
| Constructors in cz.cuni.amis.pogamut.base.communication.command.impl with parameters of type IComponentBus | |
|---|---|
Act(IWorldWriterProvider writerProvider,
ICommandSerializer serializer,
IComponentBus eventBus,
IAgentLogger logger)
|
|
| Uses of IComponentBus in cz.cuni.amis.pogamut.base.communication.connection.impl |
|---|
| Fields in cz.cuni.amis.pogamut.base.communication.connection.impl declared as IComponentBus | |
|---|---|
protected IComponentBus |
AbstractConnection.eventBus
Event bus of the agent. |
| Constructors in cz.cuni.amis.pogamut.base.communication.connection.impl with parameters of type IComponentBus | |
|---|---|
AbstractConnection(ADDRESS address,
ComponentDependencies dependencies,
IComponentBus bus,
IAgentLogger logger)
|
|
AbstractConnection(ComponentDependencies dependencies,
IComponentBus bus,
IAgentLogger logger)
|
|
| Uses of IComponentBus in cz.cuni.amis.pogamut.base.communication.connection.impl.socket |
|---|
| Constructors in cz.cuni.amis.pogamut.base.communication.connection.impl.socket with parameters of type IComponentBus | |
|---|---|
SocketConnection(ComponentDependencies dependencies,
IComponentBus bus,
IAgentLogger logger)
|
|
SocketConnection(ISocketConnectionAddress address,
ComponentDependencies dependencies,
IComponentBus bus,
IAgentLogger logger)
|
|
| Uses of IComponentBus in cz.cuni.amis.pogamut.base.communication.mediator.impl |
|---|
| Constructors in cz.cuni.amis.pogamut.base.communication.mediator.impl with parameters of type IComponentBus | |
|---|---|
Mediator(IWorldChangeEventOutput producer,
IComponentBus bus,
IAgentLogger logger)
The object in passed to the constructor (IWorldEventOutput) is world event producer. |
|
| Uses of IComponentBus in cz.cuni.amis.pogamut.base.communication.parser.impl.yylex |
|---|
| Constructors in cz.cuni.amis.pogamut.base.communication.parser.impl.yylex with parameters of type IComponentBus | |
|---|---|
YylexParser(IWorldReaderProvider readerProvider,
IYylex yylex,
IYylexObserver yylexObserver,
IComponentBus eventBus,
IAgentLogger logger)
|
|
| Uses of IComponentBus in cz.cuni.amis.pogamut.base.communication.translator.impl |
|---|
| Constructors in cz.cuni.amis.pogamut.base.communication.translator.impl with parameters of type IComponentBus | |
|---|---|
WorldMessageTranslator(IWorldMessageParser parser,
IWorldMessageTranslator messageHandler,
IComponentBus eventBus,
IAgentLogger logger)
|
|
| Uses of IComponentBus in cz.cuni.amis.pogamut.base.communication.worldview |
|---|
| Methods in cz.cuni.amis.pogamut.base.communication.worldview that return IComponentBus | |
|---|---|
IComponentBus |
IWorldView.getEventBus()
|
| Uses of IComponentBus in cz.cuni.amis.pogamut.base.communication.worldview.impl |
|---|
| Fields in cz.cuni.amis.pogamut.base.communication.worldview.impl declared as IComponentBus | |
|---|---|
protected IComponentBus |
AbstractWorldView.eventBus
|
| Methods in cz.cuni.amis.pogamut.base.communication.worldview.impl that return IComponentBus | |
|---|---|
IComponentBus |
AbstractWorldView.getEventBus()
|
| Constructors in cz.cuni.amis.pogamut.base.communication.worldview.impl with parameters of type IComponentBus | |
|---|---|
AbstractWorldView(ComponentDependencies dependencies,
IComponentBus bus,
IAgentLogger logger)
|
|
EventDrivenWorldView(ComponentDependencies dependencies,
IComponentBus bus,
IAgentLogger log)
|
|
LockableWorldView(ComponentDependencies dependencies,
IComponentBus bus,
IAgentLogger log)
|
|
| Uses of IComponentBus in cz.cuni.amis.pogamut.base.component |
|---|
| Methods in cz.cuni.amis.pogamut.base.component that return IComponentBus | |
|---|---|
IComponentBus |
IComponentAware.getEventBus()
IComponentBus that the instance is working with. |
| Uses of IComponentBus in cz.cuni.amis.pogamut.base.component.bus |
|---|
| Classes in cz.cuni.amis.pogamut.base.component.bus that implement IComponentBus | |
|---|---|
class |
ComponentBus
Too complex - not suitable for inheritance ... |
| Methods in cz.cuni.amis.pogamut.base.component.bus that return IComponentBus | |
|---|---|
IComponentBus |
ComponentBus.getEventBus()
|
| Uses of IComponentBus in cz.cuni.amis.pogamut.base.component.bus.event |
|---|
| Fields in cz.cuni.amis.pogamut.base.component.bus.event declared as IComponentBus | |
|---|---|
protected IComponentBus |
ComponentBusEvents.bus
|
| Constructors in cz.cuni.amis.pogamut.base.component.bus.event with parameters of type IComponentBus | |
|---|---|
BusAwareCountDownLatch(int count,
IComponentBus bus)
|
|
BusAwareCountDownLatch(int count,
IComponentBus bus,
IComponent... components)
|
|
BusAwareCountDownLatch(int count,
IComponentBus bus,
cz.cuni.amis.utils.token.IToken... componentIds)
|
|
ComponentBusEvents(IComponentBus bus,
IComponent component,
Logger log)
|
|
WaitForEvent(IComponentBus bus,
WaitForEvent.IEventFilter accept)
|
|
| Uses of IComponentBus in cz.cuni.amis.pogamut.base.component.bus.event.impl |
|---|
| Constructors in cz.cuni.amis.pogamut.base.component.bus.event.impl with parameters of type IComponentBus | |
|---|---|
ComponentBusErrorEvent(IComponentBus component,
String message)
|
|
ComponentBusErrorEvent(IComponentBus component,
Throwable cause)
|
|
| Uses of IComponentBus in cz.cuni.amis.pogamut.base.component.bus.exception |
|---|
| Uses of IComponentBus in cz.cuni.amis.pogamut.base.component.controller |
|---|
| Constructors in cz.cuni.amis.pogamut.base.component.controller with parameters of type IComponentBus | |
|---|---|
ComponentController(COMPONENT component,
IComponentControlHelper componentControlHelper,
IComponentBus bus,
Logger log,
ComponentDependencies dependencies)
If you use only IComponentBus (not ILifecycleBus, you must create this ComponentController before any of 'dependencies' is started
as there is no way how to retrieve state of component from 'dependencies' so we will assume that all are in state ComponentState.INSTANTIATED. |
|
ComponentController(COMPONENT component,
IComponentControlHelper componentControlHelper,
IComponentBus bus,
Logger log,
ComponentDependencyType dependencyType,
Object... dependencies)
If you use only IComponentBus (not ILifecycleBus, you must create this ComponentController before any of 'dependencies' is started
as there is no way how to retrieve state of component from 'dependencies' so we will assume that all are in state ComponentState.INSTANTIATED. |
|
| Uses of IComponentBus in cz.cuni.amis.pogamut.base.component.lifecyclebus |
|---|
| Subinterfaces of IComponentBus in cz.cuni.amis.pogamut.base.component.lifecyclebus | |
|---|---|
interface |
ILifecycleBus
ILifecycleBus is extending IComponentBus by implementing the knowledge of lifecycle states of various IComponents. |
| Classes in cz.cuni.amis.pogamut.base.component.lifecyclebus that implement IComponentBus | |
|---|---|
class |
LifecycleBus
Lifecycle bus is implementing ILifecycleBus which is extending IComponentBus by implementing the knowledge of lifecycle states of various IComponents. |
| Methods in cz.cuni.amis.pogamut.base.component.lifecyclebus that return IComponentBus | |
|---|---|
IComponentBus |
LifecycleBus.getEventBus()
|
| Uses of IComponentBus in cz.cuni.amis.pogamut.base.server |
|---|
| Constructors in cz.cuni.amis.pogamut.base.server with parameters of type IComponentBus | |
|---|---|
AbstractWorldServer(IAgentId agentId,
IAgentLogger agentLogger,
IComponentBus bus,
WORLD_VIEW worldView,
ACT act)
|
|
| Uses of IComponentBus in cz.cuni.amis.pogamut.base.utils.future |
|---|
| Constructors in cz.cuni.amis.pogamut.base.utils.future with parameters of type IComponentBus | |
|---|---|
ComponentFuture(IComponentBus bus,
IComponent... dependants)
Constructor where you have to specify components on which the result depends + its component bus. |
|
| Uses of IComponentBus in cz.cuni.amis.pogamut.base.utils.logging |
|---|
| Constructors in cz.cuni.amis.pogamut.base.utils.logging with parameters of type IComponentBus | |
|---|---|
TestAgents.NetworkLoggingAgent(IAgentId agentId,
IComponentBus eventBus,
IAgentLogger logger)
|
|
| Uses of IComponentBus in cz.cuni.amis.pogamut.base3d.agent |
|---|
| Constructors in cz.cuni.amis.pogamut.base3d.agent with parameters of type IComponentBus | |
|---|---|
AbstractAgent3D(IAgentId agentId,
IComponentBus eventBus,
IAgentLogger logger,
WORLD_VIEW worldView,
ACT act)
|
|
| Uses of IComponentBus in cz.cuni.amis.pogamut.base3d.worldview.impl |
|---|
| Constructors in cz.cuni.amis.pogamut.base3d.worldview.impl with parameters of type IComponentBus | |
|---|---|
BatchAwareWorldView(ComponentDependencies dependencies,
IComponentBus bus,
IAgentLogger log)
|
|
LockableBatchAwareWorldView(ComponentDependencies dependencies,
IComponentBus bus,
IAgentLogger log)
|
|
SyncLockableBatchAwareWorldView(ComponentDependencies dependencies,
IComponentBus bus,
IAgentLogger log)
|
|
VisionWorldView(ComponentDependencies dependencies,
IComponentBus bus,
IAgentLogger log)
|
|
| Uses of IComponentBus in cz.cuni.amis.pogamut.multi.communication.worldview |
|---|
| Methods in cz.cuni.amis.pogamut.multi.communication.worldview that return IComponentBus | |
|---|---|
IComponentBus |
ILocalWorldView.getEventBus()
|
| Uses of IComponentBus in cz.cuni.amis.pogamut.multi.communication.worldview.impl |
|---|
| Methods in cz.cuni.amis.pogamut.multi.communication.worldview.impl that return IComponentBus | |
|---|---|
IComponentBus |
LocalWorldViewAdapter.getEventBus()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||