cz.cuni.amis.pogamut.base.utils.guice
Interface IAgentScope

All Superinterfaces:
com.google.inject.Scope
All Known Implementing Classes:
AgentScope

public interface IAgentScope
extends com.google.inject.Scope

Scope that treats all AgentScoped classes as singletons.


Method Summary
 void clearScope()
          Release all AgentScoped objects that the scope is holding.
 
Methods inherited from interface com.google.inject.Scope
scope, toString
 

Method Detail

clearScope

void clearScope()
Release all AgentScoped objects that the scope is holding.