| Modifier and Type | Method and Description |
|---|---|
HostComponentDesiredStateEntity |
HostComponentDesiredStateDAO.findByPK(HostComponentDesiredStateEntityPK primaryKey) |
HostComponentDesiredStateEntity |
HostComponentDesiredStateDAO.merge(HostComponentDesiredStateEntity hostComponentDesiredStateEntity) |
| Modifier and Type | Method and Description |
|---|---|
List<HostComponentDesiredStateEntity> |
HostComponentDesiredStateDAO.findAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
HostComponentDesiredStateDAO.create(HostComponentDesiredStateEntity hostComponentDesiredStateEntity) |
HostComponentDesiredStateEntity |
HostComponentDesiredStateDAO.merge(HostComponentDesiredStateEntity hostComponentDesiredStateEntity) |
void |
HostComponentDesiredStateDAO.refresh(HostComponentDesiredStateEntity hostComponentDesiredStateEntity) |
void |
HostComponentDesiredStateDAO.remove(HostComponentDesiredStateEntity hostComponentDesiredStateEntity) |
| Modifier and Type | Method and Description |
|---|---|
Collection<HostComponentDesiredStateEntity> |
ServiceComponentDesiredStateEntity.getHostComponentDesiredStateEntities() |
Collection<HostComponentDesiredStateEntity> |
HostEntity.getHostComponentDesiredStateEntities() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceComponentDesiredStateEntity.setHostComponentDesiredStateEntities(Collection<HostComponentDesiredStateEntity> hostComponentDesiredStateEntities) |
void |
HostEntity.setHostComponentDesiredStateEntities(Collection<HostComponentDesiredStateEntity> hostComponentDesiredStateEntities) |
| Modifier and Type | Method and Description |
|---|---|
ServiceComponentHost |
ServiceComponentHostFactory.createExisting(ServiceComponent serviceComponent,
HostComponentStateEntity stateEntity,
HostComponentDesiredStateEntity desiredStateEntity) |
| Constructor and Description |
|---|
ServiceComponentHostImpl(ServiceComponent serviceComponent,
HostComponentStateEntity stateEntity,
HostComponentDesiredStateEntity desiredStateEntity,
com.google.inject.Injector injector) |
Copyright © 2016. All rights reserved.