org.red5.server.jmx.mxbeans
Interface ClientRegistryMXBean
- All Known Implementing Classes:
- ClientRegistry
@MXBean
public interface ClientRegistryMXBean
An MBean interface for the client registry.
- Author:
- The Red5 Project ([email protected]), Paul Gregoire ([email protected])
nextId
String nextId()
previousId
String previousId()
hasClient
boolean hasClient(String id)
getClientList
List<Client> getClientList()
getClient
Client getClient(String id)
throws ClientNotFoundException
- Throws:
ClientNotFoundException
Copyright © 2006-2012 The Red5 Project