|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cz.cuni.amis.pogamut.base.agent.jmx.proxy.AgentJMXProxy cz.cuni.amis.pogamut.base.agent.jmx.proxy.GhostAgentJMXProxy cz.cuni.amis.pogamut.base3d.agent.jmx.Agent3DJMXProxy cz.cuni.amis.pogamut.ut2004.bot.jmx.BotJMXProxy
public class BotJMXProxy
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface cz.cuni.amis.pogamut.ut2004.bot.IUT2004Bot |
---|
IUT2004Bot.BoolBotParam |
Constructor Summary | |
---|---|
BotJMXProxy(java.lang.String agentJMXAddress)
|
Method Summary | |
---|---|
boolean |
getBoolConfigure(IUT2004Bot.BoolBotParam param)
Get configuration parameter value. |
void |
respawn()
Restarts the bot in the game. |
void |
setBoolConfigure(IUT2004Bot.BoolBotParam param,
boolean value)
Configures bot property. |
Methods inherited from class cz.cuni.amis.pogamut.base3d.agent.jmx.Agent3DJMXProxy |
---|
getLocation, getRotation, getVelocity |
Methods inherited from class cz.cuni.amis.pogamut.base.agent.jmx.proxy.GhostAgentJMXProxy |
---|
getAct, getWorldView |
Methods inherited from class cz.cuni.amis.pogamut.base.agent.jmx.proxy.AgentJMXProxy |
---|
call, callNoException, callNoException, getAttributeNoException, getComponentId, getEventBus, getIntrospection, getLog, getLogger, getMBeanServerConnection, getName, getObjectName, getState, kill, pause, resume, start, startPaused, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface cz.cuni.amis.pogamut.base.agent.IEmbodiedAgent |
---|
getAct |
Methods inherited from interface cz.cuni.amis.pogamut.base.agent.IObservingAgent |
---|
getWorldView |
Methods inherited from interface cz.cuni.amis.pogamut.base.agent.IAgent |
---|
getComponentId, getIntrospection, getLogger, getName, getState, kill, pause, resume, start, startPaused, stop |
Methods inherited from interface cz.cuni.amis.pogamut.base.component.IComponentAware |
---|
getEventBus |
Methods inherited from interface cz.cuni.amis.pogamut.base3d.worldview.object.ILocated |
---|
getLocation |
Methods inherited from interface cz.cuni.amis.pogamut.base3d.worldview.object.ILocomotive |
---|
getVelocity |
Methods inherited from interface cz.cuni.amis.pogamut.base3d.worldview.object.IRotable |
---|
getRotation |
Constructor Detail |
---|
public BotJMXProxy(java.lang.String agentJMXAddress) throws java.net.MalformedURLException, java.io.IOException, javax.management.MalformedObjectNameException
java.net.MalformedURLException
java.io.IOException
javax.management.MalformedObjectNameException
Method Detail |
---|
public void respawn() throws PogamutException
IUnrealBot
respawn
in interface IUnrealBot
PogamutException
public void setBoolConfigure(IUT2004Bot.BoolBotParam param, boolean value)
IUT2004Bot
setBoolConfigure
in interface IUT2004Bot
public boolean getBoolConfigure(IUT2004Bot.BoolBotParam param)
IUT2004Bot
getBoolConfigure
in interface IUT2004Bot
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |