|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RTMPServerControlMBean
Defines the runtime monitoring and management interface for managed RTMP servers.
| Method Summary | |
|---|---|
Integer |
getConnectionCount()
Returns the total number of current client connections to the server. |
String[] |
getConnectionIds()
Returns the client ids for all currently connected clients. |
Date |
getStartTimestamp()
Returns the start timestamp for the RTMPServer. |
Boolean |
isRunning()
Returns true if the RTMPServer is running. |
void |
removeAllConnections()
Removes all client connections. |
void |
removeConnection(String connectionId)
Removes the specified client connection. |
| Methods inherited from interface flex.management.BaseControlMBean |
|---|
getId, getParent, getType |
| Method Detail |
|---|
Boolean isRunning()
throws IOException
true if the RTMPServer is running.
true if the RTMPServer is running.
IOException
Date getStartTimestamp()
throws IOException
RTMPServer.
RTMPServer.
IOException
Integer getConnectionCount()
throws IOException
IOException
String[] getConnectionIds()
throws IOException
IOException
void removeConnection(String connectionId)
throws IOException
connectionId - The id for the connection to remove.
IOException
void removeAllConnections()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/lcdsjavadoc/flex/management/runtime/messaging/endpoints/rtmp/RTMPServerControlMBean.html