Modifier and Type | Method and Description |
---|---|
MrService |
MrProcess.getService() |
MrService |
MrProcessAssignment.getService() |
Modifier and Type | Method and Description |
---|---|
List<MrService> |
MrService.getFromDependencyServiceList() |
List<MrService> |
MachineReassignment.getServiceList() |
List<MrService> |
MrService.getToDependencyServiceList() |
Modifier and Type | Method and Description |
---|---|
void |
MrProcess.setService(MrService service) |
Modifier and Type | Method and Description |
---|---|
void |
MrService.setFromDependencyServiceList(List<MrService> fromDependencyServiceList) |
void |
MachineReassignment.setServiceList(List<MrService> serviceList) |
void |
MrService.setToDependencyServiceList(List<MrService> toDependencyServiceList) |
Modifier and Type | Method and Description |
---|---|
MrService |
MrServiceDependency.getFromService() |
MrService |
MrServiceDependency.getToService() |
Modifier and Type | Method and Description |
---|---|
void |
MrServiceDependency.setFromService(MrService fromService) |
void |
MrServiceDependency.setToService(MrService toService) |
Modifier and Type | Method and Description |
---|---|
MrService |
MrServiceMovedProcessesCount.getService() |
Constructor and Description |
---|
MrServiceMovedProcessesCount(MrService service,
int movedProcessesCount) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.