package com.onaro.sanscreen.client.jmxframework; public interface JmxServiceManagerConstants { /** * Default RMI Port. */ public static final int DEFAULT_RMI_PORT = 9999; /** * Base of URL string to jmx service */ public static final String JMX_BASE_URL = "service:jmx:rmi:///jndi/rmi://"; //$NON-NLS-1$ /** * Part of JMX URL path that identifies the client */ public static final String GUI_PATH = "/GUI"; //$NON-NLS-1$ }