public interface ServiceComponentHostFactory
Modifier and Type | Method and Description |
---|---|
ServiceComponentHost |
createExisting(ServiceComponent serviceComponent,
HostComponentStateEntity stateEntity,
HostComponentDesiredStateEntity desiredStateEntity) |
ServiceComponentHost |
createNew(ServiceComponent serviceComponent,
String hostName) |
ServiceComponentHost |
createNew(ServiceComponent serviceComponent,
String hostName,
ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity) |
ServiceComponentHost createNew(ServiceComponent serviceComponent, String hostName)
ServiceComponentHost createNew(ServiceComponent serviceComponent, String hostName, ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity)
ServiceComponentHost createExisting(ServiceComponent serviceComponent, HostComponentStateEntity stateEntity, HostComponentDesiredStateEntity desiredStateEntity)
Copyright © 2022 Apache Software Foundation. All rights reserved.