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

org.wildfly.swarm.config.naming.RemoteNamingService Maven / Gradle / Ivy

package org.wildfly.swarm.config.naming;

import org.wildfly.config.runtime.Implicit;
import org.wildfly.config.runtime.ResourceType;
import org.wildfly.config.runtime.ModelNodeBinding;
/**
 * The remote naming server
 */
@ResourceType("service")
@Implicit
public class RemoteNamingService {

	private String key;

	public RemoteNamingService() {
		this.key = "remote-naming";
	}

	public String getKey() {
		return this.key;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy