|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.red5.server.plugin.PluginRegistry
public class PluginRegistry
Central registry for Red5 plug-ins.
Constructor Summary | |
---|---|
PluginRegistry()
|
Method Summary | |
---|---|
static IRed5Plugin |
getPlugin(String pluginName)
Returns a plug-in. |
static void |
register(IRed5Plugin plugin)
Registers a plug-in. |
static void |
shutdown()
Shuts down the registry and stops any plug-ins that are found. |
static void |
unregister(IRed5Plugin plugin)
Unregisters a plug-in. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PluginRegistry()
Method Detail |
---|
public static void register(IRed5Plugin plugin)
plugin
- public static void unregister(IRed5Plugin plugin)
plugin
- public static IRed5Plugin getPlugin(String pluginName)
pluginName
-
public static void shutdown() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |