Package com.j_spaces.kernel
Interface XPathProperties
public interface XPathProperties
Class holds the commonly used XPath constants for the container and space overrides. The common
usage of these constants would be with custom properties object which is injected to the system
(through SpaceFinder, cli etc) and contains key/value pairs. If the key is an xpath of one of the
space or container config xml element, then the value will be injected into the system (into
com.j_spaces.kernel.log.JProperties) and will override ANY other value which was set before, even
system properties.
- Since:
- 5.1
- Version:
- 1.0
- Author:
- Gershon Diner
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringxpath used to set the Jini LUS list of the groups separated by a commastatic final Stringxpath used to set the Jini LUS unicast enabled flagstatic final Stringxpath used to set the Jini LUS list of unicast hosts separated by a commastatic final Stringxpath used to set the rmi registry enable flag as well as the url (host:port)static final String
-
Field Details
-
CONTAINER_JNDI_ENABLED
xpath used to set the rmi registry enable flag as well as the url (host:port)- See Also:
-
CONTAINER_JNDI_URL
- See Also:
-
CONTAINER_JINI_LUS_UNICAST_HOSTS
xpath used to set the Jini LUS list of unicast hosts separated by a comma- See Also:
-
CONTAINER_JINI_LUS_UNICAST_ENABLED
xpath used to set the Jini LUS unicast enabled flag- See Also:
-
CONTAINER_JINI_LUS_GROUPS
xpath used to set the Jini LUS list of the groups separated by a comma- See Also:
-