cz.cuni.amis.pogamut.ut2004.bot.jmx
Interface BotJMXMBeanAdapterMBean

Package class diagram package BotJMXMBeanAdapterMBean
All Superinterfaces:
Agent3DMBeanAdapterMBean, IAgentMBeanAdapter
All Known Implementing Classes:
BotJMXMBeanAdapter

public interface BotJMXMBeanAdapterMBean
extends Agent3DMBeanAdapterMBean

Author:
ik

Method Summary
 void boolConfigure(String param, boolean value)
          Configures bot property.
 void respawn()
           
 boolean retrieveBoolConfigure(String param)
          Get configuration parameter value.
 
Methods inherited from interface cz.cuni.amis.pogamut.base3d.agent.jmx.Agent3DMBeanAdapterMBean
getLocation, getRotation, getVelocity
 
Methods inherited from interface cz.cuni.amis.pogamut.base.agent.jmx.adapter.IAgentMBeanAdapter
getComponentId, getName, getObjectName, getState, kill, pause, resume, start, stop
 

Method Detail

respawn

void respawn()
             throws cz.cuni.amis.utils.exception.PogamutException
Throws:
cz.cuni.amis.utils.exception.PogamutException

boolConfigure

void boolConfigure(String param,
                   boolean value)
Configures bot property.

Parameters:
param - see BoolBotParam
value -

retrieveBoolConfigure

boolean retrieveBoolConfigure(String param)
Get configuration parameter value.

Parameters:
param - see BoolBotParam
Returns:


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.