Package org.red5.server.api.scope

Examples of org.red5.server.api.scope.IScope.removeChildren()


      log.debug("Application / web scope: {}", appScope);
      assertTrue(appScope.getDepth() == 1);
    }
    String soName = "foo";
    IScope room1 = ScopeUtils.resolveScope(appScope, "/junit/room1");
    room1.removeChildren();
    log.debug("Child exists: {}", room1.hasChildScope(soName));

    log.debug("testRemoveSO-end");
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.