Package org.red5.server.jmx.mxbeans
Interface ClientRegistryMXBean
- All Known Implementing Classes:
ClientRegistry
An MBean interface for the client registry.
- Author:
- The Red5 Project, Paul Gregoire (mondain@gmail.com)
-
Method Summary
-
Method Details
-
nextId
String nextId()nextId.
- Returns:
- a
String
object
-
previousId
String previousId()previousId.
- Returns:
- a
String
object
-
hasClient
hasClient.
- Parameters:
id
- aString
object- Returns:
- a boolean
-
getClientList
getClientList.
- Returns:
- a
List
object
-
getClient
getClient.
- Parameters:
id
- aString
object- Returns:
- a
Client
object - Throws:
ClientNotFoundException
- if any.
-