Class ServiceDeploymentInfo


  • public class ServiceDeploymentInfo
    extends Object
    Service related information to the deployment
    • Constructor Detail

      • ServiceDeploymentInfo

        public ServiceDeploymentInfo​(ServiceDeploymentInfo.ServiceProtocol serviceProtocol,
                                     int port,
                                     boolean secured)
        Parameters:
        serviceProtocol - the protocol used by the service
        port - the port of the service
        secured - is the service protocol secured
      • ServiceDeploymentInfo

        public ServiceDeploymentInfo​(int port,
                                     boolean secured)
        Service related information to the deployment
        Parameters:
        port - the port of the service
        secured - is the service protocol secured
      • ServiceDeploymentInfo

        public ServiceDeploymentInfo()
    • Method Detail

      • isSecured

        public boolean isSecured()
      • setSecured

        public void setSecured​(boolean secured)
      • getPort

        public int getPort()
      • setPort

        public void setPort​(int port)
      • isPulling

        public boolean isPulling()
      • setPulling

        public void setPulling​(boolean pulling)
      • getDeploymentProperties

        public Map<String,​String> getDeploymentProperties()
      • addDeploymentProperties

        public void addDeploymentProperties​(Map<String,​String> deploymentProperties)