Uses of Interface
org.alicebot.server.core.BotProcess

Packages that use BotProcess
org.alicebot.server.core   
org.alicebot.server.net   
org.alicebot.server.net.listener   
 

Uses of BotProcess in org.alicebot.server.core
 

Methods in org.alicebot.server.core that return BotProcess
static BotProcess BotProcesses.get(java.lang.String name)
          Returns a given process.
 

Methods in org.alicebot.server.core with parameters of type BotProcess
static void BotProcesses.start(BotProcess process, java.lang.String name)
          Adds a process to the registry and starts it.
 

Uses of BotProcess in org.alicebot.server.net
 

Subinterfaces of BotProcess in org.alicebot.server.net
 interface AliceCompatibleHttpServer
          Specifies the methods that an http server must implement in order to be compatible with Program D.
 

Classes in org.alicebot.server.net that implement BotProcess
 class JettyWrapper
           Implements a "wrapper" for Jetty 3.1.4 so it can be created with a parameterless constructor and then initialized with a configuration file.
 

Uses of BotProcess in org.alicebot.server.net.listener
 

Classes in org.alicebot.server.net.listener that implement BotProcess
 class AliceAIM
          This code is from the Everybuddy Java Project by Chris Carlin (http://EBJava.sourceforge.net/) modified to work with an Alicebot server.
 class AliceChatListener
          An abstract listener.
 class AliceICQ
          This code is from the Everybuddy Java Project by Chris Carlin (http://EBJava.sourceforge.net/) modified to work with an Alicebot server.
 class AliceIRC
          This code is from the sIRC project and was written by Chris Knight http://www.chrisknight.com/sirc/ and modified to work with an Alicebot server.