public class AbstractCompositeService extends AbstractService
| Constructor and Description |
|---|
AbstractCompositeService() |
AbstractCompositeService(Class<?> holderClass) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<jp.go.nict.langrid.commons.util.Pair<Invocation,Class<?>>> |
invocations() |
protected <T> T |
loadServices() |
void |
log(String message) |
void |
severe(String message,
Throwable t) |
void |
warning(String message,
Throwable t) |
getComponentServiceFactory, getFile, getServiceName, setComponentServiceFactory, setServiceNamepublic AbstractCompositeService()
public AbstractCompositeService(Class<?> holderClass)
public Iterable<jp.go.nict.langrid.commons.util.Pair<Invocation,Class<?>>> invocations()
protected <T> T loadServices()
throws ServiceLoadingFailedException
ServiceLoadingFailedExceptionpublic void log(String message)