Tabnine Logo
JndiLocatorDelegate.createDefaultResourceRefLocator
Code IndexAdd Tabnine to your IDE (free)

How to use
createDefaultResourceRefLocator
method
in
org.springframework.jndi.JndiLocatorDelegate

Best Java code snippets using org.springframework.jndi.JndiLocatorDelegate.createDefaultResourceRefLocator (Showing top 3 results out of 315)

origin: spring-projects/spring-framework

/**
 * Create a new {@code JndiPropertySource} with the given name
 * and a {@link JndiLocatorDelegate} configured to prefix any names with
 * "java:comp/env/".
 */
public JndiPropertySource(String name) {
  this(name, JndiLocatorDelegate.createDefaultResourceRefLocator());
}
origin: org.springframework/spring-context

/**
 * Create a new {@code JndiPropertySource} with the given name
 * and a {@link JndiLocatorDelegate} configured to prefix any names with
 * "java:comp/env/".
 */
public JndiPropertySource(String name) {
  this(name, JndiLocatorDelegate.createDefaultResourceRefLocator());
}
origin: apache/servicemix-bundles

/**
 * Create a new {@code JndiPropertySource} with the given name
 * and a {@link JndiLocatorDelegate} configured to prefix any names with
 * "java:comp/env/".
 */
public JndiPropertySource(String name) {
  this(name, JndiLocatorDelegate.createDefaultResourceRefLocator());
}
org.springframework.jndiJndiLocatorDelegatecreateDefaultResourceRefLocator

Javadoc

Configure a JndiLocatorDelegate with its "resourceRef" property set to true, meaning that all names will be prefixed with "java:comp/env/".

Popular methods of JndiLocatorDelegate

  • <init>
  • lookup
  • setJndiTemplate
  • setResourceRef
  • isDefaultJndiEnvironmentAvailable
    Check whether a default JNDI environment, as in a Java EE environment, is available on this JVM.
  • setJndiEnvironment
  • isResourceRef

Popular in Java

  • Finding current android device location
  • getSystemService (Context)
  • getContentResolver (Context)
  • onCreateOptionsMenu (Activity)
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • Notification (javax.management)
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • Top 12 Jupyter Notebook extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now