public class ServiceDeploymentInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ServiceDeploymentInfo.ServiceProtocol
Service protocols
|
Constructor and Description |
---|
ServiceDeploymentInfo(int port,
boolean secured)
Service related information to the deployment
|
ServiceDeploymentInfo(ServiceDeploymentInfo.ServiceProtocol serviceProtocol,
int port,
boolean secured)
Service related information to the deployment
|
Modifier and Type | Method and Description |
---|---|
void |
addDeploymentProperties(Map<String,String> deploymentProperties) |
Map<String,String> |
getDeploymentProperties() |
int |
getPort() |
ServiceDeploymentInfo.ServiceProtocol |
getServiceProtocol() |
boolean |
isSecured() |
void |
setPort(int port) |
void |
setSecured(boolean secured) |
void |
setServiceProtocol(ServiceDeploymentInfo.ServiceProtocol serviceProtocol) |
public ServiceDeploymentInfo(ServiceDeploymentInfo.ServiceProtocol serviceProtocol, int port, boolean secured)
serviceProtocol
- the protocol used by the serviceport
- the port of the servicesecured
- is the service protocol securedpublic ServiceDeploymentInfo(int port, boolean secured)
secured
- is the service protocol securedport
- the port of the servicepublic ServiceDeploymentInfo.ServiceProtocol getServiceProtocol()
public void setServiceProtocol(ServiceDeploymentInfo.ServiceProtocol serviceProtocol)
public boolean isSecured()
public int getPort()
public void setPort(int port)
public void setSecured(boolean secured)
Copyright © 2019. All rights reserved.