Class FederatedServiceRegistryEntry

    • Constructor Detail

      • FederatedServiceRegistryEntry

        public FederatedServiceRegistryEntry()
      • FederatedServiceRegistryEntry

        public FederatedServiceRegistryEntry​(String serviceUrl,
                                             String serviceClass,
                                             HashMap<String,​String> properties,
                                             boolean enabled)
    • Method Detail

      • getServiceUrl

        public String getServiceUrl()
        Returns:
        the resource locator url for the service entry
      • setServiceUrl

        public void setServiceUrl​(String serviceUrl)
      • getServiceClass

        public String getServiceClass()
        Returns:
        the service class type for the service entry
      • setServiceClass

        public void setServiceClass​(String serviceClass)
      • getProperties

        public Map<String,​String> getProperties()
        Returns:
        properties for the service entry
      • setProperties

        public void setProperties​(Map<String,​String> properties)
      • isEnabled

        public boolean isEnabled()
        Returns:
        true if the service entry is enabled, otherwise false
      • setEnabled

        public void setEnabled​(boolean enabled)