@Service public interface BackendInfoDAO
Modifier and Type | Field and Description |
---|---|
static Key<String> |
BACKEND_DESCRIPTION |
static Key<String> |
BACKEND_NAME |
static Category<BackendInformation> |
CATEGORY |
static Key<Boolean> |
IS_ACTIVE |
static Key<Integer> |
ORDER_VALUE |
static Key<List<Integer>> |
PIDS_TO_MONITOR |
static Key<Boolean> |
SHOULD_MONITOR_NEW_PROCESSES |
Modifier and Type | Method and Description |
---|---|
void |
addBackendInformation(BackendInformation info) |
List<BackendInformation> |
getBackendInformation(HostRef host) |
void |
removeBackendInformation(BackendInformation info) |
static final Category<BackendInformation> CATEGORY
List<BackendInformation> getBackendInformation(HostRef host)
void addBackendInformation(BackendInformation info)
void removeBackendInformation(BackendInformation info)
Copyright © 2017. All rights reserved.