| Modifier and Type | Method and Description |
|---|---|
void |
AgentJMXComponents.addComponent(IJMXEnabled component)
Adding new IJMXEnabled component to the list - registering it so it will
be notified when the enableJMX() is called.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JMXAgentModule<AGENT extends AbstractAgent>
Agent module that provides JMX interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Act
TODO!
|
| Modifier and Type | Class and Description |
|---|---|
class |
FolderToIJMXEnabledAdapter
Adapter turning introspection folder into IJMXEnabled component.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IAgentLogger
Basic interface for agent's logs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAgentLogger
All logging apis are fine ... but we don't want to have
loggers for classes but for instances - therefore we've created
our wrapper allowing you to do two things quickly:
log things
create new logger categories
1) that's obvious - it should be easy
2) this may prove crucial for your debugging to have own logger
for planner and another for emotions of your agents, etc.
|
class |
AgentLogger
All logging apis are fine ... but we don't want to have
loggers for classes but for instances - therefore we've created
our wrapper allowing you to do two things quickly:
log things
create new logger categories
1) that's obvious - it should be easy
2) this may prove crucial for your debugging to have own logger
for planner and another for emotions of your agents, etc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AgentLoggerJMXProxy
Makes remote AgentLogger look like local logger.
|
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.