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> |
HostEntity.getHostComponentDesiredStateEntities() |
Collection<HostComponentDesiredStateEntity> |
ServiceComponentDesiredStateEntity.getHostComponentDesiredStateEntities() |
Modifier and Type | Method and Description |
---|---|
void |
HostEntity.setHostComponentDesiredStateEntities(Collection<HostComponentDesiredStateEntity> hostComponentDesiredStateEntities) |
void |
ServiceComponentDesiredStateEntity.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 © 2014. All rights reserved.