org.red5.server.service
Class ContextServiceResolver
java.lang.Object
org.red5.server.service.ContextServiceResolver
- All Implemented Interfaces:
- IServiceResolver
public class ContextServiceResolver
- extends Object
- implements IServiceResolver
Resolve services that have been configured in the context of a scope.
- Author:
- The Red5 Project ([email protected]), Joachim Bauch ([email protected])
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextServiceResolver
public ContextServiceResolver()
resolveService
public Object resolveService(IScope scope,
String serviceName)
- Search for a service with the given name in the scope.
- Specified by:
resolveService
in interface IServiceResolver
- Parameters:
scope
- the scope to search inserviceName
- the name of the service
- Returns:
- the object implementing the service or
null
if
service doesn't exist
Copyright © 2006-2012 The Red5 Project