public abstract class TestService extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestService.TestServiceScope |
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
log |
TestService.TestServiceScope |
scope |
| Constructor and Description |
|---|
TestService() |
| Modifier and Type | Method and Description |
|---|---|
abstract TestService.TestServiceScope |
getScope() |
void |
start() |
void |
stop() |
public static org.slf4j.Logger log
public TestService.TestServiceScope scope
public abstract TestService.TestServiceScope getScope()
public void start()
public void stop()
Copyright © 2018 Kurento. All rights reserved.