org.red5.server.api.plugin
public interface IRed5Plugin
Modifier and Type | Method and Description |
---|---|
void |
doStart()
Lifecycle method called when the plug-in is started.
|
void |
doStop()
Lifecycle method called when the plug-in is stopped.
|
String |
getName()
Returns a name / identifier for the plug-in.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext context)
Sets the top-most ApplicationContext within Red5.
|
void |
setServer(Server server)
Sets a reference to the server.
|
String getName()
void setApplicationContext(org.springframework.context.ApplicationContext context)
context
- void setServer(Server server)
server
- void doStart() throws Exception
Exception
Copyright © 2006-2012 The Red5 Project