|
|||||||||
Home >> All >> org >> alicebot >> server >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.alicebot.server.core
Class BotProcesses

java.lang.Objectorg.alicebot.server.core.BotProcesses
- public class BotProcesses
- extends java.lang.Object
Field Summary | |
private static java.util.HashMap |
registry
|
Constructor Summary | |
private |
BotProcesses()
|
Method Summary | |
static BotProcess |
get(java.lang.String s)
|
static java.util.Iterator |
getRegistryIterator()
|
static void |
shutdownAll()
|
static void |
start(BotProcess botprocess,
java.lang.String s)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
registry
private static java.util.HashMap registry
Constructor Detail |
BotProcesses
private BotProcesses()
Method Detail |
start
public static void start(BotProcess botprocess, java.lang.String s)
getRegistryIterator
public static java.util.Iterator getRegistryIterator()
get
public static BotProcess get(java.lang.String s)
shutdownAll
public static void shutdownAll()
|
|||||||||
Home >> All >> org >> alicebot >> server >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |