Uses of Class
org.alicebot.server.core.Multiplexor

Packages that use Multiplexor
org.alicebot.server.core   
 

Uses of Multiplexor in org.alicebot.server.core
 

Subclasses of Multiplexor in org.alicebot.server.core
 class DBMultiplexor
           A database-oriented Multiplexor.
 class FlatFileMultiplexor
           Presently more a proof-of-concept than anything else, for checking the new Multiplexor architecture.
 

Methods in org.alicebot.server.core that return Multiplexor
static Multiplexor ActiveMultiplexor.getInstance()
          Returns the Multiplexor managed by this class.