|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public Boolean isRunning()
throws IOException
true if the RTMPServer is running.
true if the RTMPServer is running.
IOException
public Date getStartTimestamp()
throws IOException
RTMPServer.
RTMPServer.
IOException
public Integer getConnectionCount()
throws IOException
IOException
public String[] getConnectionIds()
throws IOException
IOException
public void removeConnection(String connectionId)
throws IOException
connectionId - The id for the connection to remove.
IOException
public void removeAllConnections()
throws IOException
IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||