ServiceType
- the actual type of the servicepublic class DistributionComponent<ServiceType> extends Object
Constructor and Description |
---|
DistributionComponent(DistributionComponentKind kind,
String name,
ServiceType service,
Map<String,Object> properties) |
Modifier and Type | Method and Description |
---|---|
DistributionComponentKind |
getKind() |
String |
getName() |
Map<String,Object> |
getProperties() |
ServiceType |
getService() |
public DistributionComponent(DistributionComponentKind kind, String name, ServiceType service, Map<String,Object> properties)
public ServiceType getService()
public String getName()
public DistributionComponentKind getKind()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.