org.red5.server.jmx.mxbeans
Interface CoreHandlerMXBean
- All Known Implementing Classes:
- CoreHandler
@MXBean
public interface CoreHandlerMXBean
Base IScopeHandler implementation
- Author:
- The Red5 Project ([email protected])
connect
boolean connect(IConnection conn,
IScope scope)
connect
boolean connect(IConnection conn,
IScope scope,
Object[] params)
disconnect
void disconnect(IConnection conn,
IScope scope)
join
boolean join(IClient client,
IScope scope)
leave
void leave(IClient client,
IScope scope)
removeChildScope
void removeChildScope(IBasicScope scope)
serviceCall
boolean serviceCall(IConnection conn,
IServiceCall call)
start
boolean start(IScope scope)
stop
void stop(IScope scope)
handleEvent
boolean handleEvent(IEvent event)
Copyright © 2006-2012 The Red5 Project