| Modifier and Type | Method and Description |
|---|---|
void |
ActivityService.endActivity(String id) |
ActivityContextInfo[] |
ActivityService.listActivityContexts() |
void |
ActivityService.queryActivityContextLiveness() |
ActivityContextInfo |
ActivityService.retrieveActivityContextDetails(String id) |
ActivityContextInfo[] |
ActivityService.retrieveActivityContextIDByActivityType(String type) |
ActivityContextInfo[] |
ActivityService.retrieveActivityContextIDByResourceAdaptorEntityName(String name) |
ActivityContextInfo[] |
ActivityService.retrieveActivityContextIDBySbbEntityID(String id) |
ActivityContextInfo[] |
ActivityService.retrieveActivityContextIDBySbbID(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlarmsService.clearAlarm(String alarmId) |
AlarmInfo[] |
AlarmsService.getAlarms() |
| Modifier and Type | Method and Description |
|---|---|
ComponentInfo |
ComponentsService.getComponentInfo(String id) |
ComponentInfo[] |
ComponentsService.getComponentInfos(ComponentTypeInfo componentTypeInfo) |
String |
ComponentsService.getComponentName(String id) |
ComponentInfo[] |
ComponentsService.getComponents() |
ComponentTypeInfo[] |
ComponentsService.getComponentTypeInfos() |
String[] |
ComponentsService.getReferringComponents(String id) |
ComponentInfo[] |
ComponentsService.searchComponents(ComponentSearchParams params) |
ComponentInfo[] |
ComponentsService.searchComponents(String text) |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentSearchParams.validate() |
| Constructor and Description |
|---|
ComponentSearchParams(String name,
String id,
String vendor,
String version) |
| Modifier and Type | Method and Description |
|---|---|
String |
DeployableUnitsService.getDeployableUnitName(String id) |
DeployableUnitInfo[] |
DeployableUnitsService.getDeployableUnits() |
DeployableUnitInfo[] |
DeployableUnitsService.searchDeployableUnits(String text) |
void |
DeployableUnitsService.uninstall(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
LogService.addHandler(String loggerName,
String handlerName,
String handlerClassName,
String formaterClass,
String filterClass,
String[] constructorParameters,
String[] paramValues) |
void |
LogService.addLogger(String name,
String level) |
void |
LogService.addNotificationHandler(String loggerName,
int numberOfEntries,
String level,
String formaterClassName,
String filterClassName) |
void |
LogService.addSocketHandler(String loggerName,
String handlerLevel,
String handlerName,
String formaterClassName,
String filterClassName,
String host,
int port) |
void |
LogService.clearLoggers(String name) |
LoggerInfo |
LogService.fetchLoggerInfo(String loggerName)
If this logger does not exists it will be created with Level.OFF
|
String |
LogService.getDefaultHandlerLevel() |
String |
LogService.getDefaultLoggerLevel() |
int |
LogService.getDefaultNotificationInterval() |
String |
LogService.getLoggerLevel(String fullName) |
List<String> |
LogService.getLoggerNames() |
boolean |
LogService.getUseParentHandlers(String loggerName) |
void |
LogService.removeHandlerAtIndex(String loggerName,
int index) |
void |
LogService.reReadConf(String uri) |
String |
LogService.resetLoggerLevel(String loggerName) |
void |
LogService.setDefaultHandlerLevel(String l) |
void |
LogService.setDefaultLoggerLevel(String l) |
void |
LogService.setDefaultNotificationInterval(int numberOfEntries) |
void |
LogService.setLoggerFilterClassName(String loggerName,
String className,
String[] constructorParameters,
String[] paramValues) |
void |
LogService.setLoggerLevel(String loggerName,
String level) |
void |
LogService.setUseParentHandlers(String loggerName,
boolean value) |
| Modifier and Type | Method and Description |
|---|---|
void |
SbbEntitiesService.removeSbbEntity(String sbbeId) |
SbbEntityInfo[] |
SbbEntitiesService.retrieveAllSbbEntities() |
SbbEntityInfo |
SbbEntitiesService.retrieveSbbEntityInfo(String sbbeId) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServicesService.activate(String id) |
void |
ServicesService.deactivate(String id) |
ComponentInfo[] |
ServicesService.getSbbsWithinService(String serviceID) |
ServiceInfoHeader[] |
ServicesService.getServiceInfoHeaders() |
| Modifier and Type | Method and Description |
|---|---|
SleeStateInfo |
SleeStateService.getState() |
String |
SleeStateService.getVersion() |
void |
SleeStateService.shutdown() |
void |
SleeStateService.start() |
void |
SleeStateService.stop() |
| Modifier and Type | Method and Description |
|---|---|
void |
RaUsageService.createUsageParameterSet(String entityName,
String name) |
void |
UsageService.createUsageParameterSet(String serviceID,
String sbbID,
String name) |
String[] |
RaUsageService.getParameterSets(String raId,
String entityName) |
String[] |
UsageService.getParameterSets(String serviceID,
String sbbID) |
UsageParameterInfo[] |
RaUsageService.getRaUsageParameters(String entityName,
String parameterSet) |
UsageParameterInfo[] |
UsageService.getSBBUsageParameters(String serviceID,
String sbbID,
String parameterSet) |
void |
RaUsageService.removeUsageParameterSet(String entityName,
String parameterSet) |
void |
UsageService.removeUsageParameterSet(String serviceID,
String sbbID,
String parameterSet) |
void |
RaUsageService.resetAllUsageParameters(String entityName) |
void |
RaUsageService.resetAllUsageParameters(String entityName,
String parameterSet) |
void |
UsageService.resetAllUsageParameters(String serviceID,
String sbbID) |
void |
UsageService.resetAllUsageParameters(String serviceID,
String sbbID,
String parameterSet) |
void |
RaUsageService.resetUsageParameter(String entityName,
String parameterSet,
String parameterName,
boolean isCounterType) |
void |
UsageService.resetUsageParameter(String serviceID,
String sbbID,
String parameterSet,
String parameterName,
boolean isCounterType) |
Copyright © 2017. All rights reserved.