Uses of Class
cz.cuni.amis.pogamut.base.component.bus.exception.ComponentNotRunningException

Packages that use ComponentNotRunningException
cz.cuni.amis.pogamut.base.communication.command   
cz.cuni.amis.pogamut.base.communication.connection   
cz.cuni.amis.pogamut.base.communication.parser   
cz.cuni.amis.pogamut.base.communication.parser.impl.yylex   
cz.cuni.amis.pogamut.base.communication.translator   
cz.cuni.amis.pogamut.base.communication.translator.event   
cz.cuni.amis.pogamut.base.communication.translator.impl   
cz.cuni.amis.pogamut.base.communication.worldview   
cz.cuni.amis.pogamut.base.communication.worldview.impl   
cz.cuni.amis.pogamut.base3d.worldview.impl   
cz.cuni.amis.pogamut.multi.communication.worldview   
cz.cuni.amis.pogamut.multi.communication.worldview.impl   
 

Uses of ComponentNotRunningException in cz.cuni.amis.pogamut.base.communication.command
 

Methods in cz.cuni.amis.pogamut.base.communication.command that throw ComponentNotRunningException
 void IAct.act(CommandMessage command)
          Execute an action in the world.
 

Uses of ComponentNotRunningException in cz.cuni.amis.pogamut.base.communication.connection
 

Methods in cz.cuni.amis.pogamut.base.communication.connection that throw ComponentNotRunningException
abstract  int WorldReader.read(char[] arg0, int arg1, int arg2)
           
 int WorldReader.WorldReaderWrapper.read(char[] arg0, int arg1, int arg2)
           
abstract  void WorldWriter.write(char[] arg0, int arg1, int arg2)
           
 

Uses of ComponentNotRunningException in cz.cuni.amis.pogamut.base.communication.parser
 

Methods in cz.cuni.amis.pogamut.base.communication.parser that throw ComponentNotRunningException
 InfoMessage IWorldMessageParser.parse()
          May block.
 

Uses of ComponentNotRunningException in cz.cuni.amis.pogamut.base.communication.parser.impl.yylex
 

Methods in cz.cuni.amis.pogamut.base.communication.parser.impl.yylex that throw ComponentNotRunningException
 InfoMessage YylexParser.parse()
           
 

Uses of ComponentNotRunningException in cz.cuni.amis.pogamut.base.communication.translator
 

Methods in cz.cuni.amis.pogamut.base.communication.translator that throw ComponentNotRunningException
 IWorldChangeEvent[] IWorldMessageTranslator.processMessage(InfoMessage message)
          The handler must process the message and return 0,1 or more world events.
 

Uses of ComponentNotRunningException in cz.cuni.amis.pogamut.base.communication.translator.event
 

Methods in cz.cuni.amis.pogamut.base.communication.translator.event that throw ComponentNotRunningException
 IWorldChangeEvent IWorldChangeEventOutput.getEvent()
          Returns next event of the world.
 

Uses of ComponentNotRunningException in cz.cuni.amis.pogamut.base.communication.translator.impl
 

Methods in cz.cuni.amis.pogamut.base.communication.translator.impl that throw ComponentNotRunningException
 IWorldChangeEvent WorldMessageTranslator.getEvent()
           
 

Uses of ComponentNotRunningException in cz.cuni.amis.pogamut.base.communication.worldview
 

Methods in cz.cuni.amis.pogamut.base.communication.worldview that throw ComponentNotRunningException
 void ILockableWorldView.lock()
          Lock the worldview, preventing it from raising any new events.
 void IWorldChangeEventInput.notify(IWorldChangeEvent event)
          New event was generated from the world.
 void IWorldChangeEventInput.notifyAfterPropagation(IWorldChangeEvent event)
          Raise another event after current one finishes its propagation.
 void IWorldChangeEventInput.notifyImmediately(IWorldChangeEvent event)
          Notify immediately will process the event right away, it won't use "event recursion buffer" to postpone the processing of the event.
 void ILockableWorldView.unlock()
          Unlock the worldview, processing all events that came between lock() / unlock() calls.
 

Uses of ComponentNotRunningException in cz.cuni.amis.pogamut.base.communication.worldview.impl
 

Methods in cz.cuni.amis.pogamut.base.communication.worldview.impl that throw ComponentNotRunningException
 void LockableWorldView.lock()
          Prevent the WorldView from being changed.
 void EventDrivenWorldView.notify(IWorldChangeEvent event)
           
 void EventDrivenWorldView.notifyAfterPropagation(IWorldChangeEvent event)
           
 void EventDrivenWorldView.notifyImmediately(IWorldChangeEvent event)
           
 

Uses of ComponentNotRunningException in cz.cuni.amis.pogamut.base3d.worldview.impl
 

Methods in cz.cuni.amis.pogamut.base3d.worldview.impl that throw ComponentNotRunningException
 void BatchAwareWorldView.notifyImmediately(IWorldChangeEvent event)
           
 

Uses of ComponentNotRunningException in cz.cuni.amis.pogamut.multi.communication.worldview
 

Methods in cz.cuni.amis.pogamut.multi.communication.worldview that throw ComponentNotRunningException
 void ISharedWorldChangeEventInput.notify(IWorldChangeEvent event)
           
 void ITimedWorldChangeEventInput.notify(IWorldChangeEvent event)
           
 void ILocalWorldView.notifyImmediately(IWorldChangeEvent event)
          Calls notify without waiting for batches, locks or anything else.
 

Uses of ComponentNotRunningException in cz.cuni.amis.pogamut.multi.communication.worldview.impl
 

Methods in cz.cuni.amis.pogamut.multi.communication.worldview.impl that throw ComponentNotRunningException
 void LocalWorldViewAdapter.lock()
           
 void LocalWorldViewAdapter.notify(IWorldChangeEvent event)
           
 void EventDrivenSharedWorldView.notify(IWorldChangeEvent event)
           
 void EventDrivenLocalWorldView.notify(IWorldChangeEvent event)
           
 void LocalWorldViewAdapter.notifyAfterPropagation(IWorldChangeEvent event)
           
 void EventDrivenLocalWorldView.notifyAfterPropagation(IWorldChangeEvent event)
           
 void LocalWorldViewAdapter.notifyImmediately(IWorldChangeEvent event)
           
 void EventDrivenLocalWorldView.notifyImmediately(IWorldChangeEvent event)
           
 void LocalWorldViewAdapter.unlock()
           
 



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