esa.mo.helpertools.helpers.HelperConnections Maven / Gradle / Ivy
/* ----------------------------------------------------------------------------
* Copyright (C) 2015 European Space Agency
* European Space Operations Centre
* Darmstadt
* Germany
* ----------------------------------------------------------------------------
* System : ESA NanoSat MO Framework
* ----------------------------------------------------------------------------
* Licensed under the European Space Agency Public License, Version 2.0
* You may not use this file except in compliance with the License.
*
* Except as expressly set forth in this License, the Software is provided to
* You on an "as is" basis and without warranties of any kind, including without
* limitation merchantability, fitness for a particular purpose, absence of
* defects or errors, accuracy or non-infringement of intellectual property rights.
*
* See the License for the specific language governing permissions and
* limitations under the License.
* ----------------------------------------------------------------------------
*/
package esa.mo.helpertools.helpers;
/**
* A Helper class where the static names for the suffixes are defined.
*/
public class HelperConnections {
public final static String SUFFIX_URI = "_URI";
public final static String SUFFIX_BROKER = "_Broker";
public final static String SUFFIX_DOMAIN = "_Domain";
public final static String SUFFIX_SERVICE_KEY = "_ServiceKey";
public final static String PROPERTY_SHARED_BROKER = "SharedBrokerURI";
}