All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.modeshape.jcr.bus.BusI18n Maven / Gradle / Ivy

There is a newer version: 5.4.1.Final
Show newest version
package org.modeshape.jcr.bus;

import org.modeshape.common.annotation.Immutable;
import org.modeshape.common.i18n.I18n;

/**
 * The internationalized string constants for the org.modeshape.repository.event.* packages.
 *
 * @author Horia Chiorean
 */
@Immutable
public final class BusI18n {
    public static I18n errorWhileStartingJGroups;
    public static I18n clusterNameRequired;
    public static I18n unableToNotifyChanges;
    public static I18n errorSerializingChanges;
    public static I18n errorDeserializingChanges;
    public static I18n clusteringChannelIsRunningAndCannotBeChangedUnlessShutdown;
    public static I18n memberOfClusterIsSuspect;
    public static I18n channelConfigurationError;

    static {
        try {
            I18n.initialize(BusI18n.class);
        } catch (final Exception err) {
            System.err.println(err);
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy