org.red5.server.jmx.mxbeans
Interface ClientMXBean


@MXBean
public interface ClientMXBean

MBean for Client.

Author:
The Red5 Project ([email protected]), Paul Gregoire ([email protected])

Method Summary
 void disconnect()
           
 Set<IConnection> getConnections()
           
 long getCreationTime()
           
 String getId()
           
 List<String> iterateScopeNameList()
           
 

Method Detail

getId

String getId()

getCreationTime

long getCreationTime()

getConnections

Set<IConnection> getConnections()

iterateScopeNameList

List<String> iterateScopeNameList()

disconnect

void disconnect()


Copyright © 2006-2012 The Red5 Project