org.jboss.osgi.jmx
Interface Constants


public interface Constants

The JMX service contants

Since:
24-Apr-2009
Author:
thomas.diesler@jboss.com

Field Summary
static java.lang.String REMOTE_JMX_HOST
          The property that sets the host that the RMIAdaptor binds to: org.jboss.osgi.jmx.host
static java.lang.String REMOTE_JMX_RMI_ADAPTOR
          The property that sets the JNDI name the RMIAdaptor binds to: org.jboss.osgi.jmx.rmi.adaptor
static java.lang.String REMOTE_JMX_RMI_PORT
          The property that sets the port that the RMIAdaptor binds to: org.jboss.osgi.jmx.port
 

Field Detail

REMOTE_JMX_HOST

static final java.lang.String REMOTE_JMX_HOST
The property that sets the host that the RMIAdaptor binds to: org.jboss.osgi.jmx.host

See Also:
Constant Field Values

REMOTE_JMX_RMI_PORT

static final java.lang.String REMOTE_JMX_RMI_PORT
The property that sets the port that the RMIAdaptor binds to: org.jboss.osgi.jmx.port

See Also:
Constant Field Values

REMOTE_JMX_RMI_ADAPTOR

static final java.lang.String REMOTE_JMX_RMI_ADAPTOR
The property that sets the JNDI name the RMIAdaptor binds to: org.jboss.osgi.jmx.rmi.adaptor

See Also:
Constant Field Values


Copyright © 2010. All Rights Reserved.