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

org.jboss.test.clusterbench.common.ejb.CommonStatelessSBImpl Maven / Gradle / Ivy

There is a newer version: 11.0.1.Final
Show newest version
/*
 * Copyright The ClusterBench Authors
 * SPDX-License-Identifier: Apache-2.0
 */

package org.jboss.test.clusterbench.common.ejb;

public class CommonStatelessSBImpl implements CommonStatelessSB {

    public static final String JBOSS_NODE_NAME_PROPERTY = "jboss.node.name";

    @Override
    public String getNodeName() {
        return System.getProperty(JBOSS_NODE_NAME_PROPERTY);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy