|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRed5Plugin
Base interface for a Red5 server Plug-in.
Method Summary | |
---|---|
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(ApplicationContext context)
Sets the top-most ApplicationContext within Red5. |
void |
setServer(Server server)
Sets a reference to the server. |
Method Detail |
---|
String getName()
void setApplicationContext(ApplicationContext context)
context
- void setServer(Server server)
server
- void doStart() throws Exception
Exception
void doStop() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |