org.jboss.osgi.jndi
Interface Constants


public interface Constants

The JNDI service contants

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

Field Summary
static String REMOTE_JNDI_HOST
          The property that sets the naming server host: org.jboss.osgi.jndi.host
static String REMOTE_JNDI_PORT
          The property that sets the naming server port: org.jboss.osgi.jndi.port
static String REMOTE_JNDI_RMI_PORT
          The property that sets the naming server RMI port: org.jboss.osgi.jndi.rmi.port
 

Field Detail

REMOTE_JNDI_HOST

static final String REMOTE_JNDI_HOST
The property that sets the naming server host: org.jboss.osgi.jndi.host

See Also:
Constant Field Values

REMOTE_JNDI_RMI_PORT

static final String REMOTE_JNDI_RMI_PORT
The property that sets the naming server RMI port: org.jboss.osgi.jndi.rmi.port

See Also:
Constant Field Values

REMOTE_JNDI_PORT

static final String REMOTE_JNDI_PORT
The property that sets the naming server port: org.jboss.osgi.jndi.port

See Also:
Constant Field Values


Copyright © 2010. All Rights Reserved.