Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.alicebot.server.net.listener
Class AliceChatListenerRegistry  view AliceChatListenerRegistry download AliceChatListenerRegistry.java

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byorg.alicebot.server.core.util.ClassRegistry
              extended byorg.alicebot.server.net.listener.AliceChatListenerRegistry
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class AliceChatListenerRegistry
extends org.alicebot.server.core.util.ClassRegistry


Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
private static java.lang.String PROCESSOR_BASE_CLASS_NAME
           
private static java.lang.String[] PROCESSOR_LIST
           
private static AliceChatListenerRegistry self
           
private static java.lang.String VERSION
           
 
Fields inherited from class org.alicebot.server.core.util.ClassRegistry
baseClassName, classesToRegister, version
 
Fields inherited from class java.util.Hashtable
 
Constructor Summary
private AliceChatListenerRegistry()
           
 
Method Summary
static AliceChatListenerRegistry getSelf()
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

VERSION

private static final java.lang.String VERSION
See Also:
Constant Field Values

PROCESSOR_LIST

private static final java.lang.String[] PROCESSOR_LIST

PROCESSOR_BASE_CLASS_NAME

private static final java.lang.String PROCESSOR_BASE_CLASS_NAME
See Also:
Constant Field Values

self

private static final AliceChatListenerRegistry self
Constructor Detail

AliceChatListenerRegistry

private AliceChatListenerRegistry()
Method Detail

getSelf

public static AliceChatListenerRegistry getSelf()